What problem does it solve? It automates the disciplined implementation of a development story by locating the next ready story, executing its tasks in order with test-driven development, and updating sprint tracking until the story is ready for review. ## Core Features & Use Cases - Story Discovery: Finds the next story marked ready-for-dev in sprint-status.yaml or scans story files directly. - TDD Execution: Implements each task following a red-green-refactor cycle with unit, integration, and end-to-end tests. - Review Continuation: Detects prior code review findings and resolves pending review follow-up tasks before continuing. - Use Case: A developer asks the agent to implement the next sprint story; the skill loads the story spec, writes failing tests, implements the code, runs the full regression suite, and marks the story as review in sprint-status.yaml. ## Quick Start Implement the next ready-for-dev story from my sprint status file using test-driven development.