What problem does it solve?
This Skill automates the execution of structured development plans created in the .llms/ directory. It guides phase progression, tracks progress, manages git commits, and handles validation cycles so you can move from plan to productive outcomes with minimal cognitive load.
Core Features & Use Cases
- Phase-driven execution: Progress through each phase deterministically using dedicated subagents to ensure consistent results.
- Progress tracking & commits: Updates plan status and commits changes at each phase boundary to maintain a clear history.
- Validation & fix cycles: Detects failures during validation and orchestrates fix cycles with structured subplans when needed.
- Plan continuity: Resume work on in-progress plans or pick up new ones created by
create-plan.
Quick Start
Use the skill to run an active plan:
- If there is exactly one active plan in
.llms/, the skill will begin at the current phase.
- If multiple active plans exist, you will be prompted to choose which plan to execute.
- The skill will spawn phase-specific subagents (e.g., scope analysis, context gathering, solution design, etc.) to perform each phase and update the plan as it progresses.