# Dispatching Parallel Agents

> Split independent work across parallel agents

**Subcategory:** Workflow  
**License:** MIT  
**Source:** https://github.com/obra/superpowers/blob/main/skills/dispatching-parallel-agents/SKILL.md

---

## When it is useful

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

## The Catch

Only when 2+ tasks share no state. Sequential work is a false fire.
