mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-04 14:15:55 +00:00
* Enforce canonical plugin manifest ordering Sort existing plugin manifest spec arrays so plugin:clean no longer creates noisy diffs from out-of-order entries. Add validation to require alphabetical ordering and teach plugin:clean to normalize manifest arrays when cleaning materialized plugin content. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
28 lines
861 B
JSON
28 lines
861 B
JSON
{
|
|
"name": "ai-team-orchestration",
|
|
"description": "Bootstrap and run a multi-agent AI development team with named roles (Producer, Dev Team, QA). Sprint planning, brainstorm prompts with distinct agent voices, cross-chat context survival, and parallel team workflows. Based on a proven template that shipped a 30-game app in 5 days with zero human-written code.",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"ai-team",
|
|
"multi-agent",
|
|
"sprint-planning",
|
|
"brainstorm",
|
|
"project-management",
|
|
"orchestration",
|
|
"developer-workflow"
|
|
],
|
|
"author": {
|
|
"name": "Denis Evdokimov"
|
|
},
|
|
"repository": "https://github.com/github/awesome-copilot",
|
|
"license": "MIT",
|
|
"agents": [
|
|
"./agents/ai-team-dev.md",
|
|
"./agents/ai-team-producer.md",
|
|
"./agents/ai-team-qa.md"
|
|
],
|
|
"skills": [
|
|
"./skills/ai-team-orchestration/"
|
|
]
|
|
}
|