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 executing every task in the correct order with progress tracking. ## Core Features & Use Cases - Task Plan Execution: Parses tasks.md for phases, dependencies, and parallel markers, then executes tasks in order following TDD principles. - Checklist Gating: Scans checklists in the feature directory and prompts before proceeding when items remain unchecked. - Project Setup Verification: Detects the tech stack and creates or verifies ignore files such as .gitignore, .dockerignore, and .terraformignore. - Extension Hooks: Runs 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.