Subagent Orchestration

Decompose work across parallel subagents properly — task slicing that avoids collisions, briefs that stand alone, and result integration that catches contradictions. Use when work can genuinely parallelise (research fan-outs, multi-file changes, independent analyses), when deciding whether to delegate or do it yourself, or when past multi-agent runs produced conflicts and duplicated effort. Produces an orchestration plan: the parallel/sequential split, per-agent briefs, and the integration protocol.

Mohit Aggarwal Updated

File contents

mohitagw15856/pm-claude-skills/tree/main/exports/openclaw/subagent-orchestration commit 31843b062d

Frequently asked questions

npx skillmds@latest add mohitagw15856/subagent-orchestration-2