What problem does it solve? Single agents hit context limits, sequential bottlenecks, and degraded reasoning on complex tasks. This Skill provides architectural patterns for distributing work across multiple language model instances with isolated context windows, explicit coordination protocols, and mitigations for failure modes like supervisor bottlenecks and error propagation. ## Core Features & Use Cases - Architecture Pattern Selection: Guidance on choosing between supervisor/orchestrator, peer-to-peer/swarm, and hierarchical patterns based on coordination needs rather than organizational metaphor. - Context Isolation Strategies: Covers full context delegation, instruction passing, and file system memory approaches with their trade-offs. - Consensus and Failure Handling: Weighted voting, debate protocols, trigger-based intervention, and mitigations for divergence, bottlenecks, and error propagation. - Use Case: When building a research system that must search multiple sources in parallel, use this Skill to design a supervisor that delegates to researcher, analyzer, fact-checker, and writer sub-agents, each operating in a clean context. ## Quick Start Ask the agent to design a multi-agent architecture for your task, specifying whether you need centralized control, flexible handoffs, or layered planning.