dispatching-parallel-agents

Originally fromobra/superpowers
Installation
SKILL.md

Dispatching Parallel Agents

Overview

When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequentially wastes time. Each investigation is independent and can happen in parallel.

Core principle: Dispatch one agent per independent problem domain. Let them work concurrently.

When to Use

Use when:

  • 3+ test files failing with different root causes
  • Multiple subsystems broken independently
  • Each problem can be understood without context from others
  • No shared state between investigations

Don't use when:

Related skills
Installs
39
Repository
eyadsibai/ltk
GitHub Stars
4
First Seen
Jan 28, 2026