agentsclimarketplace

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

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.

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

  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

What ships with it: 1 file

304 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. 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.