What problem does it solve? It automates the disciplined execution of game development stories by turning a context-filled story spec into working, tested code while keeping sprint status and story files synchronized. ## Core Features & Use Cases - Sprint-Aware Story Discovery: Automatically finds the next ready-for-dev story from sprint-status.yaml or accepts an explicit story file path. - Test-Driven Implementation: Executes each task with a red-green-refactor cycle, writes unit, integration, and end-to-end tests, and runs full regression suites before marking tasks complete. - Review Continuation: Detects prior senior developer code reviews, prioritizes unresolved review follow-up items, and tracks their resolution. - Use Case: A game developer says "implement the next story in the sprint plan" and the workflow loads the story, implements every task with tests, updates the story file and sprint status to review, and reports a completion summary. ## Quick Start Ask the agent to implement the next story in the sprint plan or say "dev this story" followed by the path to your story file.