bmad-sprint-status

Extract and summarize sprint status from sprint-status.yaml with risk detection.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sprint teams often struggle to quickly understand sprint health and identify risks across stories and epics; this Skill automates summarization from sprint-status.yaml and surfaces actionable next steps.

Core Features & Use Cases

  • Load and parse sprint-status.yaml to classify stories and epics (backlog, ready-for-dev, in-progress, review, done) and retrospectives.
  • Detect risks (stale data, orphaned stories, in-progress epics with no stories) and propose concrete next actions.
  • Produce a concise sprint health summary with counts and a recommended next workflow for automation.

Quick Start

Ask the sprint-status workflow to generate a summary and recommended action for the current sprint.

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 YAML to surface project risks?

To summarize sprint status from YAML, this tool parses sprint-status.yaml and classifies stories and epics across backlog, in-progress, review, and done categories to detect risks like stale data or orphaned stories. It then produces a concise sprint health summary with recommended next actions.

What sprint anomalies can I detect using an automated agile workflow?

Automated agile workflows can detect sprint anomalies such as stale data, orphaned stories, and in-progress epics containing no active stories. By enforcing valid status values across parsed YAML artifacts, the system flags these risks and returns a recommended next workflow for automation.

How do I generate a sprint health summary for epics and stories?

Generating a sprint health summary requires loading sprint-status.yaml to aggregate counts across backlog, ready-for-dev, in-progress, review, and done categories. The process evaluates both epics and stories to output a risk-aware next-step recommendation.

Can I extract a recommended next workflow ID from sprint-status YAML?

Yes, you can extract a recommended next workflow ID directly from sprint-status YAML. The parser evaluates sprint health across story categories and returns both a next_workflow_id and a next_story_id to drive automated agile project workflows.

Does this sprint status tool work without external dependencies?

Yes, this sprint status tool operates without external dependencies. It directly ingests sprint-status.yaml files to classify stories, enforce valid status values, and generate risk-aware summaries for agile project workflows.

What is the best way to automate sprint risk detection for in-progress epics?

The best way to automate sprint risk detection is parsing sprint-status.yaml to identify in-progress epics with no active stories. This approach flags orphaned stories and stale data, returning a recommended next workflow ID for automated next-step execution.