dispatching▌
3 indexed skills · max 10 per page
dispatching-parallel-agents
davila7/claude-code-templates · Productivity
When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequentially wastes time. Each investigation is independent and can happen in parallel.
dispatching-parallel-agents
sickn33/antigravity-awesome-skills · Productivity
When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequentially wastes time. Each investigation is independent and can happen in parallel.
dispatching-parallel-agents
obra/superpowers · Productivity
Delegate independent tasks to specialized agents working concurrently with isolated context. \n \n Dispatch one agent per problem domain when facing 3+ unrelated failures across different test files or subsystems \n Each agent receives focused scope, clear goal, and constraints—no inherited session context or history \n Agents work in parallel on independent investigations, then you review summaries and integrate non-conflicting fixes \n Best for timing issues, subsystem bugs, and exploratory fi