parallel-agents

Dispatch multiple agents to diagnose separate failure domains in parallel.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/Veraticus/gambit --skill parallel-agents-veraticus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-agents
Source: https://github.com/Veraticus/gambit/tree/main/skills/parallel-agents
Command: npx skills add https://github.com/Veraticus/gambit --skill parallel-agents-veraticus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates parallel investigations by dispatching multiple agents to independently diagnose separate failure domains in a Claude Code environment.

Core Features & Use Cases

  • Independent domain dispatch: Identify and assign each failure domain to a separate agent to diagnose in parallel.
  • Single-message coordination: Dispatch all agents within a single prompt to minimize latency and ensure synchronized progress.
  • Progress and integration checks: Monitor all agents, detect conflicts, and verify integration with the full test suite.

Quick Start

To use this skill, initiate a parallel investigation when 3+ independent failures are detected and provide the domains map to gambit:parallel-agents.

Frequently Asked Questions about parallel-agents

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

FAQPage Schema
How do I dispatch parallel agents to debug multiple independent failures?

Dispatch parallel agents by identifying independent failure domains, grouping domain-specific tasks, and issuing all diagnostic prompts in a single message to minimize total investigation time. The Skill monitors every agent until completion and verifies integration with the full test suite.

What is parallel agent orchestration for debugging?

Parallel agent orchestration coordinates multiple agents to independently diagnose separate failure domains simultaneously. It identifies independence between failures first, groups domain-specific tasks, and issues all prompts in one message to reduce latency and ensure synchronized progress.

When should I use parallel agents for task dispatch?

Use parallel agents when three or more independent failures are detected. The Skill requires a domains map to identify independence first, group domain-specific tasks, and dispatch all agents within a single prompt to minimize latency.

How do I verify integration after running parallel debugging agents?

Verify integration by monitoring all dispatched agents until they finish, detecting conflicts between their independent investigations, and running the full test suite. The Skill automatically checks progress and integration once every agent completes its diagnosis.

Can I use parallel agents to debug dependent failure domains?

No, parallel agents are designed for independent failure domains. The Skill identifies independence first before grouping domain-specific tasks and dispatching agents. Dependent failures require sequential debugging to avoid conflicts and ensure accurate diagnosis.

Why dispatch all agents in a single message during parallel debugging?

Dispatching all agents in a single message minimizes total time and latency. It ensures synchronized progress across multiple independent agents diagnosing separate failure domains, rather than issuing sequential prompts that would delay the overall debugging process.