parallel-agents

Dispatch parallel agents to investigate independent failures concurrently.

5|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/mrtolkien/GHOST --skill parallel-agents-mrtolkien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-agents
Source: https://github.com/mrtolkien/GHOST/tree/main/prompts/skills/superpowers/parallel-agents
Command: npx skills add https://github.com/mrtolkien/GHOST --skill parallel-agents-mrtolkien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you face multiple independent problems, dispatch dedicated agents to work in parallel so you can finish faster without shared state or sequential constraints.

Core Features & Use Cases

  • Identify Independent Domains: group failures or tasks by their root cause so each agent focuses on a single domain.
  • Create Focused Agent Tasks: assign a specific scope, goal, and constraints to every agent.
  • Dispatch in Parallel: run agents concurrently and collect separate summaries for rapid triage.
  • Review and Integrate: compare results, verify compatibility, and merge fixes without cross-interference.
  • Agent Prompt Structure: provide self-contained context and a clear output format to guide agents.

Use cases include debugging multiple unrelated failures, parallel data processing tasks, and investigations where problems do not depend on one another.

Quick Start

Start multiple independent agents in parallel to investigate separate problems and generate concise summaries.

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 unrelated test failures concurrently without shared state?

Debug multiple unrelated test failures concurrently by dispatching dedicated parallel agents for each independent domain, ensuring no shared state exists between them. Agents operate with enforced clear scopes to investigate separate root causes and output concise summaries for rapid triage.

What is the best way to run parallel data processing tasks for independent problems?

Running parallel data processing tasks is best achieved by dispatching focused agents concurrently. Assign a specific scope, goal, and constraints to every agent to process independent tasks in parallel, then collect separate summaries to review and integrate the results.

Can I use parallel execution to investigate disparate failures across different subsystems?

Parallel execution supports investigating disparate failures across subsystems by dispatching concurrent agents. You group failures or tasks by their root cause so each agent focuses on a single domain, generating concise summaries without cross-interference.

How do I structure agent prompts for parallel task dispatch?

Structure agent prompts for parallel task dispatch by providing self-contained context and a clear output format. This guides each agent to maintain its specific scope and constraints, enabling concurrent execution with guardrails to avoid conflicts.

When should I avoid using parallel agents for task dispatch?

Avoid using parallel agents for task dispatch when problems share state or depend on one another. This approach requires multiple independent domains without sequential constraints; cross-interference can occur if tasks are not strictly unrelated.