What problem does it solve?
It eliminates uncertainty about how a sprint is progressing by quickly summarizing sprint goal progress, story/task status, burndown signals, and emerging risks from the repository’s sprint plan and story markers.
Core Features & Use Cases
- Sprint selection and parsing: Finds the requested sprint file (by number) or the most recently modified sprint, then extracts goal and task entries.
- Status sourcing with graceful fallback: Uses
production/sprint-status.yaml when present as the authoritative source; otherwise infers status by scanning referenced story/task files for DONE/IN PROGRESS/BLOCKED/NOT STARTED markers.
- Burndown and escalation signals: Computes days remaining, completion vs time-consumed alignment, flags STALE in-progress work (based on update timestamps), and emits at-risk/critical guidance when thresholds are crossed.
- Read-only safety: Performs reporting only—no file writes, no proposed changes.
Quick Start
Run /sprint-status to get the current sprint’s progress snapshot with burndown assessment and any at-risk or stale items.