What problem does it solve? Turning a written specification and task breakdown into working code requires disciplined, phase-by-phase execution. This Skill automates that process by reading the tasks.md plan from a Spec Kit project and executing every task in the correct order, with dependency tracking, checklist gating, and progress reporting. ## Core Features & Use Cases - Task Plan Execution: Parses tasks.md to extract phases, dependencies, and parallel markers, then executes setup, tests, core, integration, and polish phases in order. - 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) with technology-appropriate patterns. - Extension Hooks: Runs optional and mandatory before/after implementation hooks declared in .specify/extensions.yml. - Use Case: After running /speckit-tasks to generate a task breakdown for a new feature, 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 implementation for the current feature, for example: implement all tasks defined in tasks.md for this spec-kit project.