dispatching-parallel-agents

Installation
SKILL.md

Dispatching Parallel Agents

When to Use

  • Multiple subsystems broken independently
  • No shared state between failures
  • Each fix is self-contained
  • Parallel work won't create conflicts

When NOT to Use

  • Tasks with shared state or sequential dependencies where one fix affects another
  • Single-file changes that don't benefit from parallelization overhead
  • Sequential workflows where each step depends on the output of the previous step

Core Principle

Installs
1
GitHub Stars
97
First Seen
Apr 8, 2026
dispatching-parallel-agents — duthaho/claudekit