What problem does it solve? Turning a written implementation plan into working code requires manually tracking dozens of tasks, dependencies, and validation steps, which is error-prone and easy to lose track of. This Skill automates the execution of a spec-kit task breakdown so every task in tasks.md is processed in the correct order. ## Core Features & Use Cases - Checklist Gatekeeping: Scans all checklist files in the feature directory and halts execution if incomplete items remain, asking the user before proceeding. - Phase-Based Task Execution: Parses tasks.md for phases, dependencies, and parallel markers, then executes setup, tests, core, integration, and polish tasks in order following a TDD approach. - Project Setup Verification: Detects the project's technology stack and creates or verifies ignore files such as .gitignore, .dockerignore, and .eslintignore. - Extension Hooks: Runs mandatory and optional before/after implementation hooks defined in .specify/extensions.yml. - Use Case: After generating a task breakdown with /speckit-tasks, run this Skill to implement the entire feature, with progress reported after each task and completed tasks marked [X] in tasks.md. ## Quick Start Run the speckit-implement skill to execute all tasks in tasks.md for the current feature.