parallel-dispatch

Coordinate parallel task execution across multiple agents with isolated worktrees.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/NEXUZ-SYS/devflow --skill parallel-dispatch-nexuz-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-dispatch
Source: https://github.com/NEXUZ-SYS/devflow/tree/main/skills/parallel-dispatch
Command: npx skills add https://github.com/NEXUZ-SYS/devflow --skill parallel-dispatch-nexuz-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate parallel execution of independent tasks across multiple agents or subagents to maximize throughput and avoid bottlenecks.

Core Features & Use Cases

  • Orchestrates parallel task dispatch across multiple agents or subagents with isolated workspaces (worktrees)
  • Supports both subagent and non-subagent modes with explicit guidance for each path
  • Provides structured task definitions, inputs/outputs, and verification steps to ensure deterministic results
  • Use case: when planning a large feature with several independent components that can be worked on concurrently

Quick Start

Dispatch independent tasks to parallel agents and merge their results.

Frequently Asked Questions about parallel-dispatch

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

FAQPage Schema
How do I coordinate parallel execution of independent tasks across multiple agents?

Parallel task execution across multiple agents is coordinated by orchestrating dispatch with isolated workspaces, ensuring independent components are developed concurrently to maximize throughput and avoid bottlenecks.

When should I use parallel dispatch for agents during feature development?

Use parallel dispatch when planning a large feature with several independent components that can be worked on concurrently, requiring clear inputs and outputs and isolation to prevent data dependencies between tasks.

How do subagent worktrees prevent data dependencies during parallel orchestration?

Subagent worktrees provide isolated workspaces for each parallel agent, preventing data dependencies by ensuring concurrent task execution does not interfere with shared states before the defined merge and verification strategy.

What is the best way to merge results from parallel agents safely?

The best way to merge parallel agent results safely is by applying a defined merge and verification strategy during the execution phase, ensuring deterministic results and safe integration of independently developed components.

Can I run parallel dispatch without using subagent mode?

Yes, parallel dispatch supports both subagent and non-subagent modes, providing explicit guidance for each path to orchestrate concurrent tasks while maintaining structured task definitions and verification steps.

Why does parallel task execution require clear inputs and outputs?

Parallel task execution requires clear inputs and outputs to ensure deterministic results, allowing isolated agents to process independent components concurrently without creating data dependencies during the merge phase.