What problem does it solve?
This Skill automates the creation and maintenance of a sprint-status.yaml by parsing epic markdown files, extracting epics and stories, and detecting current story implementation states so teams no longer manually assemble or reconcile sprint tracking data.
Core Features & Use Cases
- Epic and Story Discovery: Finds whole or sharded epic documents using flexible name patterns and builds a complete inventory of epics, stories, and retrospectives.
- Status Detection & Preservation: Detects story files to upgrade statuses, preserves existing advanced statuses, and enforces an ordered structure of epic → stories → retrospective.
- Validation & Output: Generates a documented YAML sprint-status file in the configured implementation artifacts location and runs checks to ensure all epics/stories are accounted for and the file is valid YAML.
- Use Case: Run during sprint planning to produce a single source-of-truth YAML file for Scrum Masters to track progress across multiple epics and stories.
Quick Start
Run the sprint planning workflow to generate sprint-status.yaml from the project's epic files.