From bmad
Displays available BMAD slash commands, specialized agents, and workflows organized by development phases from analysis to implementation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bmad:helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
/bmad:init # Initialize BMAD in your project
/bmad:status # Check workflow status
/bmad:help # Show this help
BMAD provides specialized agents for each phase of development:
| Agent | Name | Role |
|---|---|---|
| 📊 analyst | Mary | Business analysis, research, product briefs |
| 📋 pm | John | Product requirements, epics, stories |
| 🎨 ux-designer | Sally | User experience design |
| 🏗️ architect | Winston | System architecture |
| 🏃 sm | Bob | Sprint planning, story preparation |
| 💻 dev | Amelia | Story implementation |
| 🧪 tea | Murat | Test architecture, quality strategy |
| 🔧 quinn | Quinn | QA automation, API and E2E tests |
| 📚 tech-writer | Paige | Documentation |
| 🚀 quick-flow-solo-dev | Barry | Solo dev quick flow |
| Command | Description |
|---|---|
/bmad:brainstorm | Guided brainstorming session |
/bmad:research | Market, domain, competitive research |
/bmad:product-brief | Create executive product brief |
/bmad:document-project | Document existing project |
| Command | Description |
|---|---|
/bmad:create-prd | Create Product Requirements Document |
/bmad:validate-prd | Validate PRD quality |
/bmad:edit-prd | Update existing PRD |
/bmad:create-ux-design | Create UX design specification |
| Command | Description |
|---|---|
/bmad:create-architecture | Create system architecture |
/bmad:epics-stories | Break PRD into epics and stories |
/bmad:implementation-readiness | Validate alignment before implementation |
| Command | Description |
|---|---|
/bmad:sprint-planning | Generate sprint status tracking |
/bmad:create-story | Prepare story with full context |
/bmad:dev-story | Implement story tests and code |
/bmad:code-review | Comprehensive code review |
/bmad:correct-course | Course correction mid-implementation |
| Command | Description |
|---|---|
/bmad:quick-spec | Lean tech spec with stories |
/bmad:quick-dev | End-to-end implementation |
| Command | Description |
|---|---|
/bmad:test-framework | Initialize test framework |
/bmad:atdd | Automated test design |
/bmad:test-design | Create test scenarios |
| Level | Scope | Stories | Recommended Flow |
|---|---|---|---|
| 0 | Single change | 1 | quick-spec → quick-dev |
| 1 | Small feature | 1-10 | brief → tech-spec → dev |
| 2 | Medium feature | 5-15 | brief → PRD → arch → sprints |
| 3 | Complex | 12-40 | Full BMAD flow |
| 4 | Enterprise | 40+ | Full BMAD + TEA |
npx claudepluginhub urso/claudev --plugin bmadAnalyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Orchestrates BMAD implementation workflows — full Phase 4 epic/story pipeline or Quick Flow for small changes. Detects which flow to run and manages execution modes.
Orients users within a BMad workflow by identifying current module and phase, recommending next skills with reasoning, and answering module-related questions from documentation.