parallel-dispatch

Installation
SKILL.md

Dispatching Parallel Agents

When to Use

  • 2+ independent tasks that can be worked on without shared state or sequential dependencies
  • 3+ test files failing with different root causes
  • Multiple subsystems broken independently
  • Each problem can be understood without context from others
  • Multiple independent plan tasks can run concurrently

When NOT to Use

Installs
1
Repository
lgbarn/shipyard
GitHub Stars
63
First Seen
Jun 9, 2026
parallel-dispatch — lgbarn/shipyard