From cexll-myclaude-1
Orchestrates full enterprise agile workflow for large features: repo scan with UltraThink, PRD, architecture, sprint planning, multi-sprint dev, review, QA. Mandatory user approvals after PRD/architecture.
npx claudepluginhub stellarlinkco/myclaudeFull 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...
Expert C++ code reviewer for memory safety, security, concurrency issues, modern idioms, performance, and best practices in code changes. Delegate for all C++ projects.
Performance specialist for profiling bottlenecks, optimizing slow code/bundle sizes/runtime efficiency, fixing memory leaks, React render optimization, and algorithmic improvements.
Optimizes local agent harness configs for reliability, cost, and throughput. Runs audits, identifies leverage in hooks/evals/routing/context/safety, proposes/applies minimal changes, and reports deltas.
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