---
name: parallel-agents
description: ALWAYS use this when the task contains multiple independent research questions, code slices, or verification tracks that can proceed in parallel while the immediate local step continues.
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
Start with references/delegation-decision-tree.md.
Use it before spawning work so delegation helps the critical path instead of blocking it.
Purpose
Use delegation intentionally: local blocking work stays local, bounded sidecar work goes parallel.
Workflow
Name the immediate local step.
Identify candidate sidecar tasks.
Remove anything that overlaps writes or blocks the next step.
Delegate the remaining isolated work.
Keep moving locally.
Integrate and verify.
Rules
Delegation must materially advance the task.
Each subagent needs a clear output and ownership boundary.
Do not wait reflexively.
1---2name: parallel-agents3description: ---4---5---6name: parallel-agents7description: ALWAYS use this when the task contains multiple independent research questions, code slices, or verification tracks that can proceed in parallel while the immediate local step continues.8---910# 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`262728Start with `references/delegation-decision-tree.md`.2930Use it before spawning work so delegation helps the critical path instead of blocking it.3132## Purpose3334Use delegation intentionally: local blocking work stays local, bounded sidecar work goes parallel.3536## Workflow37381. Name the immediate local step.392. Identify candidate sidecar tasks.403. Remove anything that overlaps writes or blocks the next step.414. Delegate the remaining isolated work.425. Keep moving locally.436. Integrate and verify.4445## Rules4647- Delegation must materially advance the task.48- Each subagent needs a clear output and ownership boundary.49- Do not wait reflexively.
Run npx skillmds@latest add anhvu1107/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.