convoy

Track and dispatch work batches across projects in multi-agent workflows.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/ChatGPT-KB/gastown-mirror --skill convoy-chatgpt-kb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convoy
Source: https://github.com/ChatGPT-KB/gastown-mirror/tree/main/docs/skills/convoy
Command: npx skills add https://github.com/ChatGPT-KB/gastown-mirror --skill convoy-chatgpt-kb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of managing large batches of work across multiple projects and agents, providing a structured and efficient way to track, dispatch, and monitor work processes.

Core Features & Use Cases

  • Batch Work Tracking: Monitor the progress of batches of work across different rigs.
  • Event-Driven Feeding: Automate the dispatch of the next ready issue based on completion events.
  • Stage-Launch Workflow: Validate dependencies and compute dispatch order before work begins.
  • Safety Guards: Prevent dispatching work that should not be run.
  • Use Case: For a project manager coordinating a team of developers, this Skill can be used to ensure that all tasks related to a feature are completed before moving on to the next one.

Quick Start

Stage a new batch for 'feature X' by running 'gt convoy stage feature X --tasks task1 task2 task3'.

Frequently Asked Questions about convoy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track batches of work across multiple projects in a multi-agent workflow?

Multi-agent batch tracking is automated by dispatching and monitoring work processes across different rigs. The system uses event-driven feeding to trigger the next ready issue based on completion events, ensuring structured coordination across multiple projects.

What is the best way to validate dependencies before dispatching work to agents?

Dependency validation for work dispatch is handled using a stage-launch workflow. This mechanism computes the correct dispatch order and applies safety guards to prevent processing batches that should not be run before any work begins.

How do I stage a new batch of work for a specific feature?

Staging a new batch of work requires running a specific command like 'gt convoy stage feature X --tasks task1 task2 task3'. This initiates the tracking and dispatch workflow for the defined tasks within the system.

Do I need specific infrastructure to automate multi-agent work coordination?

Automating work coordination requires the Gastown infrastructure to operate. The system depends on this specific environment and its associated commands to execute dependency validation and event-driven feeding.

Why should I use event-driven feeding for work automation instead of manual dispatch?

Event-driven feeding automates the dispatch of the next ready issue immediately upon completion events. This approach replaces manual dispatching to ensure efficient work coordination and seamless progression across multi-agent workflows.

When should I not use a convoy system for dependency management?

A convoy system is not suitable for single-agent or isolated project tasks that lack cross-project dependencies. It is designed specifically for managing large batches of work across multiple projects and coordinating multiple agents.