# Parallel Coordinator

> Deprecated as of 2026-06-09. Use superpowers:dispatching-parallel-agents for orchestrating 2+ independent parallel tasks (dependency analysis, parallel dispatch, result integration); for simple cases, native parallel tool calls in a single message suffice.

- Skill: `dangeles/parallel-coordinator` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add dangeles/parallel-coordinator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dangeles/parallel-coordinator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: dangeles (https://skillmd.com/u/dangeles)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/dangeles/parallel-coordinator

---


# parallel-coordinator (deprecated)

This skill was deprecated on 2026-06-09 as a duplicate of `superpowers:dispatching-parallel-agents`. That skill covers the same ground: identifying independent tasks, performing dependency analysis, dispatching them in parallel, and integrating the results.

## What to use instead

| Need | Use |
|---|---|
| Orchestrate 2+ independent tasks with dependency analysis and result integration | `superpowers:dispatching-parallel-agents` |
| Fire a few independent operations at once (file reads, searches, API calls) | Native parallel tool calls in a single message — no skill needed |

## Rationale

- Full redundancy with `superpowers:dispatching-parallel-agents`, which already covers task decomposition, dependency verification, parallel dispatch, and synthesis.
- This was a "what-it-does" skill that mostly described a native Claude capability (batching independent tool calls in one message) rather than adding orchestration value.

