Dispatching parallel agents
Skill a5c-ai/babysitter/library/methodologies/superpowers/skills/dispatching-parallel-agents
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
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.
What its author says it does
Copied from the file, not written here
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
SKILL.md
1.0 KB, 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