plan-executor:execute-plan

Coordinate multi-step development plan execution with parallel task waves and deviation tracking.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/andreas-pohl-parloa/plan-executor-plugin --skill plan-executor-execute-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-executor:execute-plan
Source: https://github.com/andreas-pohl-parloa/plan-executor-plugin/tree/main/plugins/plan-executor/skills/execute-plan
Command: npx skills add https://github.com/andreas-pohl-parloa/plan-executor-plugin --skill plan-executor-execute-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables an AI-driven orchestrator to coordinate the execution of development plans, managing sub-tasks, review, validation, and workflow progression automatically.

Core Features & Use Cases

  • Plan Loading and State Management: Reads pre-compiled plan manifests and updates execution status to track progress.
  • Wave-based Execution Coordination: Manages task waves with parallel sub-agent dispatching, ensuring sequential dependency handling.
  • Sub-task Wrapper Generation: Creates detailed instruction files for sub-agents, including deviation protocols and prior context.
  • Deviation Journal Handling: Collects and summarizes deviations and risks to inform ongoing execution adjustments.
  • Use Case: Ideal for automating complex software deployment or documentation workflows involving multiple coordinated steps.

Quick Start

Invoke this Skill to automatically load a compiled plan, manage the execution workflow, and orchestrate sub-agent tasks without manual intervention.

Frequently Asked Questions about plan-executor:execute-plan

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

FAQPage Schema
How do I automate the execution of multi-step development plans?

You can automate multi-step development plans by loading a pre-compiled plan manifest into an orchestrator, which then manages task waves, dispatches sub-agents, and tracks execution progress automatically.

What is wave-based execution coordination for development workflows?

Wave-based execution coordination manages task waves with parallel sub-agent dispatching, ensuring sequential dependency handling. This approach processes schema-valid plan manifests to dispatch tasks and summarize deviations for quality control.

How do I handle workflow deviations during automated task orchestration?

To handle workflow deviations during automated task orchestration, a deviation journal collects and summarizes deviations and risks. This informs ongoing execution adjustments and maintains quality control across complex project workflows.

Can I execute parallel sub-tasks while maintaining sequential dependencies?

Yes, you can execute parallel sub-tasks while maintaining sequential dependencies. The orchestration mechanism manages task waves by dispatching sub-agents in parallel and generating detailed instruction files to ensure proper dependency handling.

Do I need a pre-compiled plan manifest to start automated workflow management?

Yes, you need a pre-compiled plan manifest. The orchestration process requires a schema-valid plan manifest to load execution states, dispatch task waves, and generate sub-task wrapper instructions for the sub-agents.