agentsclimarketplace

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

Install
npx -y skills add a5c-ai/babysitter --skill agent-dispatch

Assembled 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

  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)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.