bmad-sprint-run

Solid

This skill should be used when the user says "run the sprint", "autonomous sprint", "run all stories", "execute sprint plan", "complete all epics", or asks to autonomously execute all stories in the current sprint. Drives Claude Code through create-story, dev-story, quality gates, and code-review in a continuous loop without human intervention until all stories are done or blocked.

Code & Development 4 stars 0 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# BMad Sprint Runner Autonomously execute ALL stories in ALL epics in the current sprint. Runs as a single continuous loop: no pauses between stories, no confirmation prompts, no stopping until every story reaches `done` or `blocked`. ## Execution Rule After completing ANY action (story done, story blocked, retry exhausted, story created), immediately begin the next story by returning to STEP 0. The only valid exit is STEP 7 (all stories resolved). Every other step unconditionally transitions to another step. Never ask for permission to continue. ## Story State Machine Valid story statuses: `backlog` | `ready-for-dev` | `in-progress` | `review` | `done` | `blocked` ``` backlog --[create-story]--> ready-for-dev ready-for-dev --[checkpoint]--> in-progress in-progress --[dev-story]--> review review --[quality gate pass + review pass]--> done review --[quality gate fail]--> in-progress (retry) review --[retry exhausted]--> blocked review --[decision_needed]--> blocked ANY --[infrastructure fail]--> STOP (not blocked, sprint halts) ``` Invalid transitions (MUST NOT occur): - `backlog` -> anything other than `ready-for-dev` - `done` -> anything (terminal state) - `blocked` -> anything (terminal state for this sprint run) - Skipping `in-progress` (every dev cycle must checkpoint first) ## Forbidden Actions ### State Safety - FORBIDDEN: Mark a story `done` unless quality gates pass AND code review reports zero `critical` findings - FORBIDDEN: Skip the quality gate (typechec...

Details

Author
widnyana
Repository
widnyana/eyay-toolkits
Created
5 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category