bmad-sprint-planning

Parse epic files to generate and maintain sprint-status.yaml tracking.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/thavirak-svay/rentify-backend --skill bmad-sprint-planning-thavirak-svay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-sprint-planning
Source: https://github.com/thavirak-svay/rentify-backend/tree/main/_bmad/bmm/workflows/4-implementation/bmad-sprint-planning
Command: npx skills add https://github.com/thavirak-svay/rentify-backend --skill bmad-sprint-planning-thavirak-svay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of sprint status tracking from epics, saving time and reducing manual errors in sprint planning.

Core Features & Use Cases

  • Epic Parsing: Automatically parses epic files to extract epics, stories, and retrospectives.
  • Status Detection: Detects the current status of stories and epics by checking files.
  • YAML Generation: Generates a structured sprint-status.yaml file for tracking.
  • Use Case: Use this Skill when you need to quickly generate a sprint plan from epic files and maintain its status over time.

Quick Start

Run the bmad-sprint-planning skill to generate the sprint plan.

Frequently Asked Questions about bmad-sprint-planning

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

FAQPage Schema
How do I automate sprint planning from epic files?

Automating sprint planning involves parsing epic files to extract stories and retrospectives. This Skill analyzes those files to generate a structured sprint-status.yaml file, saving time and reducing manual errors in sprint planning workflows.

Can I generate a sprint-status.yaml file automatically for status tracking?

Yes, generating a sprint-status.yaml file for status tracking is the core output. The Skill detects the current status of stories and epics by checking files and compiles that data into a structured YAML format for ongoing maintenance.

Does sprint planning automation require file-system access to epic files?

Yes, file-system access to epic files and an output directory is required. The Skill parses and analyzes these epic files directly from the file system to detect story statuses and generate the tracking output.

How does epic parsing detect the current status of stories and epics?

Epic parsing detects the current status of stories and epics by checking files within the project directory. It automatically analyzes these files to determine completion states and compiles the results into a structured sprint-status.yaml file.

Is this sprint management Skill suitable for Scrum Master workflows?

Yes, this Skill is designed specifically for Scrum Master workflows for sprint planning and tracking. It automates the generation of sprint status tracking from epics, allowing Scrum Masters to quickly generate a sprint plan and maintain its status over time.

What's the best way to maintain sprint status over time from parsed epics?

The best way to maintain sprint status over time is by running the Skill to re-parse epic files and detect current story statuses. It updates the structured sprint-status.yaml file automatically, ensuring tracking accuracy without manual errors.