What problem does it solve? Turning a written spec or a set of tickets into finished, verified code is error-prone when done ad hoc: tests get skipped, type errors slip through, and the final work goes unreviewed. This Skill enforces a disciplined implementation workflow so the work is built, tested, reviewed, and committed consistently. ## Core Features & Use Cases - Spec/Ticket-Driven Implementation: Builds the work exactly as described by the 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: Hands the finished work to a code review pass and commits it to the current branch. - Use Case: You have a feature spec and three tickets for a new API endpoint. Invoke this Skill to implement the changes test-first, verify types and tests, review the diff, and land the commit on your branch. ## Quick Start Ask the agent to implement the work described in your spec or tickets using the implement skill.