dispatch

Dispatch parallel implementer agents for ready GitHub issues with dependency constraints.

3|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/corrigantj/buehler --skill dispatch-corrigantj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatch
Source: https://github.com/corrigantj/buehler/tree/main/skills/dispatch
Command: npx skills add https://github.com/corrigantj/buehler --skill dispatch-corrigantj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinated orchestration of ready GitHub issues by spawning parallel implementer agents, ensuring dependencies and context are properly managed so teams ship features faster.

Core Features & Use Cases

  • Spawns parallel implementer agents for ready issues, batching work up to a configurable limit
  • Enforces dependency resolution and file-overlap constraints to minimize conflicts
  • Injects meta:mustread context and wiki/PRD excerpts into each agent prompt
  • Updates GitHub project boards and issue statuses to reflect progress
  • Creates feature-branch worktrees and prepares prompts for downstream review

Quick Start

Describe a feature and run the dispatch process to spawn a batch of agents.

Frequently Asked Questions about dispatch

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

FAQPage Schema
How do I automate parallel implementation of ready GitHub issues?

Automating parallel implementation of ready GitHub issues requires orchestrating multiple implementer agents to process work simultaneously. Dispatch creates feature-branch worktrees for each issue, injects mustread context into agent prompts, and enforces dependency resolution plus file-overlap constraints to prevent merge conflicts.

What is the best way to manage file-overlap conflicts when running parallel coding agents?

Managing file-overlap conflicts when running parallel agents requires enforcing constraint checks before dispatching work. Dispatch validates file-overlap constraints during batch planning, ensuring assigned issues do not modify the same files simultaneously, which minimizes conflicts and prevents concurrent edit errors.

How do I set up milestone-based workflows for automated issue dispatch?

Setting up milestone-based workflows for automated issue dispatch requires organizing GitHub issues into milestones with resolved dependencies. Dispatch operates within these milestone structures, batching ready issues up to configurable limits, checking dependency resolution, and updating project boards with progress statuses.

Does dispatch work with GitHub project boards and issue labels?

Yes, dispatch integrates directly with GitHub project boards and issue labels to reflect progress. It updates project board statuses and modifies issue labels automatically after spawning parallel implementer agents, ensuring the GitHub project management interface stays synchronized with active worktree branches.

Can I validate batch planning before spawning parallel implementer agents?

Validating batch planning before spawning agents is supported through dry-run validation and approval gates. Dispatch provides dry-run validation to preview batch sizing and dependency resolution, with approval gates allowing you to review agent prompts and worktree assignments before actual dispatch occurs.

Why do my parallel feature-branch worktrees fail dependency resolution checks?

Parallel feature-branch worktrees fail dependency resolution checks when selected issues have unresolved upstream dependencies. Dispatch enforces dependency resolution during batch planning, blocking dispatch of issues whose prerequisites are not yet completed, ensuring agents only receive ready work without blocking conditions.