Agent Dispatch
SkillProductivityLets 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.
No other account needed.
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
- Analyze inter-feature dependencies
- Build directed acyclic graph (DAG)
- Generate topologically sorted execution order
- Group features into batches respecting concurrency limits
- Ensure no batch contains interdependent features
- Assign agent types to each feature
Inputs
projectName- Project nameorderedPlans- Feature plans in dependency ordermaxParallel- Maximum concurrent agentsdependencyGraph- Feature dependency graph
Outputs
- Batched dispatch queue with agent assignments
Process Files
automaker-feature-pipeline.js- Stage 5automaker-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