What problem does it solve? Coordinating multiple parallel AI workers manually is error-prone: briefs get inconsistent, results arrive scattered, and aggregation is ad hoc. This Skill provides a structured four-phase workflow to fan out N parallel workers, drain their results, and return a single consolidated report. ## Core Features & Use Cases - Parallel Fan-Out: Spawn N cloud workers in one message with standalone briefs covering separate slices, racing identical briefs, or a mix of both. - Race Selection Rules: Declare first pass, rank all, or best-of up front so competing worker outputs are selected deterministically. - Structured Aggregation: Collect terminal results into a compact table with evidenced one-line issues and explicit gaps or dropouts. - Use Case: Ask the agent to swarm a large codebase review: five workers each audit a different module in parallel, and you receive one report with per-module PASS/ISSUES status and consolidated findings. ## Quick Start Ask the agent to swarm this task with four parallel workers and return one consolidated report.