What problem does it solve? Turning a written specification and task breakdown into working code requires disciplined, phase-by-phase execution; this Skill automates that by reading tasks.md and plan.md from a spec-kit project and implementing every task in dependency order. ## Core Features & Use Cases - Task-Driven Implementation: Parses tasks.md for phases, dependencies, and parallel [P] markers, then executes setup, tests, core, integration, and polish phases in order with TDD discipline. - Checklist Gating: Scans checklists in the feature directory, reports pass/fail status, and asks for confirmation before proceeding when items are unchecked. - Project Setup Verification: Detects the tech stack and creates or verifies ignore files (.gitignore, .dockerignore, .eslintignore, etc.) with technology-appropriate patterns. - Extension Hooks: Runs optional and mandatory before/after implementation hooks declared in .specify/extensions.yml. - Use Case: After running speckit-specify, speckit-plan, and speckit-tasks on a new feature, invoke this Skill to implement the entire task list, marking each completed task as [X] and reporting progress per phase. ## Quick Start Ask the agent to run the speckit-implement skill to execute all tasks in tasks.md for the current feature.