autopilot-dispatch

Construct and dispatch sub-agent prompts using standardized JSON envelopes.

3|1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/lorainwings/claude-autopilot --skill autopilot-dispatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autopilot-dispatch
Source: https://github.com/lorainwings/claude-autopilot/tree/main/plugins/spec-autopilot/skills/autopilot-dispatch
Command: npx skills add https://github.com/lorainwings/claude-autopilot --skill autopilot-dispatch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill defines a standardized dispatch protocol to construct and route sub-agent prompts for autopilot phases, ensuring consistent task delegation and JSON envelope contracts.

Core Features & Use Cases

  • Standardized task prompt construction with JSON envelopes and explicit path injection
  • Phase-aware routing and template injection for deterministic agent orchestration
  • Safety checks and context injection rules to prevent leakage and ensure traceability
  • Use Case: Orchestrate phase-driven sub-agents in a multi-phase autopilot workflow.

Quick Start

Use the autopilot-dispatch skill to build and dispatch a phase task prompt for a sub-agent with the configured envelope.

Frequently Asked Questions about autopilot-dispatch

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

FAQPage Schema
How do I standardize sub-agent prompt construction for multi-phase orchestration?

Sub-agent prompt construction is standardized using a JSON envelope that enforces explicit path injection and phase-aware routing, ensuring deterministic task delegation. This approach guarantees consistent structure and traceability across all dispatch operations.

What is deterministic task dispatch for autopilot phases?

Deterministic task dispatch is the automated generation of sub-agent prompts by reading project configuration, phase context, and checkpoints to create standardized JSON envelopes. This ensures safe, auditable execution and consistent routing for autopilot workflows.

How do I build phase-aware routing for sub-agent orchestration workflows?

Phase-aware routing is built by injecting phase context and checkpoints into a standardized JSON envelope during prompt dispatch. This enforces explicit template injection and safety checks to prevent context leakage while maintaining deterministic agent execution.

Does sub-agent task dispatch work without external dependencies?

Sub-agent task dispatch operates with zero external dependencies, relying entirely on internal project configuration and phase context to generate JSON envelopes. This ensures safe, auditable task execution without requiring additional library installations.

How to prevent context leakage when dispatching prompts to sub-agents?

Context leakage is prevented by applying strict safety checks and explicit path injection rules when constructing the JSON envelope for sub-agent prompts. These rules enforce traceability and isolate phase-specific data during the dispatch process.

What are the limitations of using JSON envelopes for autopilot phase dispatch?

The JSON envelope approach requires strict adherence to the standardized structure and explicit path injection rules, meaning any deviation in project configuration or phase context can break deterministic routing. It is limited to autopilot phase-driven workflows.