Skip to content
Automation
Skill

/agent-dispatch

Build dependency-aware, batched dispatch queues for parallel agent execution.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill agent-dispatch --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/agent-dispatch

Context preview

The summary Claude sees to decide when to auto-load this skill.

Build dependency-aware, batched dispatch queues for parallel agent execution.

SKILL.md

agent-dispatch.SKILL.md
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]

Agent Dispatch

Build dependency-aware, batched dispatch queues for parallel agent execution.

Agent

Feature Planner - `automaker-feature-planner`

Workflow

1. Analyze inter-feature dependencies 2. Build directed acyclic graph (DAG) 3. Generate topologically sorted execution order 4. Group features into batches respecting concurrency limits 5. Ensure no batch contains interdependent features 6. Assign agent types to each feature

Inputs

  • `projectName` - Project name
  • `orderedPlans` - Feature plans in dependency order
  • `maxParallel` - Maximum concurrent agents
  • `dependencyGraph` - Feature dependency graph

Outputs

  • Batched dispatch queue with agent assignments

Process Files

  • `automaker-feature-pipeline.js` - Stage 5
  • `automaker-orchestrator.js` - Phase 3 (batching)
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.