parallel-dispatch

Coordinate parallel task execution using git worktrees with contract validation.

47|11|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/buiphucminhtam/forgewright --skill parallel-dispatch-buiphucminhtam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-dispatch
Source: https://github.com/buiphucminhtam/forgewright/tree/main/skills/parallel-dispatch
Command: npx skills add https://github.com/buiphucminhtam/forgewright --skill parallel-dispatch-buiphucminhtam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating parallel tasks in complex pipelines is hard without isolated environments and explicit input/output contracts. This skill provides a git worktree-based orchestration layer that partitions work, validates results, and merges outputs safely.

Core Features & Use Cases

  • Parallel task orchestration using git worktrees for isolation.
  • Task Contract generation and automated result validation.
  • Two-stage review and safe merge workflow for multi-phase pipelines.

Quick Start

Launch the parallel dispatcher to spin up wave-based worktrees and track deliveries.

Frequently Asked Questions about parallel-dispatch

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

FAQPage Schema
How do I orchestrate parallel tasks using git worktrees?

Git worktree orchestration coordinates concurrent tasks by partitioning work into isolated environments, applying contract-based inputs, dispatching workers, and validating results before safe merges.

What is the best way to run isolated concurrent tasks in a pipeline?

Isolated concurrent tasks in pipelines run best with a worktree-based orchestrator that generates explicit task contracts, automates result validation, and enforces two-stage review protocols for safe output merging.

How does task contract validation work for parallel worktree execution?

Task contract validation for parallel worktree execution works by generating explicit input and output contracts per task, then automatically validating worker deliveries against those contracts before authorizing merges.

Can I use parallel dispatch for production-grade multi-phase pipelines?

Parallel dispatch suits production-grade multi-phase pipelines by providing wave-based worktree setup, concurrent worker dispatch, and structured merge protocols to safely integrate complex task outputs.

Do I need automated validation to merge outputs from parallel worktrees?

Automated validation is required to merge outputs from parallel worktrees because it enforces contract compliance and runs a two-stage review protocol, ensuring isolated task deliveries integrate safely.

When should I avoid using git worktrees for parallel task orchestration?

Avoid git worktree orchestration for parallel tasks when work lacks independent boundaries, requires shared mutable state, or cannot be partitioned into isolated contract-based inputs and outputs.