Agent dispatch
Skill a5c-ai/babysitter/library/methodologies/automaker/skills/agent-dispatch
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill agent-dispatchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.0 KB, as published. Nobody here has run it
Agent Dispatch
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)