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 that execution phase of a spec-driven development workflow. ## Core Features & Use Cases - Task Plan Execution: Reads tasks.md and plan.md from a spec-kit project, then executes tasks phase-by-phase while respecting sequential and parallel [P] dependencies. - Checklist Gating: Scans checklists in the feature directory, reports completion status, and asks for confirmation before proceeding when items are incomplete. - Project Setup Verification: Detects the tech stack and creates or verifies ignore files (.gitignore, .dockerignore, .eslintignore, etc.) with appropriate patterns. - Extension Hooks: Runs optional and mandatory before/after implementation hooks defined in .specify/extensions.yml. - Use Case: After generating a specification and task breakdown with spec-kit, invoke this Skill to implement all tasks, mark them [X] in tasks.md, and receive a completion report. ## Quick Start Run the speckit-implement skill to execute all tasks in tasks.md for the current feature.