Skip to content
Automation
Skill

/convoy-management

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

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill convoy-management --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/convoy-management

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

convoy-management.SKILL.md
name: convoy-management
description: Create, track, and land convoys of related beads as primary work orders in the Gas Town multi-agent orchestration framework.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob, WebFetch, WebSearch, Agent, AskUserQuestion
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]
  • 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`

Read more
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.