dispatch-parallel
Installation
SKILL.md
dispatch-parallel
Backs all three /shannon:dispatch* commands. Mode determined by invocation. Implements the Supervisor/Orchestrator pattern with single-message multi-Task dispatch, meta-judge → LLM-as-judge verification, and per-target retry with feedback.
CRITICAL — Single-message multi-Task enforcement (LOAD-BEARING)
This is the single most important rule in this skill. The Claude Code runtime parallelizes Task tool calls ONLY when they appear in the SAME assistant response. If you call Task, wait for the result, then call Task again — that is SEQUENTIAL, not parallel, regardless of what you tell the user.