dispatching-parallel-agents

Dispatch specialized agents to parallelize independent task investigations.

4|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/danmestas/wardrobe --skill dispatching-parallel-agents-danmestas
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dispatching-parallel-agents
Source: https://github.com/danmestas/wardrobe/tree/main/skills/dispatching-parallel-agents
Command: npx skills add https://github.com/danmestas/wardrobe --skill dispatching-parallel-agents-danmestas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables parallel debugging by dispatching specialized agents to handle independent tasks in a bones workspace, reducing time spent on serial investigations.

Core Features & Use Cases

  • Dispatch one agent per independent domain to isolate issues
  • Execute agents in parallel and roll up results with a central aggregate
  • Ideal for handling multiple, unrelated failures across tests, subsystems, or modules

Quick Start

Launch the parallel-dispatch workflow to start N agents for distinct tasks and monitor aggregated results.

Frequently Asked Questions about dispatching-parallel-agents

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

FAQPage Schema
How do I run parallel debugging across multiple independent test files?▼

Parallel debugging lets you dispatch specialized agents to handle independent tasks in a bones workspace, reducing time spent on serial investigations across test files.

What is the best way to investigate unrelated failures across separate modules concurrently?▼

Dispatching one agent per independent domain isolates issues and executes agents in parallel, rolling up results with a central aggregate for unrelated failures across modules.

Does parallel agent dispatching work for tasks that share state?▼

Parallel agent dispatching is designed for tasks that can run without shared state, such as separate subsystems or independent modules, and is not suited for shared-state tasks.

When do I need to dispatch parallel agents for software engineering tasks?▼

You need to dispatch parallel agents when multiple unrelated tasks across subsystems or test files can run independently, allowing you to execute investigations concurrently and aggregate results centrally.