Files
awesome-copilot/plugins/gem-team/.github/plugin/plugin.json
Muhammad Ubaid Raza 971139baf2 feat: Move to xml top tags, plan review, hints and more (#1411)
* feat: move to xml top tags for ebtter llm parsing and structure

- Orchestrator is now purely an orchestrator
- Added new calrify  phase for immediate user erequest understanding and task parsing before workflow
- Enforce review/ critic to plan instea dof 3x plan generation retries for better error handling and self-correction
- Add hins to all agents
- Optimize defitons for simplicity/ conciseness while maintaining clarity

* feat(critic): add holistic review and final review enhancements
2026-04-17 10:52:07 +10:00

40 lines
1.0 KiB
JSON

{
"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",
"./agents/gem-debugger.md",
"./agents/gem-critic.md",
"./agents/gem-code-simplifier.md",
"./agents/gem-designer.md",
"./agents/gem-implementer-mobile.md",
"./agents/gem-designer-mobile.md",
"./agents/gem-mobile-tester.md"
],
"author": {
"name": "Awesome Copilot Community"
},
"description": "Multi-agent orchestration framework for spec-driven development and automated verification.",
"keywords": [
"multi-agent",
"orchestration",
"tdd",
"testing",
"e2e",
"devops",
"security-audit",
"code-review",
"prd",
"mobile"
],
"license": "MIT",
"name": "gem-team",
"repository": "https://github.com/github/awesome-copilot",
"version": "1.6.6"
}