execute-plan

Community

Automates plan execution and phase progression.

Authorrhys117
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: execute-plan
Download link: https://github.com/rhys117/ai-setup/archive/main.zip#execute-plan

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository