agentic-orchestration-patterns
Installation
SKILL.md
Agentic Orchestration Patterns
Overview
Patterns for designing multi-agent systems with Claude: forking context across parallel sessions, managing escalation and handoff between agents, persisting state across sessions, and leveraging the full hook lifecycle for automation.
Context Forking and Parallel Sessions
When to Fork
Fork context when tasks are independent and can run concurrently. Each fork gets a subset of the original context relevant to its task.