What problem does it solve? Turning a spec or set of tickets into reviewed, tested, and committed code involves many manual steps. This Skill orchestrates that entire implementation workflow so nothing is skipped, from test-driven development through the final pull request. ## Core Features & Use Cases - Spec-Driven Implementation: Builds the work described in a spec or tickets, applying test-driven development at pre-agreed seams. - Continuous Verification: Runs typechecking and single test files regularly, then the full test suite once at the end. - Review and Ship Pipeline: Invokes code review, addresses every accepted finding, commits to the current branch, then refreshes docs, writes the changelog entry, regenerates agent artifacts, runs fast gates, and opens or updates the PR. - Use Case: You have a ticket describing a new feature for your Next.js site. Invoke this Skill to implement it with TDD, get the code reviewed, fix the findings, and end with an updated pull request ready for merge. ## Quick Start Ask the agent to implement the work described in your spec or tickets using the implement workflow.