agentsclimarketplace

Convoy management

Skill a5c-ai/babysitter/library/methodologies/gastown/skills/convoy-management

Create, track, and land convoys of related beads as primary work orders in the Gas Town multi-agent orchestration framework.From its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill convoy-management

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.5 KB, 257 tokens by cl100k_base, as published. Nobody here has run it

  • Coordinating parallel bead execution across agents
  • Tracking progress of distributed work
  • Landing (merging) completed convoy results

Process

  1. Create convoy from goal or MEOW decomposition
  2. Decompose into beads (persistent) and wisps (ephemeral)
  3. Assign beads to Crew (long-lived) or Polecats (transient)
  4. Track progress via hooks and heartbeats
  5. Verify all beads complete with quality checks
  6. 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 convoys
  • agents/crew-lead/ - Persistent collaborator on beads
  • agents/polecat/ - Transient worker for individual beads

Tool Use

Invoke via babysitter process: methodologies/gastown/gastown-convoy

What ships with it: 1 file

612 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. 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.