From maestro
Defines phase execution methodology for orchestration workflows, including error handling and completion protocols. Helps structure multi-step automated processes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/maestro:executionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Methodology loaded via MCP. Call `get_skill_content(resources: ["execution"])`.
Methodology loaded via MCP. Call get_skill_content(resources: ["execution"]).
npx claudepluginhub josstei/maestro-orchestrate --plugin maestroDefines orchestration protocols for multi-phase /workflow pipelines: handoffs, checkpoints, re-routing, parallel dispatch, and metrics tracking.
Orchestrates multi-agent workflows with parallel pipelines, sync barriers, state tracking, checkpointing, and progress metrics. Use for coordinating 3+ agents across sessions.
Executes orchestration workflows using -> || ~> syntax with real-time ASCII visualization, interactive steering at checkpoints, error recovery, and resume from .orchestration/state.json.