plan-executor:handover

Detects plan formats and prepares a meta.json for execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill facilitates the ingestion of plans into the plan-executor pipeline by detecting various formats, collecting missing metadata, and preparing deployment artifacts efficiently.

Core Features & Use Cases

  • Format Detection: Recognizes different plan formats including plan-executor markdown, Superpowers outlines, Claude Code outputs, and plain markdown or issue bodies.
  • Metadata Collection: Interactively or automatically gathers essential plan details such as goal, type, and target repository information.
  • Preparation for Execution: Generates a meta.json sidecar with necessary parameters, and orchestrates plan dispatching to local or remote executors.
  • Use Case: Enables teams to quickly integrate diverse plan documents into automated execution workflows without manual reformatting.

Quick Start

Provide the path to your plan markdown file, and the Skill will detect its format, gather missing data, and prepare it for execution with minimal user intervention.

Frequently Asked Questions about plan-executor:handover

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

FAQPage Schema
How do I ingest unstructured markdown plans into an automated execution pipeline?

You can ingest unstructured markdown plans by providing the file path to this Skill. It automatically detects the format, interactively collects missing execution metadata, and generates a meta.json sidecar file to prepare it for the execution pipeline.

What plan formats are supported for automated pipeline ingestion?

Supported plan formats for automated pipeline ingestion include plan-executor markdown, Superpowers outlines, Claude Code outputs, and plain markdown or issue bodies. The Skill detects these formats to collect missing details and prepare deployment artifacts efficiently.

How do I collect missing execution metadata for a plan document?

You collect missing execution metadata for a plan document by running this Skill in interactive mode. It prompts for essential details like goal, type, and target repository, or it fails deterministically in non-interactive mode to ensure pipeline integrity.

Does the plan-executor handover work with Superpowers outlines and Claude Code outputs?

Yes, the plan-executor handover works with Superpowers outlines and Claude Code outputs. The format detection mechanism recognizes these specific structures alongside plain markdown, allowing you to integrate diverse plan documents into automated execution workflows.

What happens to plan ingestion in a non-interactive automated pipeline?

In a non-interactive automated pipeline, plan ingestion fails deterministically if essential execution metadata is missing. This behavior prevents silent deployment failures by ensuring all required plan parameters are present before orchestrating dispatch to executors.

How do I prepare a meta.json sidecar for plan execution?

You prepare a meta.json sidecar for plan execution by pointing the Skill to your plan markdown file. It extracts or interactively gathers parameters like goal and target repository, writing them into the sidecar to orchestrate local or remote dispatching.