bmad-sprint-planning

Convert epics and stories into a sprint-status.yaml file.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/imonmi/INTER-EDU --skill bmad-sprint-planning-imonmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-sprint-planning
Source: https://github.com/imonmi/INTER-EDU/tree/main/_bmad/bmm/workflows/4-implementation/bmad-sprint-planning
Command: npx skills add https://github.com/imonmi/INTER-EDU --skill bmad-sprint-planning-imonmi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sprint planning often struggles to translate epics and stories into a live sprint status, leading to misalignment and delayed delivery.

Core Features & Use Cases

  • Generate a structured sprint-status.yaml from an epic/story catalog.
  • Detect current story statuses by inspecting story files and existing sprint data, then update progress.
  • Use when coordinating agile workflows, planning sprints, and aligning stakeholders.

Quick Start

Create a sprint-status.yaml from the current epics and stories in the planning artifacts.

Frequently Asked Questions about bmad-sprint-planning

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

FAQPage Schema
How do I generate a sprint status file from epics and stories?

Sprint planning automation reads epic and story files to generate a structured sprint-status.yaml file. It inspects existing planning artifacts and outputs a live YAML file for tracking agile progress.

What is the best way to track sprint progress in YAML for agile teams?

Tracking sprint progress in YAML is handled by detecting current story statuses from story files and existing sprint data. The tool validates YAML syntax and preserves manual status updates to maintain a live sprint status file.

Can I preserve manual status updates when regenerating a sprint-status.yaml?

Yes, manual status updates are preserved when regenerating the sprint-status.yaml file. The skill detects existing sprint data and story file statuses, ensuring manual changes remain intact while validating YAML syntax.

Does this sprint planning tool validate YAML syntax for project management?

Yes, the sprint planning tool validates YAML syntax when generating or updating the sprint-status.yaml file. It ensures structured output remains syntactically correct for agile project management workflows.

How do I ensure coverage between epics and stories during sprint planning?

To ensure coverage between epics and stories, the skill reads epic files and maps them to story catalogs during sprint planning. It generates a live sprint-status.yaml that aligns stakeholders and highlights progress gaps.