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 tasks.md and plan.md and implementing every task in the correct order. ## Core Features & Use Cases - Task-Driven Implementation: Parses tasks.md for phases, dependencies, and parallel markers, then executes tasks sequentially or in parallel as specified. - Checklist Gating: Scans checklist files before implementation and halts for user confirmation if any items are incomplete. - Project Setup Verification: Detects the project stack and creates or verifies ignore files such as .gitignore, .dockerignore, and .eslintignore. - Extension Hooks: Runs configurable pre- and post-implementation hooks defined in .specify/extensions.yml. - Use Case: After generating a spec, plan, and task list with spec-kit, invoke this Skill to implement the entire feature, 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 tasks.md for the current feature.