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 --json should return runtime: true).
  • The superagent CLI must be on PATH (installed via Settings > Browser > Enable SuperAgent CLI).
  • The orchestration experimental feature must be enabled in Settings > Experimental.
  • All superagent orchestration commands are RPC calls to the running SuperAgent runtime — they require an active SuperAgent session.
Installs
1
GitHub Stars
1
First Seen
May 15, 2026
orchestration — drolu/superagent