What problem does it solve? Turning a written spec or ticket into working, verified code requires discipline: writing tests first, running typechecks, and reviewing the result. This Skill enforces that structured implementation workflow so work is completed consistently and committed cleanly. ## Core Features & Use Cases - Spec-Driven Implementation: Builds the work described in a spec or set of tickets rather than ad-hoc changes. - TDD Workflow: Applies test-driven development at pre-agreed seams, with regular typechecking and single test file runs during development. - Built-In Review and Commit: Runs a full test suite at the end, invokes /code-review on the finished work, and commits to the current branch. - Use Case: You have a ticket describing a new API endpoint. Invoke this Skill to implement it with tests, verify the full suite passes, review the diff, and commit the result. ## Quick Start Ask the agent to implement the work described in your spec or tickets using the implement skill.