bmad-sprint-status

Parse sprint-status.yaml to summarize stories, epics, and retrospectives by workflow phase.

2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/cassioalexandre/agf --skill bmad-sprint-status-cassioalexandre
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-sprint-status
Source: https://github.com/cassioalexandre/agf/tree/main/_bmad/bmm/4-implementation/bmad-sprint-status
Command: npx skills add https://github.com/cassioalexandre/agf --skill bmad-sprint-status-cassioalexandre

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the time-consuming manual step of reading sprint artifacts to understand progress, identify blockers, and decide what to do next.

Core Features & Use Cases

  • Sprint summary from sprint-status.yaml: Loads and parses sprint status data to report story and epic counts by development phase.
  • Risk surfacing and workflow recommendations: Detects staleness, missing prerequisite states, orphaned items, and prompts the appropriate next workflow action.
  • Interactive triage guidance: Validates known status values and offers a path to correct invalid entries before proceeding.

Quick Start

Ask: "check sprint status" to get a concise summary with the next recommended /bmad:bmm:workflows command and any detected risks.

Frequently Asked Questions about bmad-sprint-status

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

FAQPage Schema
How do I summarize sprint status from a YAML file?

To summarize sprint status from a YAML file, you can parse sprint-status.yaml to quantify stories, epics, and retrospectives across workflow phases. This process loads configuration data and validates status enums to generate a concise sprint summary.

How do I detect risks and blockers in an agile sprint?

Detecting risks in an agile sprint involves analyzing sprint artifacts to identify staleness, missing prerequisite states, and orphaned items. This risk surfacing mechanism also prompts the appropriate next governance workflow action to resolve blockers.

How do I validate status enums and legacy mappings in YAML?

Validating status enums and legacy mappings in YAML requires strict parsing of the sprint-status file to check known status values. It offers interactive triage guidance to correct invalid entries before proceeding with the workflow.

Can an agent automatically recommend the next workflow action for a scrum master?

Yes, an agent can automatically recommend the next workflow action for a scrum master by deterministically generating the next workflow and story IDs. This governance recommendation follows parsing sprint status and surfacing detected risks.

What is the best way to monitor implementation progress across workflow phases?

The best way to monitor implementation progress across workflow phases is full-load reading of sprint-status.yaml to quantify stories and epics. This enables agents to track development progress and detect inconsistencies deterministically.