What problem does it solve? Coordinating multiple parallel AI workers manually is error-prone: briefs get inconsistent, results arrive scattered, and aggregation becomes guesswork. This Skill provides a structured four-phase workflow to fan out N parallel workers, collect their terminal results, and return one consolidated report. ## Core Features & Use Cases - Parallel Fan-Out: Spawns N background subagents in a single message, each with a standalone brief covering goal, scope, verification, and reporting format. - Flexible Shapes: Supports coverage slicing (partition work across workers), racing (N workers on identical briefs with first-pass, rank-all, or best-of selection), or mixed modes. - Model Selection: Picks worker models from a pstack-models.md config, defaulting to haiku, and supports multi-model races. - Use Case: Ask to swarm a codebase review across five modules; each worker audits its slice in an isolated worktree and reports PASS, ISSUES, or BLOCKED, then you receive one aggregated table with evidenced issues and gaps. ## Quick Start Ask the assistant to swarm this task with four parallel workers and return one consolidated report.