What problem does it solve? Turning a written implementation plan into actual code requires manually tracking dozens of tasks, dependencies, and checklists, which is error-prone and slow. This Skill automates the execution of a spec-kit implementation plan by reading tasks.md and systematically completing every task in the correct order. ## Core Features & Use Cases - Checklist Gatekeeping: Scans all checklists in the feature directory, reports completion 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 markers, then executes setup, tests, core, integration, and polish tasks in the correct order following TDD. - Project Setup Verification: Detects the project's technology stack and creates or verifies ignore files such as .gitignore, .dockerignore, and .eslintignore with appropriate patterns. - Use Case: After running the spec-kit planning and task-generation commands for a new feature, invoke this Skill to implement all tasks, mark completed items as [X] in tasks.md, and receive a final validation report. ## Quick Start Run the speckit-implement command in a spec-kit project to execute all tasks defined in tasks.md for the current feature.