bmad-sprint-run

Automate BMad sprint execution with story creation, quality gates, and code review.

4|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/widnyana/eyay-toolkits --skill bmad-sprint-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-sprint-run
Source: https://github.com/widnyana/eyay-toolkits/tree/main/plugins/bmad-sprint-run/skills/bmad-sprint-run
Command: npx skills add https://github.com/widnyana/eyay-toolkits --skill bmad-sprint-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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”).

Frequently Asked Questions about bmad-sprint-run

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I autonomously run an entire agile sprint without manual supervision?

To autonomously run an agile sprint, you need unattended story creation, implementation, quality gating, and stateful orchestration that drives all stories until they reach done or blocked states. This requires deterministic sequential execution and safe git operations.

What is the best way to enforce quality gates and code review in automated sprint execution?

Enforcing quality gates in automated sprint execution requires deterministic checks like typecheck and tests before accepting reviews, blocking progress on critical issues, and mandating review findings to exist. Stateful orchestration ensures these validations persist across workflow transitions.

How does retry orchestration handle failed stories without triggering destructive git rollbacks?

Retry orchestration handles failed stories by applying a fixed retry budget and avoiding destructive git operations. This prevents wiping completed work while allowing the autonomous sprint execution to safely re-attempt failed implementations.

Can I use state machine workflows to track sprint story transitions from backlog to done?

Yes, you can use state machine workflows to track sprint story transitions. Stateful orchestration persists progress using sprint state files, enforcing correct transitions through states like backlog, ready-for-dev, in-progress, review, done, or blocked across restarts.

Why does my autonomous sprint execution get blocked during code review?

Autonomous sprint execution blocks during code review when quality gate checks fail or critical issues are found. The orchestration requires review findings to exist and blocks progress to prevent advancing stories with unresolved critical defects.

Do I need a sprint-status.yaml file to start autonomous story implementation?

Yes, you need a sprint-status.yaml file or similar persistent state tracking format to start autonomous story implementation. The workflow relies on these state files to persist progress, sequence stories, and enforce deterministic transitions across epics.