What problem does it solve? Turning a written implementation plan into working code requires manually tracking dozens of tasks, dependencies, and validation steps. This Skill automates that execution by reading tasks.md and plan.md from a spec-kit project and carrying out each phase in order. ## Core Features & Use Cases - Phased Task Execution: Parses tasks.md for phases (Setup, Tests, Core, Integration, Polish), respects sequential vs parallel [P] dependencies, and marks completed tasks as [X]. - 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, and others) with appropriate patterns. - Extension Hooks: Runs optional and mandatory before/after implementation hooks declared in .specify/extensions.yml. - Use Case: After generating a specification and task breakdown with spec-kit, invoke this Skill to implement the entire feature, following TDD ordering and reporting progress after each task. ## Quick Start Run the speckit-implement skill to execute all tasks in tasks.md for the current feature.