mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-11 02:35:55 +00:00
V 1.4: Dicuss Phase, Knowledge Sources, Expertise Update and more (#1207)
* 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 * chore(release): bump marketplace version to 1.3.4 - Update `marketplace.json` version from `1.3.3` to `1.3.4`. - Refine `gem-browser-tester.agent.md`: - Replace "UUIDs" typo with correct spelling. - Adjust wording and formatting for clarity. - Update JSON code fences to use ````jsonc````. - Modify workflow description to reference `AGENTS.md` when present. - Refine `gem-devops.agent.md`: - Align expertise list formatting. - Standardize tool list syntax with back‑ticks. - Minor wording improvements. - Increase retry attempts in `gem-browser-tester.agent.md` from 2 to 3 attempts. - Minor typographical and formatting corrections across agent documentation. * refactor: rename prd_path to project_prd_path in agent configurations - Updated gem-orchestrator.agent.md to use `project_prd_path` instead of `prd_path` in task definitions and delegation logic. - Updated gem-planner.agent.md to reference `project_prd_path` and clarify PRD reading. - Updated gem-researcher.agent.md to use `project_prd_path` and adjust PRD consumption logic. - Applied minor wording improvements and consistency fixes across the orchestrator, planner, and researcher documentation. * feat(plugin): expand marketplace description, bump version to 1.4.0; revamp gem-browser-tester agent documentation with clearer role, expertise, and workflow specifications. * chore: remove outdated plugin metadata fields from README.plugins.md and plugin.json
This commit is contained in:
committed by
GitHub
parent
b27081dbec
commit
04a7e6c306
42
plugins/gem-team/.github/plugin/plugin.json
vendored
42
plugins/gem-team/.github/plugin/plugin.json
vendored
@@ -1,24 +1,4 @@
|
||||
{
|
||||
"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.4",
|
||||
"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",
|
||||
@@ -28,5 +8,25 @@
|
||||
"./agents/gem-devops.md",
|
||||
"./agents/gem-reviewer.md",
|
||||
"./agents/gem-documentation-writer.md"
|
||||
]
|
||||
],
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"description": "A modular, high-performance multi-agent orchestration framework for complex project execution, feature implementation, and automated verification.",
|
||||
"keywords": [
|
||||
"multi-agent",
|
||||
"orchestration",
|
||||
"tdd",
|
||||
"ci-cd",
|
||||
"security-audit",
|
||||
"documentation",
|
||||
"dag-planning",
|
||||
"compliance",
|
||||
"code-quality",
|
||||
"prd"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "gem-team",
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"version": "1.4.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
# Gem Team Multi-Agent Orchestration Plugin
|
||||
# Gem Team
|
||||
|
||||
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.
|
||||
> A modular, high-performance multi-agent orchestration framework for complex project execution, feature implementation, and automated verification.
|
||||
|
||||
[](https://awesome-copilot.github.com/plugins/#file=plugins%2Fgem-team)
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
@@ -9,25 +12,71 @@ A modular multi-agent team for complex project execution with Discuss Phase for
|
||||
copilot plugin install gem-team@awesome-copilot
|
||||
```
|
||||
|
||||
## What's Included
|
||||
> **[Install Gem Team Now →](https://aka.ms/awesome-copilot/install/agent?url=vscode%3Achat-agent%2Finstall%3Furl%3Dhttps%253A%252F%252Fraw.githubusercontent.com%252Fgithub%252Fawesome-copilot%252Fmain%252F.%252Fagents)**
|
||||
|
||||
### Agents
|
||||
---
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `gem-orchestrator` | Team Lead - Coordinates multi-agent workflows with energetic announcements, delegates tasks, synthesizes results via runSubagent. Detects phase, routes to agents, manages Discuss Phase, PRD creation, and multi-plan selection. |
|
||||
| `gem-researcher` | Research specialist - gathers codebase context, identifies relevant files/patterns, returns structured findings. Uses complexity-based proportional effort (1-3 passes). |
|
||||
| `gem-planner` | Creates DAG-based plans with pre-mortem analysis and task decomposition from research findings. Calculates plan metrics for multi-plan selection. |
|
||||
| `gem-implementer` | Executes TDD code changes, ensures verification, maintains quality. Includes online research tools (Context7, tavily_search). |
|
||||
| `gem-browser-tester` | Automates E2E scenarios with Chrome DevTools MCP, Playwright, Agent Browser. UI/UX validation using browser automation tools and visual verification techniques. |
|
||||
| `gem-devops` | Manages containers, CI/CD pipelines, and infrastructure deployment. Handles approval gates with user confirmation. |
|
||||
| `gem-reviewer` | Security gatekeeper for critical tasks—OWASP, secrets, compliance. Includes PRD compliance verification and wave integration checks. |
|
||||
| `gem-documentation-writer` | Generates technical docs, diagrams, maintains code-documentation parity. |
|
||||
## Features
|
||||
|
||||
- **TDD (Red-Green-Refactor)** — Tests first → fail → minimal code → refactor → verify
|
||||
- **Security-First Review** — OWASP scanning, secrets/PII detection
|
||||
- **Pre-Mortem Analysis** — Failure modes identified BEFORE execution
|
||||
- **Intent Capture** — Discuss phase locks user intent before planning
|
||||
- **Approval Gates** — Security + deployment approval for sensitive ops
|
||||
- **Multi-Browser Testing** — Chrome MCP, Playwright, Agent Browser support
|
||||
- **Sequential Thinking** — Chain-of-thought for complex analysis
|
||||
- **Codebase Pattern Discovery** — Avoids reinventing the wheel
|
||||
|
||||
---
|
||||
|
||||
## The Agent Team
|
||||
|
||||
| Agent | Role | Description |
|
||||
| :--- | :--- | :--- |
|
||||
| `gem-orchestrator` | **ORCHESTRATOR** | Team Lead — Coordinates multi-agent workflows, delegates tasks, synthesizes results. Detects phase, routes to agents, manages Discuss Phase, PRD creation, and multi-plan selection. |
|
||||
| `gem-researcher` | **RESEARCHER** | Research specialist — Gathers codebase context, identifies relevant files/patterns, returns structured findings. Uses complexity-based proportional effort (1-3 passes). |
|
||||
| `gem-planner` | **PLANNER** | Creates DAG-based plans with pre-mortem analysis and task decomposition. Calculates plan metrics for multi-plan selection. |
|
||||
| `gem-implementer` | **IMPLEMENTER** | Executes TDD code changes, ensures verification, maintains quality. Includes online research tools (Context7, tavily_search). |
|
||||
| `gem-browser-tester` | **BROWSER TESTER** | Automates E2E scenarios with Chrome DevTools MCP, Playwright, Agent Browser. UI/UX validation with visual verification techniques. |
|
||||
| `gem-devops` | **DEVOPS** | Manages containers, CI/CD pipelines, and infrastructure deployment. Handles approval gates with user confirmation. |
|
||||
| `gem-reviewer` | **REVIEWER** | Security gatekeeper — OWASP scanning, secrets detection, compliance. PRD compliance verification and wave integration checks. |
|
||||
| `gem-documentation-writer` | **DOCUMENTATION WRITER** | Generates technical docs, diagrams, maintains code-documentation parity. |
|
||||
|
||||
---
|
||||
|
||||
## Core Workflow
|
||||
|
||||
The Orchestrator follows a 4-Phase workflow:
|
||||
|
||||
1. **Discuss Phase** — Requirements clarification, intent capture
|
||||
2. **Research** — Complexity-aware codebase exploration
|
||||
3. **Planning** — DAG-based plans with pre-mortem analysis
|
||||
4. **Execution** — Wave-based parallel agent execution with verification gates
|
||||
|
||||
---
|
||||
|
||||
## Knowledge Sources
|
||||
|
||||
All agents consult these sources in priority order:
|
||||
|
||||
- `docs/PRD.yaml` — Product requirements
|
||||
- Codebase patterns — Semantic search
|
||||
- `AGENTS.md` — Team conventions
|
||||
- Context7 — Library documentation
|
||||
- Official docs & online search
|
||||
|
||||
---
|
||||
|
||||
## Why Gem Team?
|
||||
|
||||
- **10x Faster** — Parallel execution eliminates bottlenecks
|
||||
- **Higher Quality** — Specialized agents + TDD + verification gates
|
||||
- **Built-in Security** — OWASP scanning on critical tasks
|
||||
- **Full Visibility** — Real-time status, clear approval gates
|
||||
- **Resilient** — Pre-mortem analysis, failure handling, auto-replanning
|
||||
|
||||
---
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
||||
Reference in New Issue
Block a user