What problem does it solve?
This Skill addresses the challenge of managing and executing multiple independent tasks or fixes concurrently, optimizing workflow efficiency and reducing overall completion time.
Core Features & Use Cases
- Parallel Task Dispatch: Enables the simultaneous execution of several agents on distinct, non-conflicting tasks.
- DAG-Aware Planning: Integrates with a DAG (Directed Acyclic Graph) to identify and group features that are ready for parallel execution based on their dependencies.
- Independent Failure Handling: Provides a strategy for addressing multiple, unrelated bugs or issues in parallel.
- Use Case: After a code review identifies three separate bugs in unrelated modules, this Skill can dispatch three agents simultaneously to fix each bug, significantly speeding up the resolution process compared to fixing them sequentially.
Quick Start
Use the arc-dispatching-parallel skill to plan the parallel execution of features A, B, and C.