Files
awesome-copilot/plugins/ai-team-orchestration/.github/plugin/plugin.json
Aaron Powell a1197525bd Enforce canonical plugin manifest ordering (#1601)
* 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>
2026-05-04 12:00:50 +10:00

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/"
]
}