What problem does it solve? Keeping sprint tracking in sync with epic documents is tedious and error-prone. This Skill automates the creation of a complete sprint-status.yaml file by scanning epic markdown files, extracting every epic and story, and detecting current development statuses from the file system. ## Core Features & Use Cases - Epic and Story Parsing: Discovers whole or sharded epic documents (e.g., epics.md, epic-1.md) and converts story headers like "Story 1.1: User Authentication" into kebab-case keys such as 1-1-user-authentication. - Intelligent Status Detection: Upgrades stories to ready-for-dev when matching story files exist, and never downgrades existing advanced statuses like done. - Structured YAML Output: Produces a validated sprint-status.yaml with epics, stories, and retrospective entries in canonical order, including status state machine documentation. - Use Case: After drafting epics for a new project, run sprint planning to instantly generate a tracking file that developers and agents update as stories move from backlog to done. ## Quick Start Ask the AI to run sprint planning and generate the sprint status file from your epic documents.