Dispatching parallel agents
Skill a5c-ai/babysitter/library/methodologies/superpowers/skills/dispatching-parallel-agents
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.From its SKILL.md
npx -y skills add a5c-ai/babysitter --skill dispatching-parallel-agentsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.0 KB, 138 tokens by cl100k_base, as published. Nobody here has run it
- 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
- Identify independent domains
- Dispatch agents in parallel (ctx.parallel.all)
- Check for conflicts between solutions
- 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
What ships with it: 1 file
304 B alongside SKILL.md
- README.md304 B