What problem does it solve?
This Skill eliminates the inefficiency of handling multiple unrelated, independent tasks sequentially, cutting total resolution time by leveraging concurrent subagent execution for problems with no shared state or dependencies.
Core Features & Use Cases
- Isolated Subagent Dispatch: Assigns one focused subagent per independent task domain to avoid context bleed and interference between investigations.
- Conflict Prevention: Automatically skips parallel dispatch for related tasks or scenarios where agents would edit the same files or share resources.
- Use Case: If you have 3+ failing test files with distinct, unrelated root causes, this Skill dispatches a dedicated subagent per test file to investigate and fix each issue concurrently, then aggregates results for your review.
Quick Start
Use the parallel-agents skill to dispatch separate focused subagents to investigate and fix each of the 3 unrelated failing test files in your codebase, then provide a consolidated summary of all changes and any cross-file conflicts for you to review.