agentsclimarketplace

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

Install
npx -y skills add a5c-ai/babysitter --skill dispatching-parallel-agents

Assembled 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

  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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.