What problem does it solve?
This skill removes the need to manually orchestrate and supervise a full BMad sprint, turning “run the sprint” into unattended story creation, implementation, quality gating, review, retries, and stateful progression.
Core Features & Use Cases
- End-to-end sprint execution loop: Drives ALL stories in ALL epics until each story is
done or blocked, sequencing create-story, dev-story, quality gates, and code review.
- Quality and safety guardrails: Enforces checks like typecheck + tests before review acceptance, requires review findings to exist, and blocks progress on failing critical issues.
- Retry-without-rollback: Retries failed stories up to a fixed budget while avoiding destructive git operations that could wipe completed work.
- Stateful orchestration: Uses sprint state files to persist progress across restarts and to enforce correct transitions.
Quick Start
Ask your AI to run the current BMad sprint autonomously by executing the bmad-sprint-run flow (e.g., “run the sprint”).