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 - Task Plan Execution: Parses tasks.md for phases, dependencies, and parallel markers, then executes tasks in the correct order following TDD principles. - Checklist Gating: Scans checklists in the feature directory and halts for confirmation if any items are incomplete before implementation begins. - Project Setup Verification: Detects the project technology stack and creates or verifies ignore files such as .gitignore, .dockerignore, and .eslintignore. - Use Case: After running the spec-kit planning and task-generation commands for a new feature, invoke this Skill to implement all tasks, mark them complete in tasks.md, and receive a completion report. ## Quick Start Run the speckit-implement skill to execute all tasks defined in tasks.md for the current feature.