dispatching-parallel-agents
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Content Preview
--- name: dispatching-parallel-agents description: Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies --- # Dispatching Parallel Agents ## Overview You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/dispatching-parallel-agents.md \
https://raw.githubusercontent.com/obra/superpowers/main/skills/dispatching-parallel-agents/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/obra/superpowersThen reference at skills/dispatching-parallel-agents/SKILL.md
Related Skills
Dispatching Parallel Agents
Use multiple Claude agents to investigate and fix independent problems concurrently
dispatching-parallel-agentsdispatching parallel agents
by Jesse Vincent (community) · obra-superpowers-skills
When Stuck - Problem-Solving Dispatch
Dispatch to the right problem-solving technique based on how you're stuck
when-stuckwhen stuck problemsolving dispatch
by Jesse Vincent (community) · obra-superpowers-skills
Requesting Code Review
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
requesting-code-reviewrequesting code review
by Jesse Vincent (community) · obra-superpowers-skills
Subagent-Driven Development
Execute implementation plan by dispatching fresh subagent for each task, with code review between tasks
subagent-driven-developmentsubagentdriven development
by Jesse Vincent (community) · obra-superpowers-skills