dispatching-parallel-agents

Superpowers~23 tokens

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

How to Invoke

/dispatching-parallel-agents

When to Use

  • 2+ independent tasks that can run in parallel
  • Speed up implementation with concurrent agents

Related Skills