bmad-sprint-status

Validate sprint-status.yaml data and detect risks for agile workflows.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Wizarck/iguanatrader --skill bmad-sprint-status-wizarck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-sprint-status
Source: https://github.com/Wizarck/iguanatrader/tree/main/skills/bmad-sprint-status
Command: npx skills add https://github.com/Wizarck/iguanatrader --skill bmad-sprint-status-wizarck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sprint status summaries and risk visibility for agile teams, enabling quick decisions.

Core Features & Use Cases

  • Status aggregation: loads sprint-status.yaml and project context, validates statuses, and computes counts for stories and epics.
  • Risk detection: surfaces timing and dependency risks, stale data warnings, and orphaned stories.
  • Decision support: recommends the next workflow (dev-story, code-review, create-story, etc.) and displays a clear summary for stakeholders.

Quick Start

Run the sprint-status workflow to generate a concise sprint snapshot and recommended next actions.

Frequently Asked Questions about bmad-sprint-status

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

FAQPage Schema
How do I generate an agile sprint status summary with risk detection?

To generate an agile sprint status summary, load your project context and sprint-status.yaml data. The workflow validates statuses, computes counts for stories and epics, detects timing and dependency risks, and recommends the next workflow action.

What is the best way to surface sprint risks during daily standups?

Surfacing sprint risks during standups requires reading sprint-status.yaml to detect timing issues, dependency risks, stale data, and orphaned stories. This workflow aggregates the data into a concise snapshot for quick stakeholder decisions.

How do I track orphaned stories and stale data in an agile workflow?

Tracking orphaned stories and stale data involves loading configuration from _bmad/bmm/config.yaml and validating sprint-status.yaml entries. The workflow automatically detects these issues and flags them as risks in the status summary.

Can I use sprint-status.yaml to recommend next actions for sprint planning?

Yes, you can use sprint-status.yaml to recommend next actions for sprint planning. The workflow evaluates story and epic statuses to suggest specific next steps like dev-story, code-review, or create-story.

Does the sprint status workflow require specific configuration files to operate?

The sprint status workflow requires the _bmad/bmm/config.yaml file to load project configuration, alongside the sprint-status.yaml file. It uses these inputs to validate statuses and compute the current sprint snapshot.

When should I not use an automated sprint status summary for agile reviews?

You should not use an automated sprint status summary if your project lacks a structured sprint-status.yaml file or valid configuration. The workflow depends on these specific files to accurately validate statuses, detect risks, and recommend next steps.