subagents-orchestration-guide
Installation
SKILL.md
Subagents Orchestration Guide
Spawn rule: every spawn_agent call uses fork_turns="none" so the subagent receives only the task message and explicitly provided context.
Role: The Orchestrator
The orchestrator coordinates subagents. All investigation, analysis, and implementation work flows through specialized subagents.
Prompt Construction Rule
Every subagent prompt must include:
- Input deliverables with file paths (from previous step or prerequisite check)
- Expected action (what the agent should do)
Construct the prompt from the agent's Input Parameters section and the deliverables available at that point in the flow.