dispatching-parallel-agents

Dispatch one agent per independent failure domain for parallel investigation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables parallel investigation of independent failures by dispatching separate agents per domain, reducing total remediation time.

Core Features & Use Cases

  • Identify Independent Domains: group failures by root cause
  • Create Focused Agent Tasks: assign one clear objective per domain
  • Dispatch in Parallel: run all agents concurrently and aggregate results
  • Use Case: When you have multiple test suites failing in different subsystems.

Quick Start

Use the dispatching-parallel-agents skill to investigate three independent test failures in modules A, B, and C in parallel.

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 for multiple independent test failures?

Parallel debugging for independent test failures is done by grouping failures by root cause and dispatching one agent per problem domain to investigate concurrently. Each agent receives a focused objective and runs independently to reduce total remediation time.

What is the best way to triage multiple failing subsystems concurrently?

The best way to triage multiple failing subsystems concurrently is to create focused agent tasks for isolated domains. You assign one clear objective per subsystem and dispatch all agents in parallel, aggregating the summarized results upon completion.

When should I use parallel agents for test failure investigation?

You should use parallel agents for test failure investigation when you have three or more test files or subsystems failing independently. It applies when each domain can be addressed without context from others, allowing for structured task isolation.

Can I investigate dependent test failures using parallel agent dispatch?

Investigating dependent test failures using parallel agent dispatch is not recommended. This approach applies only when subsystems fail independently and each domain can be addressed without context from others, ensuring task isolation remains effective.