What problem does it solve? It removes the manual work of deciding which Shatterfish story to implement next by reading sprint-status.yaml and GitHub milestone issues, enforcing one-story-at-a-time discipline, and preparing the branch and issue before implementation begins. ## Core Features & Use Cases - Story Selection: Picks the next story from sprint-status.yaml using a strict priority order (in-progress, ready-for-dev, then backlog of the lowest unfinished epic). - Branch and Issue Setup: Locates the GitHub issue via a story marker, briefs the human with acceptance criteria and relevant ADRs, and creates the story/<key> branch. - Handoff and Fairness Review: Invokes bmad-build for implementation, then runs the fairness-reviewer subagent when the story touches Observer, ActionExecutor, brain, or the Observation schema. - Use Case: A maintainer says "next story" and the skill resumes the in-progress story or starts the next backlog story, opens its branch, and drives it through build, PR, and merge. ## Quick Start Ask the assistant to start the next story in the sprint and it will pick the story, create the branch, and hand it to bmad-build.