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 a spec-kit project's tasks.md and systematically completing every task in the correct order. ## Core Features & Use Cases - Phased Task Execution: Parses tasks.md into phases (Setup, Tests, Core, Integration, Polish) and executes them sequentially while respecting parallel [P] markers and file-level dependencies. - Checklist Gating: Scans checklists in the feature directory, reports pass/fail status in a table, and asks for confirmation before proceeding when items are unchecked. - Project Setup Verification: Detects the technology stack from plan.md and creates or verifies ignore files (.gitignore, .dockerignore, .eslintignore, etc.) with appropriate patterns. - Extension Hooks: Runs optional and mandatory pre/post-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—writing tests first, then code—while marking each completed task as [X] in tasks.md. ## Quick Start Ask the assistant to run the speckit-implement skill to execute all tasks in the current feature's tasks.md file.