Files
awesome-copilot/plugins/gem-team/.github/plugin/plugin.json
2026-03-23 00:50:11 +00:00

26 lines
737 B
JSON

{
"name": "gem-team",
"description": "A modular multi-agent team for complex project execution with Discuss Phase for requirements clarification, PRD creation, DAG-based planning, complexity-aware research, multi-plan selection for critical tasks, wave-based parallel execution, PRD compliance verification, and automated testing.",
"version": "1.3.3",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"multi-agent",
"orchestration",
"discuss-phase",
"dag-planning",
"parallel-execution",
"tdd",
"verification",
"automation",
"security",
"prd"
],
"agents": [
"./agents"
]
}