Enterprise agile workflow orchestrator that coordinates multiple specialized sub-agents (PO, Architect, SME, Developer, Reviewer, QA) through structured phases with quality gates and UltraThink deep analysis.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
stellarlinkco-myclaude:agents/bmad/readmeThe summary Claude sees when deciding whether to delegate to this agent
Full enterprise agile methodology with 6 specialized agents, UltraThink analysis, and repository-aware development. ```bash python install.py --module bmad ``` ```bash /bmad-pilot <PROJECT_DESCRIPTION> [OPTIONS] ``` | Option | Description | |--------|-------------| | `--skip-tests` | Skip QA testing phase | | `--direct-dev` | Skip SM planning, go directly to development | | `--skip-scan` | Skip...
Full enterprise agile methodology with 6 specialized agents, UltraThink analysis, and repository-aware development.
python install.py --module bmad
/bmad-pilot <PROJECT_DESCRIPTION> [OPTIONS]
| Option | Description |
|---|---|
--skip-tests | Skip QA testing phase |
--direct-dev | Skip SM planning, go directly to development |
--skip-scan | Skip initial repository scanning |
| Phase | Agent | Deliverable | Description |
|---|---|---|---|
| 0 | Orchestrator | 00-repo-scan.md | Repository scanning with UltraThink analysis |
| 1 | Product Owner (PO) | 01-product-requirements.md | PRD with 90+ quality score required |
| 2 | Architect | 02-system-architecture.md | Technical design with 90+ score required |
| 3 | Scrum Master (SM) | 03-sprint-plan.md | Sprint backlog with stories and estimates |
| 4 | Developer | Implementation code | Multi-sprint implementation |
| 4.5 | Reviewer | 04-dev-reviewed.md | Code review (Pass/Pass with Risk/Fail) |
| 5 | QA Engineer | Test suite | Comprehensive testing and validation |
| Agent | Role |
|---|---|
bmad-orchestrator | Repository scanning, workflow coordination |
bmad-po | Requirements gathering, PRD creation |
bmad-architect | System design, technology decisions |
bmad-sm | Sprint planning, task breakdown |
bmad-dev | Code implementation |
bmad-review | Code review, quality assessment |
bmad-qa | Testing, validation |
Two mandatory stop points require explicit user approval:
.claude/specs/{feature_name}/
├── 00-repo-scan.md
├── 01-product-requirements.md
├── 02-system-architecture.md
├── 03-sprint-plan.md
└── 04-dev-reviewed.md
Applied throughout the workflow for deep analysis:
PO and Architect phases use iterative refinement:
agents/bmad/
├── README.md
├── commands/
│ └── bmad-pilot.md
└── agents/
├── bmad-orchestrator.md
├── bmad-po.md
├── bmad-architect.md
├── bmad-sm.md
├── bmad-dev.md
├── bmad-review.md
└── bmad-qa.md
npx claudepluginhub stellarlinkco/myclaudeOrchestrates an enterprise-grade agile workflow with 6 specialized agents (PO, Architect, Scrum Master, Developer, Reviewer, QA) that produce quality-gated artifacts for end-to-end project delivery.
Use for product management, sprint planning, backlog management, TDD orchestration with red/blue-team validation, requirements traceability (PRD/RTM/TODO), and coordinating parallel subagent tasks.
Orchestrator agent that plans, sequences, and delegates work to eight specialist agents across the SDD lifecycle. Owns planning-first governance and document lifecycle management.