What problem does it solve? Turning a written spec or ticket into working, reviewed, and committed code involves many manual steps: writing tests, running typechecks, reviewing changes, and committing. This Skill orchestrates that entire implementation workflow so nothing gets skipped. ## Core Features & Use Cases - Spec-to-Code Implementation: Builds the work described in a spec or set of tickets following test-driven development at pre-agreed seams. - Continuous Verification: Runs typechecking and single test files regularly, plus the full test suite once at the end. - Delegated Code Review: Spawns a read-only subagent to run an open code review, then validates and fixes its findings before committing. - Use Case: You have a ticket describing a new API endpoint. Invoke this Skill to implement it with TDD, get an automated review pass, fix any findings, and commit the result to the current branch. ## Quick Start Implement the work described in the current spec or tickets using test-driven development and commit the result.