skills/smithery.ai/orchestrate

orchestrate

SKILL.md

Multi-Agent Orchestration

Before starting work, create a marker: mkdir -p ~/.claude/tmp && echo "orchestrate" > ~/.claude/tmp/heavy-skill-active && date -u +"%Y-%m-%dT%H:%M:%SZ" >> ~/.claude/tmp/heavy-skill-active

Phase 1: Research & Feasibility (GO/NO-GO Gate)

Before delegating to agents:

  1. Parse requirements - Break down what needs to happen
  2. Identify workstreams - Which are independent? Which have dependencies?
  3. Assess scope - Is this actually multi-agent work, or simpler than it looks?

GO/NO-GO Verdict:

  • GO - Task has 3+ workstreams, clear boundaries, and agents can work independently. Proceed.
  • SIMPLIFY - Task has <3 workstreams. Use direct Agent() delegation instead.
  • NO-GO - Requirements unclear, scope too large, or high risk of file conflicts. Report and stop.

Do not proceed past this gate without an explicit verdict.

Installs
7
First Seen
Mar 20, 2026