What problem does it solve? It automates the disciplined execution of a development story: finding the next ready story in the sprint plan, implementing every task with tests, and updating tracking files, without losing rigor or skipping steps. ## Core Features & Use Cases - Sprint-Aware Story Discovery: Reads sprint-status.yaml to find the first story marked ready-for-dev, or accepts an explicit story file path. - Red-Green-Refactor Implementation: Writes failing tests first, implements minimal code to pass, then refactors while keeping tests green, task by task. - Review Continuation Handling: Detects prior senior developer review sections and prioritizes unresolved review follow-up items before regular tasks. - Definition-of-Done Gating: Validates all acceptance criteria, tests, file lists, and changelogs before marking the story as review. - Use Case: A developer on the MingGoRTS project says "dev this story" and the workflow implements the next sprint story, runs the full CTest suite, and updates sprint-status.yaml to review. ## Quick Start Tell the assistant to dev the next story in the sprint plan or provide a specific story file path to implement.