What problem does it solve? Coordinating many parallel AI workers on a large task is error-prone: slices get missed, race results go unranked, and raw worker output floods the conversation. This Skill provides a disciplined four-phase workflow to frame, launch, aggregate, and report on N parallel cloud workers. ## Core Features & Use Cases - Structured Fan-Out: Spawn N background cloud workers in one message, each with a standalone brief covering goal, scope, verification, and reporting format. - Coverage, Race, and Mixed Shapes: Partition work into slices, race N workers on identical briefs with a declared selection rule (first pass, rank all, or best-of), or mix both. - Consolidated Reporting: Aggregate terminal results into a compact table with evidenced one-line issues, explicit gaps, and dropout notes instead of raw worker dumps. - Use Case: You need a codebase audited across five modules. Launch five workers, one per module, each writing to its own worktree, then receive a single report with PASS/ISSUES/BLOCKED status per module. ## Quick Start Ask the assistant to swarm this task by fanning out parallel workers to cover each module and return one consolidated report.