What problem does it solve? Teams using spec-driven development often struggle to consistently turn a task breakdown into working, verified code. This Skill automates the execution phase of a spec-kit workflow by reading tasks.md and implementing every task in order with test-driven development and quality gates. ## Core Features & Use Cases - Sequential Task Execution: Parses tasks.md for phases, dependencies, and parallel markers, then implements each task following TDD. - Checklist Gating: Scans requirements checklists before implementation and pauses for confirmation when items are unchecked. - Extension Hooks: Runs pre- and post-implementation hooks declared in .specify/extensions.yml, respecting optional and mandatory flags. - Use Case: After generating a task list with /speckit-tasks, invoke this Skill to implement the entire feature, mark tasks complete, run Show & Tell verification steps, and produce a completion report. ## Quick Start Ask the agent to run the speckit-implement skill to execute all tasks in tasks.md and implement the feature with passing tests.