What problem does it solve? Turning a written spec or ticket into working, reviewed, and committed code requires discipline across many steps—writing tests, running typechecks, and reviewing changes. This Skill orchestrates that implementation workflow so nothing is skipped. ## Core Features & Use Cases - Spec-to-Code Execution: Implements the work described in a spec or set of tickets 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: Triggers a code review of the finished work and commits it 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 and the test suite, 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.