dispatching-parallel-agents

Dispatch parallel AI agents to investigate and fix independent test failures.

4|1|Updated Jul 6, 2025
One-click install
npx skills add https://github.com/Dmccarty30/Journeyman-Jobs --skill dispatching-parallel-agents-dmccarty30
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatching-parallel-agents
Source: https://github.com/Dmccarty30/Journeyman-Jobs/tree/main/.claude/skills/dispatching-parallel-agents
Command: npx skills add https://github.com/Dmccarty30/Journeyman-Jobs --skill dispatching-parallel-agents-dmccarty30

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill optimizes debugging and problem-solving by dispatching multiple AI agents to investigate and fix independent failures concurrently. It prevents sequential bottlenecks, allowing you to resolve several unrelated issues in the time it would take to fix one.

Core Features & Use Cases

  • Parallel Problem Solving: Assigns one agent per independent problem domain for simultaneous investigation.
  • Focused Agent Tasks: Each agent receives a specific scope, clear goal, and constraints to prevent interference.
  • Conflict-Free Integration: Guides review and integration of fixes from multiple agents.
  • Use Case: If you have 3+ test files failing with different root causes (e.g., timing issues, event structure bugs, execution count errors), use this skill to dispatch a dedicated agent to fix each file in parallel.

Quick Start

Use the dispatching-parallel-agents skill to fix the 3 failing tests in src/agents/agent-tool-abort.test.ts, batch-completion-behavior.test.ts, and tool-approval-race-conditions.test.ts concurrently.