orchestrate

Installation
SKILL.md

/orchestrate - Multi-Agent Coordination

$ARGUMENTS

MANDATORY: You MUST use the Agent tool

DO NOT analyze or implement this task yourself. Your only job is to decompose the task and invoke specialized agents via the Agent tool. If you attempt to do the work inline, you have failed.

Step 1 — Decompose

Analyze the task and identify 3–6 sub-domains (e.g. backend, frontend, security, testing, docs). Define clear file ownership per domain so agents don't conflict.

Present the decomposition to the user and wait for approval before Step 2.

Step 2 — Spawn agents in parallel (REQUIRED)

Call the Agent tool multiple times in a single response — one call per sub-domain. All independent agents MUST be launched in the same message to run in parallel.

Example for a feature implementation task:

Installs
6
GitHub Stars
175
First Seen
May 16, 2026
orchestrate — softspark/ai-toolkit