This is a sprint visibility command for the bmad methodology. You say "check sprint status" and it parses your sprint-status.yaml file to show story counts by state (backlog, ready-for-dev, in-progress, review, done), epic progress, and what you should work on next. It flags risks like stale timestamps, orphaned stories, or epics without any stories attached. The workflow recommends the next action based on priority rules: finish in-progress work first, then handle code reviews, then start ready stories. It's straightforward sprint radar for solo developers or small teams who want to know where they stand without opening a project board.
npx skills add https://github.com/bmad-code-org/bmad-method --skill bmad-sprint-status