Files
awesome-copilot/plugins/ai-team-orchestration/.github/plugin/plugin.json
T
Aaron Powell d1fdc3184e stuffed up and plugins are in staged (#1845)
* stuffed up and plugins are in staged

* fixing readme

* fixing plugin file
2026-05-27 11:05:34 +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/"
]
}