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 task in the correct order with progress tracking. ## Core Features & Use Cases - Task Plan Execution: Parses tasks.md for phases, dependencies, and parallel markers, then executes tasks phase-by-phase following TDD ordering. - 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 project's tech stack and creates or verifies ignore files such as .gitignore, .dockerignore, and .eslintignore. - Extension Hooks: Runs pre- and post-implementation hooks defined in .specify/extensions.yml, distinguishing mandatory from optional hooks. - Use Case: After generating a specification and task breakdown with spec-kit, invoke this Skill to implement the entire feature, marking each completed task as [X] in tasks.md. ## Quick Start Run the speckit-implement skill to execute all tasks in tasks.md for the current feature.