LogoSkills

bmad:status

Check BMAD workflow status

항ëŠĐë‚īėšĐ
Invoke/bmad:status
Categoryworkflow
Complexitylow

/bmad:status#

Check the current BMAD workflow progress status.


Triggers#

  • When checking workflow progress
  • When checking which phase is in progress
  • When checking blockers or failure status

Usage#

Basic Usage#

# Check overall status
/bmad:status

Specific Phase Status#

# Check specific phase details
/bmad:status --phase solutioning

Specific Issue Status#

# Check status by issue number
/bmad:status --issue 1810

Options#

OptionDefaultDescription
--phaseAllCheck specific phase only
--issueCurrentCheck specific issue status
--verbosefalseShow detailed information

Output Format#

Overall Status#

╔════════════════════════════════════════════════════════════════╗
║  BMAD Workflow Status                                          ║
╠════════════════════════════════════════════════════════════════â•Ģ
║                                                                ║
║  📌 Issue: #1810 - Add author list screen                       ║
║  ðŸŒŋ Branch: feature/1810-author-list                           ║
║  📊 Pipeline: In Progress                                      ║
║                                                                ║
║  Phase 1: ANALYSIS ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✅         ║
║  Phase 2: PLANNING ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✅          ║
║  Phase 3: SOLUTIONING ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔄         ║
║  Phase 4: IMPLEMENTATION ━━━━━━━━━━━━━━━━━━━━━━━━━━ âģ         ║
║                                                                ║
║  Current step: Architect review in progress                                  ║
║  Expected next: UX Designer review (parallel in progress)                    ║
║                                                                ║
║  🚧 Blockers: None                                               ║
║  ⚠ïļ Warnings: None                                                 ║
║                                                                ║
╚════════════════════════════════════════════════════════════════╝

Phase Details Status#

╔════════════════════════════════════════════════════════════════╗
║  Phase 3: SOLUTIONING - Detailed Status                              ║
╠════════════════════════════════════════════════════════════════â•Ģ
║                                                                ║
║  🏗ïļ Architect review                                            ║
║  ├── Status: IN_PROGRESS                                         ║
║  ├── Start: 2025-01-23 14:30:00                                 ║
║  ├── Checklist:                                               ║
║  │   ├── ✅ Clean Architecture                                 ║
║  │   ├── ✅ DI structure                                            ║
║  │   ├── 🔄 API design (reviewing)                                 ║
║  │   └── âģ Security                                               ║
║  └── Expected completion: 5 minutes                                         ║
║                                                                ║
║  ðŸŽĻ UX Designer review                                          ║
║  ├── Status: COMPLETED (✅ PASSED)                               ║
║  ├── Completed: 2025-01-23 14:28:00                                 ║
║  └── Checklist:                                               ║
║      ├── ✅ CoUI Compliance                                    ║
║      ├── ✅ Layout                                             ║
║      ├── ✅ Interaction                                        ║
║      └── ⚠ïļ Accessibility (recommended)                                 ║
║                                                                ║
║  Gate status: PENDING (waiting for Architect)                    ║
║                                                                ║
╚════════════════════════════════════════════════════════════════╝

Failure Status#

╔════════════════════════════════════════════════════════════════╗
║  BMAD Workflow Status - ⚠ïļ Review Failed                           ║
╠════════════════════════════════════════════════════════════════â•Ģ
║                                                                ║
║  📌 Issue: #1810 - Add author list screen                       ║
║                                                                ║
║  Phase 3: SOLUTIONING ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ❌         ║
║                                                                ║
║  🏗ïļ Architect review: REJECTED                                   ║
║  ├── ❌ Dependency wiring: getIt usage found (Pure DI violation)         ║
║  └── Feedback: Must change to direct creation in BlocProvider             ║
║                                                                ║
║  Required actions:                                                  ║
║  1. Review feedback details                                           ║
║  2. Perform corrections                                             ║
║  3. Request re-review: /bmad:review --persona architect --retry      ║
║                                                                ║
╚════════════════════════════════════════════════════════════════╝

Status Codes#

StatusIconDescription
PENDINGâģWaiting
IN_PROGRESS🔄In progress
PASSED✅Passed
FAILED❌Failed
SKIPPED⏭ïļSkipped
WARNING⚠ïļWarning (passed)

  • /bmad - Full BMAD workflow
  • /bmad:review - Persona-specific review
  • /bmad:gate - Gate verification