What problem does it solve?
This Skill enables safe, fast, and scalable parallel execution of multiple independent tasks by coordinating Claude Sonnet 4.5 tool calls in a single message, dramatically reducing overall latency for multi-part requests.
Core Features & Use Cases
- Automatic task decomposition and independence checks: analyzes a user request to identify 2+ tasks that can run concurrently.
- True parallel execution: launches all independent tasks in a single function_calls block and runs them concurrently.
- Progress monitoring and result synthesis: tracks status, aggregates outputs, and presents cross-task insights with actionable recommendations.
- Safe resource sharing and governance: ensures tasks do not conflict over mutable resources and provides fallback handling when dependencies exist.
Quick Start
Use the parallel-coordinator skill to orchestrate three independent operations, such as analyzing code, querying a knowledge base, and fetching logs, all in parallel. The system will automatically decompose the request, run tasks concurrently, and return a unified report with attribution for each task and cross-task insights.