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 driving implementation to completion. ## Core Features & Use Cases - Checklist Gatekeeping: 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 technology stack and creates or verifies ignore files (.gitignore, .dockerignore, .eslintignore, and others) with the correct patterns. - Extension Hooks: Runs mandatory and optional before/after implementation hooks defined in .specify/extensions.yml. - Use Case: After running the spec-kit planning and task-generation commands for a new feature, invoke this Skill to have the agent implement every task, keep tasks.md updated, and report a completion summary. ## Quick Start Ask the agent to run the speckit-implement skill to execute all tasks in tasks.md for the current feature.