Files
awesome-copilot/plugins/ai-team-orchestration/.github/plugin/plugin.json
2026-04-30 00:29:51 +00:00

26 lines
779 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"
],
"skills": [
"./skills/ai-team-orchestration"
]
}