Files
awesome-copilot/plugins/gem-team/.github/plugin/plugin.json
Muhammad Ubaid Raza f522ca8a08 feat: (gem-team) PRD/ Steer Support (#868)
* feat: Prd/ steer support

- Add supprot for PRD
- Vscode steer/ queue support
- Consistent artifacts
- Improved parallel running; for researchers too

* chore: improve prd update support

* chore: Make reviewer use prd for compaince

* chore: imrpvoe websearch in researcher

* fix(gem-team): revert gem-team plugin version from 1.5.0 to 1.2.0
2026-03-05 15:43:28 +11:00

32 lines
830 B
JSON

{
"name": "gem-team",
"description": "A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing.",
"version": "1.2.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"multi-agent",
"orchestration",
"dag-planning",
"parallel-execution",
"tdd",
"verification",
"automation",
"security",
"prd"
],
"agents": [
"./agents/gem-orchestrator.md",
"./agents/gem-researcher.md",
"./agents/gem-planner.md",
"./agents/gem-implementer.md",
"./agents/gem-browser-tester.md",
"./agents/gem-devops.md",
"./agents/gem-reviewer.md",
"./agents/gem-documentation-writer.md"
]
}