dispatching-parallel-agents

Dispatch parallel agents to diagnose independent subsystems when multiple tests fail.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispara múltiplos agentes em paralelo para investigar domínios independentes simultaneamente. Use quando há 3+ testes falhando em áreas diferentes, múltiplos agentes quebrados, ou subsistemas independentes para corrigir no AssistJur.

Core Features & Use Cases

  • Orquestração de diagnósticos paralelos para subsistemas independentes, com isolamento de estado entre agentes.
  • Identificação e agrupamento de domínios de falha para atuação localizada.
  • Suporte a fluxos de trabalho com múltiplos agentes que operam sem estado compartilhado.

Quick Start

Forneça a descrição do problema e alvo, e o sistema criará tarefas paralelas para cada domínio identificado.

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 failing tests across different subsystems simultaneously?

To debug multiple failing tests simultaneously, you dispatch parallel agents to diagnose independent subsystems, enforcing domain decomposition and assigning isolated tasks to prevent shared-state conflicts.

When do I need parallel agent orchestration for diagnostics?

You need parallel agent orchestration when 3+ tests fail across different areas, multiple agents break, or independent subsystems require simultaneous diagnostics to avoid shared-state conflicts.

How do I orchestrate multi-agent diagnostics for independent domains?

You orchestrate multi-agent diagnostics by providing a problem description and target, allowing the system to identify and group failure domains, then creating isolated parallel tasks for each domain.

Can I use parallel agents to fix multiple broken agents in independent subsystems?

Yes, you can dispatch parallel agents to fix multiple broken agents in independent subsystems by enforcing domain decomposition and coordinating parallel execution with isolated state management.

How does state isolation work when dispatching parallel agents for diagnostics?

State isolation works by assigning independent tasks to each agent and coordinating parallel execution, ensuring agents operate without shared-state conflicts across different failure domains.