orchestration
Installation
SKILL.md
SuperAgent Inter-Agent Orchestration
Use this skill when the task involves coordinating multiple coding agents through SuperAgent's orchestration system. For basic terminal and worktree management, use the superagent-cli skill instead.
When To Use
- You need to send messages between agent terminals
- You need to decompose a spec into parallel subtasks with dependencies
- You need to dispatch tasks to worker agents with structured feedback
- You need to act as a coordinator managing a multi-agent workflow
- You need to create decision gates for human-in-the-loop checkpoints
Preconditions
- SuperAgent must be running (
superagent status --jsonshould returnruntime: true). - The
superagentCLI must be on PATH (installed via Settings > Browser > Enable SuperAgent CLI). - The orchestration experimental feature must be enabled in Settings > Experimental.
- All
superagent orchestrationcommands are RPC calls to the running SuperAgent runtime — they require an active SuperAgent session.