What problem does it solve?
This Skill automates the execution of spec-driven development plans, ensuring that development tasks are carried out precisely as defined and allowing for interactive review and control.
Core Features & Use Cases
- Interactive Plan Execution: Run through plan phases and tasks step-by-step, with options to pause and review.
- Worktree Management: Automatically handles plan execution within dedicated Git worktrees for isolated development.
- Implementation Validation: Verifies that all necessary implementation files are present before execution begins.
- Use Case: When starting a new feature defined by a spec plan, use
/go to have the AI guide you through each implementation step, ensuring all requirements are met and code is written according to the plan.
Quick Start
Use the go skill to execute the current spec plan interactively, starting from the next unchecked task.