---
name: dispatching-parallel-agents
description: ALWAYS use this when there are two or more independent investigations, failures, or implementation slices that can be worked in parallel without shared-state collisions.
Dispatching Parallel Agents
Selective Reading Rule
Start with:
references/usage-routing.md
references/quality-checklist.md
Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.
Selective Reading Rule
Start with:
references/senior-master-standard.md
references/independence-checklist.md
references/prompt-template.md
Use the checklist first. Only dispatch after you can name what stays local, what goes parallel, and what file or problem boundary each agent owns.
Purpose
Use parallelism to create momentum, not chaos.
Use This Skill When
several failures clearly belong to different subsystems
multiple research questions can be answered independently
isolated test files or implementation slices do not share writes
your next local step is still clear while sidecar work happens elsewhere
Core Rule
Do the immediate blocking step locally. Parallelize only the bounded sidecar work.
Workflow
Identify the local critical path.
Group sidecar tasks by failure domain or write scope.
Confirm independence.
Write a tight task packet for each agent.
Keep working locally while they run.
Integrate, verify, and resolve conflicts explicitly.
Good Targets
isolated failing test files
repo exploration for a specific question
one-module patches with clear ownership
review passes that do not block immediate coding
Bad Targets
the very answer you need before you can continue
overlapping write surfaces
vague asks like "figure out the task"
duplicate analysis you are already doing locally
1---2name: dispatching-parallel-agents3description: ---4---5---6name: dispatching-parallel-agents7description: ALWAYS use this when there are two or more independent investigations, failures, or implementation slices that can be worked in parallel without shared-state collisions.8---910# Dispatching Parallel Agents1112## Selective Reading Rule1314Start with:1516- `references/usage-routing.md`17- `references/quality-checklist.md`1819Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.2021## Selective Reading Rule2223Start with:2425- `references/senior-master-standard.md`26- `references/independence-checklist.md`27- `references/prompt-template.md`2829Use the checklist first. Only dispatch after you can name what stays local, what goes parallel, and what file or problem boundary each agent owns.3031## Purpose3233Use parallelism to create momentum, not chaos.3435## Use This Skill When3637- several failures clearly belong to different subsystems38- multiple research questions can be answered independently39- isolated test files or implementation slices do not share writes40- your next local step is still clear while sidecar work happens elsewhere4142## Core Rule4344Do the immediate blocking step locally. Parallelize only the bounded sidecar work.4546## Workflow47481. Identify the local critical path.492. Group sidecar tasks by failure domain or write scope.503. Confirm independence.514. Write a tight task packet for each agent.525. Keep working locally while they run.536. Integrate, verify, and resolve conflicts explicitly.5455## Good Targets5657- isolated failing test files58- repo exploration for a specific question59- one-module patches with clear ownership60- review passes that do not block immediate coding6162## Bad Targets6364- the very answer you need before you can continue65- overlapping write surfaces66- vague asks like "figure out the task"67- duplicate analysis you are already doing locally
Run npx skillmds@latest add anhvu1107/dispatching-parallel-agents in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
anhvu1107 (@anhvu1107) published this skill. Their other Agent Skills are listed on their SkillMD profile.