What problem does it solve? Coordinating multiple parallel AI workers manually is error-prone: slices get missed, race results lack a selection rule, and worker outputs arrive as raw dumps with no evidence. This Skill structures the whole fan-out workflow so parallel coverage, races, and exploration produce one consolidated, evidenced report. ## Core Features & Use Cases - Structured Fan-Out: Frame a done predicate, choose a partition/race/mixed shape, set worker count N, and spawn all workers in one message with worktree isolation. - Standalone Briefs: Each worker gets a self-contained brief with goal, scope, verification method, exact SHAs, and a PASS/ISSUES/BLOCKED reporting format. - Aggregation with Gaps: Drop results missing required SHAs or methods, rerun once, and record explicit gaps or dropouts instead of counting them as passes. - Use Case: You want five workers to each review a different subsystem of a large PR in parallel, then receive a single table of results with one-line evidenced issues and any coverage gaps. ## Quick Start Ask the AI to swarm this task by fanning out parallel workers over separate slices and returning one consolidated report.