dispatching-parallel-agents

Coordinate parallel agents to solve independent tasks with isolated contexts.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/sixscripts-ai/ghostssh --skill dispatching-parallel-agents-sixscripts-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatching-parallel-agents
Source: https://github.com/sixscripts-ai/ghostssh/tree/main/skills/dispatching-parallel-agents
Command: npx skills add https://github.com/sixscripts-ai/ghostssh --skill dispatching-parallel-agents-sixscripts-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide describes how to delegate multiple independent tasks to isolated agents that operate without shared context, enabling parallel progress and faster outcomes.

Core Features & Use Cases

  • Independent-domain delegation: Assign a separate agent for each distinct problem to avoid cross-domain interference.
  • Isolated context: Each agent maintains its own context to prevent leakage of state between tasks.
  • Parallel execution: Coordinate multiple agents to work concurrently on unrelated issues, such as different test failures or subsystems.

Quick Start

Provide a set of independent problems and assign a separate agent to each, then execute them concurrently.

Frequently Asked Questions about dispatching-parallel-agents

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

FAQPage Schema
How do I run parallel agents to fix multiple independent tasks concurrently?

To run parallel agents, dispatch a separate agent for each independent task without shared state. This isolated context delegation enables concurrent execution on unrelated subsystems, preventing cross-domain interference while accelerating parallel progress.

What is isolated context delegation for parallel AI coordination?

Isolated context delegation assigns distinct problems to separate agents that operate without shared state. Each agent maintains its own context to prevent leakage of state between tasks, enabling safe parallel execution of unrelated issues like different test failures.

When should I dispatch parallel agents for project management instead of a single agent?

Dispatch parallel agents when you have two or more unrelated issues, such as different test failures or distinct subsystems. Using one agent per domain avoids cross-domain interference and allows concurrent progress on independent tasks.

Can I coordinate parallel agents that need to share state across different subsystems?

No, this parallel agent coordination enforces isolated context with no shared state between agents. It is designed strictly for independent-domain delegation where tasks are unrelated, preventing context leakage and cross-domain interference during concurrent execution.

What's the best way to structure prompts for parallel task dispatch across unrelated domains?

The best way to structure parallel task dispatch is using the provided structured prompt format to assign one agent per domain. This coordinates concurrent work by isolating context and enforcing independent-domain delegation for each unrelated subsystem.