Agent Dispatch

SkillProductivity

Lets your agent break complex work into steps and follow the plan without going off track.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Agent Dispatch skill

About this capability

Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

What this skill tells your AI

The instructions your AI receives, as published by a5c-ai/babysitter in library/methodologies/automaker/skills/agent-dispatch/SKILL.md and read by ahel’s review.

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)

Signals

GitHub stars
2k
Forks
106
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
agent-dispatch
Source
github.com/a5c-ai/babysitter