dispatching-parallel-agents

from obra/superpowers scored 2026-07-07

Governs when and how to fan work out to parallel subagents: independence tests, scoping rules, and result-integration discipline.

Skill scores
scored 2026-07-07 · rubric
Skill Leverage74
Reliability72
Evaluation Readiness54
Safety / Governance70

Anatomy

Parent repoobra/superpowers
Pathskills/dispatching-parallel-agents
Trigger conditions"Use when facing 2+ independent tasks that can be worked on without shared state"
Instruction formatyaml-frontmatter-md
Required toolssubagents
Reusabilityuniversal
Complexityhigh
Ships scripts / examples / tests / boundariesno / yes / no / yes

Failure modes

The independence judgment is the hard part and stays with the operator; misjudged dependencies produce conflicting parallel edits.

Verdict

The fan-out pattern with guardrails. Its main value is the independence checklist, which prevents the classic failure of parallelizing coupled work.

Related skills

Frequently asked questions

What does the dispatching-parallel-agents skill do?

Governs when and how to fan work out to parallel subagents: independence tests, scoping rules, and result-integration discipline.

When does dispatching-parallel-agents trigger?

Its stated trigger: "Use when facing 2+ independent tasks that can be worked on without shared state". Trigger precision is a scored reliability dimension.

Go deeper