plan-executor:compile-plan

Converts plan markdown files into schema-validated task manifests with wave and dependency structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill converts plan markdown files into schema-validated task manifests that can be used for automated execution and planning.

Core Features & Use Cases

  • Markdown Parsing: Extracts tasks and metadata from plan files for formal processing.
  • Manifest Generation: Creates a JSON-based task schema with wave and dependency structure.
  • Quick Start: Input your plan markdown and run the compile-plan skill to produce a ready-to-dispatch task manifest for orchestration systems.

Quick Start

Use the compile-plan skill to convert your plan document into a structured task list for execution.

Frequently Asked Questions about plan-executor:compile-plan

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

FAQPage Schema
How do I convert markdown plans into structured task manifests for automated execution?

To convert markdown plans into structured task manifests, you input plan markdown to extract tasks and metadata, generating a schema-validated JSON output with wave and dependency structures for deterministic orchestration.

What is a schema-validated task manifest used for in workflow planning?

A schema-validated task manifest is used for orchestrating complex multi-step workflows. It ensures schema adherence and proper task grouping for parallelism and sequencing, facilitating deterministic execution and dependency management in planning processes.

Can I use plan markdown to manage task dependencies and parallel execution?

Yes, you can use plan markdown to manage task dependencies and parallel execution. The markdown is parsed to create a JSON-based task schema with wave and dependency structure, grouping tasks for proper sequencing and parallelism.

What's the best way to structure markdown files for task manifest generation?

The best way to structure markdown files for task manifest generation is to format them as clear plan documents containing tasks and metadata. This allows the parser to extract the necessary information to produce a ready-to-dispatch task manifest for orchestration systems.

Do I need any dependencies to compile plan markdown into a task schema?

No dependencies are required to compile plan markdown into a task schema. The process works standalone to extract tasks from plan files and generate a JSON-based task manifest with dependency structures for automated execution.

When do I need schema validation for markdown-based task planning?

You need schema validation for markdown-based task planning when orchestrating complex multi-step workflows. It ensures proper task grouping, sequencing, and parallelism, which are critical for deterministic execution and dependency management.