What problem does it solve? Turning a spec or set of tickets into committed, reviewed code involves many small decisions about testing, verification, and review. This Skill provides a disciplined implementation workflow so the work is executed consistently rather than ad hoc. ## Core Features & Use Cases - Spec-Driven Implementation: Executes the work described in a user-provided spec or ticket set. - 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 by running a code review pass and committing the work to the current branch. - Use Case: You have a ticket describing a new API endpoint. Invoke this Skill to implement it with tests at the agreed boundaries, verify with typechecks and the test suite, review the diff, and commit the result. ## Quick Start Implement the work described in this spec using TDD at the agreed seams, then review and commit it.