Dispatching Parallel Agents

Dispatch multiple subagents in parallel when facing 2+ COMPLETELY INDEPENDENT tasks that can be worked on without shared state, sequential dependencies, or cross-task communication. Use for investigating unrelated failures (different test files, different subsystems, different bugs) where each subagent works on a different problem domain.

jr2804 3672ffe 6.2 KB Updated

File contents

jr2804/prompts/tree/main/skills/development/agentic-coding/dispatching-parallel-agents commit 3672ffeaac

Frequently asked questions

npx skillmds@latest add jr2804/dispatching-parallel-agents