dispatching-parallel-agents

Installation
SKILL.md

Dispatching Parallel Agents

Fan-Out / Fan-In pattern for concurrent investigation of independent problems. Dispatch isolated agents with domain separation so they never interfere with each other, collect results, integrate, verify.

Instructions

Phase 1: CLASSIFY

Goal: Determine whether problems are independent and suitable for parallel dispatch.

Step 1: List all problems

Read and follow the repository CLAUDE.md before proceeding. Then enumerate every problem:

## Problems Identified
1. [Problem A] - [Subsystem] - [Error summary]
2. [Problem B] - [Subsystem] - [Error summary]
3. [Problem C] - [Subsystem] - [Error summary]
Related skills
Installs
5
GitHub Stars
366
First Seen
Mar 23, 2026