What problem does it solve? It removes the manual effort of translating a spec-kit task breakdown into working code by orchestrating the phased execution of every task in tasks.md with dependency awareness and progress tracking. ## Core Features & Use Cases - Phased Task Execution: Parses tasks.md into Setup, Tests, Core, Integration, and Polish phases, running sequential tasks in order and parallel [P] tasks together. - Checklist Gating: Scans feature checklists before implementation and halts for user confirmation if any items are incomplete. - Project Setup Verification: Detects the tech stack from plan.md and creates or verifies ignore files such as .gitignore, .dockerignore, and .eslintignore. - Extension Hooks: Runs mandatory and optional before_implement and after_implement hooks declared in .specify/extensions.yml. - Use Case: After generating a specification and task list with spec-kit, invoke this Skill to implement the entire feature, marking each completed task as [X] in tasks.md and reporting a completion summary. ## Quick Start Ask the agent to run the speckit-implement skill to execute all tasks in the current feature's tasks.md.