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 spec-kit project artifacts (tasks.md, plan.md, data-model.md, contracts) and executing every task in the correct order with dependency awareness. ## Core Features & Use Cases - Task Plan Execution: Parses tasks.md for 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 and creates or verifies ignore files (.gitignore, .dockerignore, .eslintignore, and others) with appropriate patterns. - Extension Hooks: Runs mandatory and optional before/after implementation hooks defined in .specify/extensions.yml. - Use Case: After running /speckit-tasks to generate a task list 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 in tasks.md for the current feature.