What problem does it solve? Turning a written implementation plan into working code requires tracking dozens of tasks, dependencies, and validation steps, which is error-prone when done manually. This Skill automates the execution phase of a spec-driven workflow by reading tasks.md and carrying out each task in the correct order. ## Core Features & Use Cases - Task Plan Execution: Parses tasks.md to extract phases, dependencies, and parallel markers, then executes tasks phase by phase following TDD ordering. - Checklist Gating: Scans checklist files before implementation and asks for confirmation when unchecked items remain. - Project Setup Verification: Detects the tech stack and creates or verifies ignore files such as .gitignore and .dockerignore. - Extension Hooks: Runs optional and mandatory pre- and post-implementation hooks defined in .specify/extensions.yml. - 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 Ask the agent to run the speckit-implement skill to execute all tasks in the current feature's tasks.md file.