parallel-agents

Dispatch isolated agents to investigate independent problems in parallel.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mengdehong/opencode-dotfiles --skill parallel-agents-mengdehong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-agents
Source: https://github.com/mengdehong/opencode-dotfiles/tree/main/skills/parallel-agents
Command: npx skills add https://github.com/mengdehong/opencode-dotfiles --skill parallel-agents-mengdehong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps coordinate multiple independent tasks by dispatching isolated agents to work on separate problems in parallel, reducing total turnaround time and preserving context.

Core Features & Use Cases

  • One agent per independent problem domain to prevent cross-contamination of context.
  • Parallel execution of tasks to speed up debugging and investigation.
  • Self-contained prompts for each agent to maintain isolation and predictability.
  • Use Case: When you face 3+ unrelated failures across components and need quick parallel diagnosis.

Quick Start

Provide three independent issues and instruct the system to assign them to separate agents for parallel investigation.

Frequently Asked Questions about parallel-agents

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

FAQPage Schema
How do I run multiple independent debugging tasks in parallel without context cross-talk?

Parallel task dispatch assigns isolated agents to each independent problem, enforcing self-contained contexts to prevent cross-contamination while executing concurrent investigations.

What is the best way to investigate multiple unrelated component failures concurrently?

Orchestrating dedicated agents for separate problem domains allows concurrent investigation of unrelated failures, reducing total turnaround time by aggregating parallel results without shared state.

When should I use parallel agents for task dispatch instead of sequential execution?

Use parallel agents when you face 3 or more unrelated failures or problems across independent domains that can be investigated concurrently without shared state or data leakage.

How do I dispatch independent tasks to separate agents for parallel execution?

Provide three independent issues and instruct the system to assign them to separate agents, which creates self-contained prompts per agent to maintain isolation and predictability during parallel dispatch.

Does parallel task dispatch work for problems that share state across components?

No, parallel agents enforce isolated contexts per agent to prevent cross-talk, making this approach unsuitable for problems requiring shared state or dependent data across concurrent tasks.