What problem does it solve?
It helps execute a Speckit implementation plan end-to-end by running pre-checks, validating task and checklist readiness, applying phase-by-phase instructions, and optionally triggering extension hooks.
Core Features & Use Cases
- Extension hook orchestration (before and after): Detects and runs configured hooks from .specify/extensions.yml to extend or automate pre/post implementation behavior.
- Checklist-driven safety gate: Scans checklists to ensure required work is complete, prompting the user if anything is incomplete.
- Plan/context loading and coordinated execution: Reads tasks.md and plan.md (plus optional supporting docs) and then executes the task plan in dependency-aware phases.
- Project setup verification: Creates or verifies repo ignore files (.gitignore, .dockerignore, .eslintignore, .prettierignore, .npmignore, .terraformignore, .helmignore) based on detected tech stack.
- Progress tracking and failure handling: Marks tasks off as [X] and halts on failures following sequential/parallel rules.
Quick Start
Ask for implementation while optionally narrowing scope by telling the skill what subset of tasks you want to focus on.