mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-23 01:25:18 +00:00
* feat(orchestrator): add Discuss Phase and PRD creation workflow - Introduce Discuss Phase for medium/complex objectives, generating context‑aware options and logging architectural decisions - Add PRD creation step after discussion, storing the PRD in docs/prd.yaml - Refactor Phase 1 to pass task clarifications to researchers - Update Phase 2 planning to include multi‑plan selection for complex tasks and verification with gem‑reviewer - Enhance Phase 3 execution loop with wave integration checks and conflict filtering * feat(gem-team): bump version to 1.3.3 and refine description with Discuss Phase and PRD compliance verification
33 lines
1001 B
JSON
33 lines
1001 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/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"
|
|
]
|
|
}
|