About
This skill provides specialized guidance for designing and implementing distributed LLM systems, focusing on multi-agent architectures to solve context bottleneck and token economy challenges. It facilitates the implementation of various coordination models, including the Supervisor/Orchestrator pattern for controlled workflows, Peer-to-Peer Swarms for flexible task handoffs, and Hierarchical layers for enterprise-scale projects. By emphasizing context isolation and formal handoff protocols, it helps developers build more reliable, parallelized AI systems that avoid the 'lost-in-the-middle' performance degradation seen in single-agent setups.