What problem does it solve? Turning a written implementation plan into working code requires manually tracking dozens of tasks, dependencies, and validation steps, which is error-prone and easy to lose track of. This Skill automates the execution phase of a Spec Kit project by reading tasks.md and driving the implementation end to end. ## Core Features & Use Cases - Automated Task Execution: Parses tasks.md to extract phases, dependencies, and parallel markers, then executes tasks in the correct order following TDD principles. - Checklist Gating: Scans checklist files before implementation and halts to ask for confirmation if any items are incomplete. - Project Setup Verification: Detects the technology stack and creates or verifies ignore files (.gitignore, .dockerignore, etc.) with appropriate patterns. - Extension Hooks: Supports pre- and post-implementation hooks defined in .specify/extensions.yml for customizable workflow automation. - Use Case: After running the Spec Kit planning commands for a new feature, invoke this Skill to automatically implement all tasks, mark them complete in tasks.md, and validate the result against the specification. ## Quick Start Ask the agent to run the speckit-implement skill to execute all tasks defined in the current feature's tasks.md file.