What problem does it solve? Turning a written implementation plan into working code requires manually tracking dozens of tasks, dependencies, and checklists, which is error-prone and easy to lose track of. This Skill automates the execution phase of a spec-kit project by reading tasks.md and systematically completing every task in the correct order. ## Core Features & Use Cases - Checklist Gate: Scans all checklists in the feature directory, reports pass/fail status in a table, and asks for confirmation before proceeding when items are incomplete. - Phased Task Execution: Parses tasks.md for phases, dependencies, and parallel [P] markers, then executes setup, tests, core, integration, and polish work in the correct order while marking completed tasks as [X]. - Project Setup Verification: Detects the project's tech stack and creates or verifies ignore files (.gitignore, .dockerignore, .eslintignore, and others) with the appropriate patterns. - Extension Hooks: Runs optional and mandatory before/after implementation hooks defined in .specify/extensions.yml. - Use Case: After running /speckit-tasks to generate a task breakdown for a new feature, invoke this Skill to implement the entire feature end-to-end with progress reporting and validation against the specification. ## Quick Start Run the speckit-implement skill to execute all tasks in tasks.md for the current feature.