Skip to content

Sprint Management Commands (/sprint:)

← All command namespaces

Available with BMAD v6 installation.

CommandDescription
/sprint:next-storyGet next ready-for-dev story
/sprint:transition <ID> <status>Transition story status
/sprint:auto-routeExecute automatic routing rules

State Machine

Stories flow through these statuses:

backlog → ready-for-dev → in-progress → review → done
    ↓         ↓              ↓           ↓
    └─────────┴──────────────┴───────────┴→ blocked

TDD Phase Tracking:

  • 🔴 red - Writing failing tests
  • 🟢 green - Implementing to pass
  • 🔵 refactor - Cleaning up code