Help us improve
Share bugs, ideas, or general feedback.
From bmad
Checks BMAD project progress via config.yaml and workflow-status.yaml, displays phase status with icons, and recommends next steps like creating PRD. Useful for tracking BMAD workflows.
npx claudepluginhub urso/claudev --plugin bmadHow this skill is triggered — by the user, by Claude, or both
Slash command
/bmad:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Goal:** Display current project status and recommend next workflow.
Analyzes 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.
Orients users within a BMad workflow by identifying current module and phase, recommending next skills with reasoning, and answering module-related questions from documentation.
Displays project status, roadmap progress, blockers, and next-action suggestions based on workflow state. Use for progress checks and orientation.
Share bugs, ideas, or general feedback.
Goal: Display current project status and recommend next workflow.
Check for BMAD initialization:
bmad/config.yaml/bmad:initLoad configuration:
bmad/config.yaml for project infoplanning-artifacts/workflow-status.yaml for progressDisplay status:
Project: {project_name} ({project_type}, Level {project_level})
✓ Phase 1: Analysis
✓ product-brief (planning-artifacts/product-brief-{date}.md)
- research (optional)
→ Phase 2: Planning [CURRENT]
⚠ prd (required - NOT STARTED)
- ux-design (optional)
Phase 3: Solutioning
- architecture (required)
- epics-stories (not started)
Phase 4: Implementation
- sprint-planning (not started)
Determine recommendations based on:
Recommend next step:
Recommended: Create PRD with /bmad:create-prd
Why? For Level 2+ projects, PRD ensures all requirements are
captured before architecture and implementation.
Offer to execute:
Would you like to start /bmad:create-prd now?
/bmad:status
Run anytime to check progress and get recommendations.