What problem does it solve? Turning a written spec or set of tickets into working, reviewed, and committed code requires discipline across testing, typechecking, and review steps that are easy to skip under time pressure. ## Core Features & Use Cases - Spec-Driven Implementation: Executes the work described in a spec or ticket set directly on the current branch. - Test-Driven Workflow: Applies TDD at pre-agreed seams, runs typechecking and single test files regularly, and runs the full test suite once at the end. - Built-In Review and Commit: Finishes with a code review pass and commits the completed work to the current branch. - Use Case: You have a ticket describing a new API endpoint. Invoke this Skill to implement it with tests, verify types, review the diff, and commit the result. ## Quick Start Implement the work described in the attached spec using TDD, then review and commit it to the current branch.