What problem does it solve? Teams tracking epics and stories in a sprint-status.yaml file lack quick visibility into progress, stale data, and risks, making it hard to decide which workflow to run next. ## Core Features & Use Cases - Sprint Summarization: Parses sprint-status.yaml to count story, epic, and retrospective statuses and display a consolidated summary. - Risk Detection: Flags stale status files, orphaned stories, in-progress epics without stories, and unrecognized status values with correction prompts. - Next-Action Recommendation: Prioritizes the next workflow (dev-story, code-review, create-story, or retrospective) based on current statuses, with data and validate modes for programmatic use. - Use Case: A developer asks for the sprint status mid-iteration; the skill reports that two stories are in review, recommends running code-review on the first one, and warns that the status file is over seven days old. ## Quick Start Ask the assistant to check the sprint status and show the recommended next workflow for the current project.