bmad-sprint-status

Parse sprint-status.yaml to summarize status, detect risks, and recommend next workflow actions.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AhmedKaram50/research --skill bmad-sprint-status-ahmedkaram50
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-sprint-status
Source: https://github.com/AhmedKaram50/research/tree/main/shopify-builder/_bmad/bmm/workflows/4-implementation/bmad-sprint-status
Command: npx skills add https://github.com/AhmedKaram50/research --skill bmad-sprint-status-ahmedkaram50

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly summarize sprint status and surface risks to help teams decide next steps without hunting through multiple documents.

Core Features & Use Cases

  • Aggregate sprint status from sprint-status.yaml and present a concise health snapshot.
  • Detect and surface risks, highlighting blockers and priority areas for action.
  • Recommend next workflow actions based on current story and epic statuses for planning and review meetings.

Quick Start

Run the sprint-status workflow against your sprint-status.yaml to see the status, risks, and next steps.

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 and identify risks from a yaml file?

To summarize sprint status and identify risks, you can parse the sprint-status.yaml file to count story statuses and detect blockers. This provides a concise health snapshot and recommended next workflow actions.

What is the best way to track sprint risks for daily standups?

The best way to track sprint risks for daily standups is by analyzing development_status data to surface blockers and priority areas. It generates a concise summary and recommends next workflow actions to guide team discussions.

How do I generate a sprint health snapshot for review meetings?

You generate a sprint health snapshot for review meetings by reading project configuration and parsing development_status counts. This aggregates story and epic statuses to highlight priority areas for action.

Does this sprint status workflow require a specific project directory structure?

Yes, this sprint status workflow requires a specific project directory structure. It reads configuration from the {project-root}/_bmad/bmm/config.yaml file and parses the sprint-status.yaml file to function correctly.

How does sprint status detection work with epic and story workflows?

Sprint status detection works by reading development_status entries and counting statuses across epics and stories. It then applies this parsed data to recommend relevant next workflow actions for sprint planning and review meetings.