run-plan

Orchestrate plan-driven development by executing incomplete phases in isolated worktrees.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/zeveck/zskills --skill run-plan-zeveck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-plan
Source: https://github.com/zeveck/zskills/tree/main/skills/run-plan
Command: npx skills add https://github.com/zeveck/zskills --skill run-plan-zeveck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates plan-driven development by reading a plan document, selecting the next incomplete phase, dispatching implementation in a worktree, verifying changes with a separate agent, updating progress tracking, and generating phase reports, with optional auto-landing to main and cron-based automation.

Core Features & Use Cases

  • Orchestrates multi-phase plan execution with worktree isolation, per-phase verification, and progress tracking.
  • Supports autonomous operation via cron scheduling and immediate status checks.
  • Generates plan reports and optionally lands changes to main.

Quick Start

Invoke the skill with a plan file path to begin executing the next incomplete phase.

Frequently Asked Questions about run-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multi-phase plan execution with worktree isolation?

Multi-phase plan execution is automated by reading a plan document, selecting the next incomplete phase, and dispatching implementation in an isolated worktree. The process verifies changes with a separate agent and updates progress tracking automatically.

Can I schedule autonomous development runs using cron?

Yes, autonomous operation is supported via cron scheduling. This allows the plan orchestration process to run automatically at scheduled intervals, executing the next incomplete phase and generating status reports without manual intervention.

What is plan-driven development orchestration and when do I need it?

Plan-driven development orchestration is the automated staging and execution of multi-phase projects. It is needed for projects requiring staged execution, worktree isolation, per-phase verification, and automated progress tracking with optional auto-landing to main.

Does plan orchestration verify code changes before updating progress?

Yes, plan orchestration verifies changes using a separate agent before updating progress tracking. This ensures that implementation meets per-phase verification requirements and that progress is only tracked after successful validation.

How do I start executing a multi-phase plan on demand?

To start executing a multi-phase plan on demand, invoke the skill with a plan file path. It will select the next incomplete phase, dispatch implementation in a worktree, and generate an immediate status check of the current progress.