What problem does it solve? It removes the manual coordination burden of turning a spec-kit task breakdown into working code by orchestrating phased, dependency-aware execution of every task in tasks.md. ## Core Features & Use Cases - Phased Task Execution: Parses tasks.md into Setup, Tests, Core, Integration, and Polish phases, respecting sequential dependencies and parallel [P] markers. - 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 from plan.md and creates or verifies ignore files (.gitignore, .dockerignore, .eslintignore, and others). - Extension Hooks: Runs mandatory and optional before/after implementation hooks declared in .specify/extensions.yml. - Use Case: After generating a feature plan with spec-kit, run this Skill to implement all tasks in order, mark completed tasks as [X] in tasks.md, and receive a completion report validated against the specification. ## Quick Start Run the speckit-implement skill to execute all tasks in the current feature's tasks.md following the implementation plan.