dispatching-parallel-agents

Dispatch parallel agents to investigate independent tasks across domains.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/tomasbasso/SistemaStockV2 --skill dispatching-parallel-agents-tomasbasso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatching-parallel-agents
Source: https://github.com/tomasbasso/SistemaStockV2/tree/main/.agents/skills/gestion-de-agentes-en-paralelo
Command: npx skills add https://github.com/tomasbasso/SistemaStockV2 --skill dispatching-parallel-agents-tomasbasso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you have 2+ independent tasks or failures, investigating them sequentially wastes time. Dispatching one agent per independent problem domain lets them work in parallel.

Core Features & Use Cases

  • Dispatch one agent per independent domain to work concurrently.
  • No shared state between domains, enabling parallel investigations of 3+ failures or subsystems.
  • Real-world use cases include multi-domain debugging, QA triage, and incident response across modules.

Quick Start

Dispatch parallel agents for independent tasks and review their consolidated summaries.

Frequently Asked Questions about dispatching-parallel-agents

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

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

Debug multiple independent failures concurrently by dispatching one parallel agent per unrelated problem domain. This orchestration allows simultaneous investigations across distinct subsystems, eliminating the time wasted by sequential troubleshooting.

When should I use parallel agents for multitasking?

Use parallel agents for multitasking when you have two or more unrelated work items or failures that can be investigated concurrently. This requires clear domain boundaries and non-overlapping tasks to ensure isolated execution.

How do I orchestrate agents for multi-domain incident response?

Orchestrate agents for multi-domain incident response by dispatching one agent per independent module. Each agent investigates its designated subsystem without shared state, and you review their consolidated per-domain reports.

Can I share state between parallel agents investigating different subsystems?

No, you cannot share state between parallel agents. The orchestration requires no shared state between domains to enable concurrent investigations of three or more failures or subsystems without interference.

What's the best way to triage QA failures across unrelated modules?

The best way to triage QA failures across unrelated modules is dispatching parallel agents. Assign one agent per independent domain to work concurrently, then review their consolidated summaries to resolve multi-domain issues efficiently.