bmad-sprint-planning

Generate sprint planning status from epic and story files.

1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/peshay/portfolixir --skill bmad-sprint-planning-peshay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-sprint-planning
Source: https://github.com/peshay/portfolixir/tree/main/.claude/skills/bmad-sprint-planning
Command: npx skills add https://github.com/peshay/portfolixir --skill bmad-sprint-planning-peshay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of generating sprint planning status tracking from epics, saving time and ensuring accurate and up-to-date sprint tracking.

Core Features & Use Cases

  • Automated Status Tracking: Automatically generates sprint status tracking from epics and story files.
  • Status Detection: Detects and updates the status of stories based on existing files and metadata.
  • Configuration Flexibility: Allows configuration of sprint planning parameters and customization through various files and overrides.

Quick Start

Run the 'bmad-sprint-planning' command to generate sprint planning status.

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 status tracking from epic files?

Sprint planning status tracking is automated by running a command that parses epic and story files to detect statuses and generate a sprint-status.yaml configuration file.

How does automated status detection work for Agile stories?

Automated status detection works by utilizing Python scripts to parse existing story files and metadata, identifying current story statuses to update the sprint tracking output.

Can I customize sprint planning parameters and configurations?

Yes, sprint planning parameters can be customized using various files and overrides, allowing configuration flexibility for the generated sprint planning status tracking.

Do I need Python to generate sprint-status.yaml files?

Yes, Python is required as a dependency because the Skill utilizes Python scripts for parsing epic and story files and executing the status tracking logic.

What is the best way to track epic management workflows automatically?

The best way to track epic management workflows automatically is using a parsing script that reads story files and outputs a structured sprint-status.yaml file for status tracking.