Build dependency-aware, batched dispatch queues for parallel agent execution.
Scanned 5/29/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill agent-dispatch --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Agent Dispatch?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-agent-dispatch)More formats (shields.io, HTML) on the badges page.
# 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)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!