run-plan

Execute PLAN.md files with teaming checks and post-execution verification.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/voronerd/claude-orchestration-template --skill run-plan-voronerd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: run-plan
Source: https://github.com/voronerd/claude-orchestration-template/tree/main/template_root/.claude/skills/run-plan
Command: npx skills add https://github.com/voronerd/claude-orchestration-template --skill run-plan-voronerd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes PLAN.md files with teaming checks and post-execution verification to ensure reliable, auditable plan execution within Claude workflows.

Core Features & Use Cases

  • Plan execution orchestration: loads a PLAN.md, classifies execution strategy, and delegates tasks to subagents when appropriate.
  • Teaming checks and verification: runs doctor-checks, logs decisions, and validates completion with a SUMMARY.md.
  • Flexible strategies: supports fully autonomous, segmented, or main-context execution depending on checkpoints.
  • Use Case: imagine a complex product plan broken into multiple checkpoints; this skill coordinates the tasks, reviews progress, and records a final summary.

Quick Start

Provide the path to PLAN.md when prompted to execute it end-to-end.

Frequently Asked Questions about run-plan

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

FAQPage Schema
How do I execute a PLAN.md file end-to-end with automated checkpoints?▼

Executing a PLAN.md file involves parsing it for checkpoints, selecting a strategy like autonomous or segmented, delegating to subagents, and logging a SUMMARY.md with a final commit.

What is plan execution orchestration and how does it handle subagent delegation?▼

Plan execution orchestration loads a PLAN.md, classifies the execution strategy, and delegates tasks to subagents, running doctor-checks and validating completion with a SUMMARY.md.

Can I use main-context execution for a PLAN.md without delegating to subagents?▼

Yes, main-context execution is supported. The strategy selector chooses autonomous, segmented, or main-context execution depending on the checkpoints detected within the PLAN.md.

What's the best way to automate workflow orchestration with checkpointing and verification?▼

The best way to automate workflow orchestration with checkpointing is parsing PLAN.md files to detect checkpoints, orchestrating subagents, and validating completion with a logged SUMMARY.md.

Do I need a specific format to define checkpoints in my PLAN.md for automated execution?▼

You need a PLAN.md file containing checkpoints. The parser detects these checkpoints to classify the execution strategy and coordinate subagents for reliable, auditable plan execution.

Why does my plan execution fail post-execution verification in Claude workflows?▼

Plan execution fails post-execution verification when teaming checks and doctor-checks are not passed, preventing the system from validating completion and logging a SUMMARY.md.