Multi-Agent Pattern template for Claude Code · orchestration
What this multi-agent pattern does
Dynamic investigation where each agent\
When to use it
Include this template when generating a workspace where Swarm fits the work you do. The Froject wires it into your ZIP automatically with the correct file path, frontmatter, and supporting context — you do not have to copy or rename anything.
How it ships
Lands in .claude/skills/swarm/SKILL.md with proper frontmatter
Loaded on demand by Claude when the trigger phrasing matches
Compatible with terminal, Claude Desktop co-work, and (for context-only items) desktop chat
Related multi-agent patterns
Workflow Orchestrator — Route complex tasks to specialized sub-skills using parallel agents
Sequential Handoff — Pass work through ordered stages where each agent builds on the previous result
Parallel Analyze — Run the same analysis across many targets in parallel, then merge the results into one report
Supervisor — Execute multi-step processes with validation checkpoints and automatic retry on failure
Debate — Multiple agents argue different positions on a decision, then a judge synthesizes the best answer
Maker-Checker — One agent creates output, a separate agent validates it, looping until the checker approves