Convoy management
Skill a5c-ai/babysitter/library/methodologies/gastown/skills/convoy-management
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 convoy-managementAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Create, track, and land convoys of related beads as primary work orders in the Gas Town multi-agent orchestration framework.
SKILL.md
1.5 KB, as published. Nobody here has run it
- Coordinating parallel bead execution across agents
- Tracking progress of distributed work
- Landing (merging) completed convoy results
Process
- Create convoy from goal or MEOW decomposition
- Decompose into beads (persistent) and wisps (ephemeral)
- Assign beads to Crew (long-lived) or Polecats (transient)
- Track progress via hooks and heartbeats
- Verify all beads complete with quality checks
- Land convoy by merging bead branches
Key Concepts
- Convoy: Primary work-order wrapping related beads
- Bead: Git-backed atomic work unit (issue/task)
- Wisp: Ephemeral bead destroyed after successful run
- GUPP: If there is work on your Hook, YOU MUST RUN IT
Agents Used
agents/mayor/- Creates and coordinates convoysagents/crew-lead/- Persistent collaborator on beadsagents/polecat/- Transient worker for individual beads
Tool Use
Invoke via babysitter process: methodologies/gastown/gastown-convoy