What problem does it solve? Single-agent systems hit context window limits, suffer from context degradation, and cannot parallelize work across independent subtasks. This Skill provides architectural patterns and coordination utilities for distributing work across multiple language model agents with isolated contexts. ## Core Features & Use Cases - Three Architecture Patterns: Implement supervisor/orchestrator, peer-to-peer swarm, and hierarchical agent topologies with explicit handoff protocols and context isolation strategies. - Coordination Utilities: Use the included Python module for inter-agent messaging, weighted consensus voting, task decomposition, and circuit-breaker failure handling. - Framework Guidance: Reference implementations for LangGraph, AutoGen, and CrewAI cover supervisor graphs, GroupChat patterns, and role-based hierarchies. - Use Case: When building a research system where a single agent's context overflows with search results, use this Skill to split work across a researcher, analyzer, fact-checker, and writer coordinated by a supervisor with checkpointing. ## Quick Start Ask the AI to design a multi-agent system with a supervisor coordinating specialized worker agents for your task.