parallel-agents

Dispatch parallel agents to investigate independent test failures concurrently.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ForeverWorld/curdx-ralph --skill parallel-agents-foreverworld
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: parallel-agents
Source: https://github.com/ForeverWorld/curdx-ralph/tree/main/skills/parallel-agents
Command: npx skills add https://github.com/ForeverWorld/curdx-ralph --skill parallel-agents-foreverworld

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When multiple independent failures or unrelated bugs appear, investigating them sequentially wastes time and context-switching effort; this Skill enables concurrent investigations by dispatching focused agents so teams can resolve independent issues faster without shared-state interference.

Core Features & Use Cases

  • Parallel Dispatching: Create one agent per independent problem domain (for example, one test file per agent) so investigations run concurrently.
  • Focused Prompts and Scope: Each agent receives a self-contained prompt with a clear goal, constraints, and expected output to avoid drift.
  • Integration & Verification: Emphasizes reviewing agent summaries, checking for conflicting edits, and running full-suite verification before merging changes.
  • Use Case: Ideal for triaging 3+ failing test files across different subsystems after a refactor where fixes are independent.

Quick Start

Dispatch three focused agents, each assigned one failing test file with a clear goal, then review their summaries and run the full test suite.

Frequently Asked Questions about parallel-agents

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

FAQPage Schema
How do I debug multiple test failures concurrently instead of sequentially?▼

Debug multiple test failures concurrently by dispatching focused agents to investigate independent problems in parallel. This approach eliminates context-switching overhead and shared-state interference, allowing teams to resolve unrelated bugs across separate subsystems faster and more efficiently.

When should I use parallel agents for concurrency in debugging workflows?▼

Use parallel agents for concurrency in debugging workflows when multiple independent failures, separate subsystems, or unrelated bugs appear without shared state or sequential dependencies. This approach is ideal for triaging three or more failing test files across different domains after a major refactor.

How do I investigate failing test files in parallel without causing conflicts?▼

Investigate failing test files in parallel by assigning one focused agent per test file with clear goals and constraints. After agents complete their work, review summaries, check for conflicting edits, and run full-suite verification before merging changes to ensure no conflicts arise.

What is the best way to triage unrelated bugs across different subsystems?▼

The best way to triage unrelated bugs across different subsystems is dispatching focused agents concurrently. Each agent receives a self-contained prompt with a clear goal and expected output to avoid drift, enabling concurrent investigations that resolve independent issues faster without shared-state interference.

Can I run parallel agents for debugging if test failures have sequential dependencies?▼

Parallel agents for debugging require independent problems without shared state or sequential dependencies. If test failures have sequential dependencies, this approach is not suitable, as agents need focused, self-contained scopes to investigate bug domains concurrently without interfering with each other.

How do I write focused prompts for parallel agents debugging separate subsystems?▼

Write focused prompts for parallel agents by providing each agent a self-contained prompt with a clear goal, constraints, and expected output. This prevents drift during concurrent investigations of separate subsystems, ensuring agents stay within their assigned bug domains and produce targeted, conflict-free summaries.