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 slow. This Skill automates the execution of a spec-kit task breakdown so the plan in tasks.md is carried out phase by phase with progress tracking. ## Core Features & Use Cases - Task Plan Execution: Parses tasks.md to extract phases, dependencies, and parallel markers, then executes tasks in the correct order following TDD principles. - Checklist Gating: Scans checklist files before implementation and halts to ask for confirmation if any items are incomplete. - Project Setup Verification: Detects the project technology stack and creates or verifies ignore files such as .gitignore, .dockerignore, and .eslintignore. - Extension Hooks: Runs optional and mandatory pre- and post-implementation hooks defined in .specify/extensions.yml. - Use Case: After generating a feature specification and task breakdown with spec-kit, invoke this Skill to implement all tasks, mark them complete in tasks.md, and receive a completion report. ## Quick Start Ask the agent to run the speckit-implement skill to execute all tasks defined in tasks.md for the current feature.