What problem does it solve? Complex tasks like cross-domain refactors or research-plus-implementation work overload a single AI agent's context, leading to poor results. This Skill provides structured patterns for splitting work across multiple agents and merging their outputs reliably. ## Core Features & Use Cases - Decomposition Patterns: Horizontal (parallel), vertical (pipeline), and hierarchical (tree) strategies for splitting tasks by dependency structure. - Delegation Templates: A structured subagent prompt format covering context, scope, expected output, and success criteria. - Synthesis & Conflict Resolution: Methods for merging agent outputs (concatenate, deduplicate, vote, synthesize, validate) and resolving disagreements. - Use Case: When asked to audit security across auth, API, and database modules, decompose into three parallel subagent searches with clear output schemas, then synthesize findings into one deduplicated report. ## Quick Start Ask the agent to break down a complex multi-module task into parallel subagent tasks and synthesize the results into a single report.