Agent Skills: dispatching-parallel-agents

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

UncategorizedID: a5c-ai/babysitter/dispatching-parallel-agents

Install this agent skill to your local

pnpm dlx add-skill https://github.com/a5c-ai/babysitter/tree/HEAD/library/methodologies/superpowers/skills/dispatching-parallel-agents

Skill Files

Browse the full folder contents for dispatching-parallel-agents.

Download Skill

Loading file tree…

library/methodologies/superpowers/skills/dispatching-parallel-agents/SKILL.md

Skill Metadata

Name
dispatching-parallel-agents
Description
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
  • Multiple subsystems broken independently
  • Each problem understood without context from others
  • No shared state between investigations

When NOT to Use

  • Failures are related (fix one might fix others)
  • Need full system state understanding
  • Agents would interfere (editing same files)

Process

  1. Identify independent domains
  2. Dispatch agents in parallel (ctx.parallel.all)
  3. Check for conflicts between solutions
  4. Run full test suite to verify integration

Agents Used

  • Process agents defined in dispatching-parallel-agents.js

Tool Use

Invoke via babysitter process: methodologies/superpowers/dispatching-parallel-agents