Sprint Management Commands (/sprint:)
Available with BMAD v6 installation.
| Command | Description |
|---|---|
/sprint:next-story | Get next ready-for-dev story |
/sprint:transition <ID> <status> | Transition story status |
/sprint:auto-route | Execute automatic routing rules |
State Machine
Stories flow through these statuses:
backlog → ready-for-dev → in-progress → review → done
↓ ↓ ↓ ↓
└─────────┴──────────────┴───────────┴→ blockedTDD Phase Tracking:
- 🔴
red- Writing failing tests - 🟢
green- Implementing to pass - 🔵
refactor- Cleaning up code