bmad-architect
Interactive System Architect agent for technical design with quality scoring and user confirmation
**BMAD (Business-Minded Agile Development)** - AI-driven agile development automation with role-based agents
> /plugin marketplace add cexll/myclaudeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
**BMAD (Business-Minded Agile Development)** - AI-driven agile development automation with role-based agents
> **BMAD (Business-Minded Agile Development)** - AI-driven agile development automation with role-based agents
BMAD is an enterprise-grade agile development methodology that transforms your development process into a fully automated workflow with 6 specialized AI agents and quality gates.
| Agent | Role | Quality Gate | Artifacts | |-------|------|--------------|-----------| | **bmad-po** (Sarah) | Product Owner - requirements gathering, user stories | PRD ≥ 90/100 | `01-product-requirements.md` | | **bmad-architect** (Winston) | System Architect - technical design, system architecture | Design ≥ 90/100 | `02-system-architecture.md` | | **bmad-sm** (Mike) | Scrum Master - task breakdown, sprint planning | User approval | `03-sprint-plan.md` | | **bmad-dev** (Alex) | Developer - code implementation, technical docs | Code completion | Implementation files | | **bmad-review** | Code Reviewer - independent review between Dev and QA | Pass/Risk/Fail | `04-dev-reviewed.md` | | **bmad-qa** (Emma) | QA Engineer - testing strategy, quality assurance | Test execution | `05-qa-report.md` |
# Full BMAD workflow /bmad-pilot "Build e-commerce checkout system with payment integration" # Workflow: PO → Architect → SM → Dev → Review → QA
# Skip testing phase /bmad-pilot "Admin dashboard" --skip-tests # Skip sprint planning (architecture → dev directly) /bmad-pilot "API gateway implementation" --direct-dev # Skip repository scan (not recommended) /bmad-pilot "Add feature" --skip-scan
# Product requirements analysis only /bmad-po "Enterprise CRM system requirements" # Technical architecture design only /bmad-architect "High-concurrency distributed system design" # Orchestrator (can transform into any agent) /bmad-orchestrator "Coordinate multi-agent complex project"
1. PO generates initial PRD 2. System calculates quality score (100-point scale) 3. If < 90: User provides feedback → PO revises → Recalculate 4. If ≥ 90: User confirms → Save artifact → Next phase
1. Architect reads PRD + repo context 2. Generates technical design document 3. System calculates design quality score 4. If < 90: User provides feedback → Architect revises 5. If ≥ 90: User confirms → Save artifact → Next phase
1. SM reads PRD + Architecture 2. Breaks down tasks with story points 3. User reviews sprint plan 4. User confirms → Save artifact → Next phase
1. Dev reads all previous artifacts 2. Implements features following sprint plan 3. Creates or modifies code files 4. Completes implementation → Next phase
1. Review reads implementation + all specs 2. Performs comprehensive code review 3. Generates review report with status:
4. Updates sprint plan with review findings
**Enhanced Review (Optional)**:
1. QA reads implementation + review + all specs 2. Creates targeted test strategy 3. Executes tests 4. Generates QA report 5. Workflow complete
AI-powered development automation with multi-backend execution (Codex/Claude/Gemini/OpenCode)
Repo: cexll/myclaude
Interactive System Architect agent for technical design with quality scoring and user confirmation
Automated Developer agent for implementing features based on PRD, architecture, and sprint plan
Repository-aware orchestrator agent for workflow coordination, repository analysis, and context management
Interactive Product Owner agent for requirements gathering with quality scoring and user confirmation
Automated QA Engineer agent for comprehensive testing based on requirements and implementation