What problem does it solve? Coordinating multi-perspective document reviews is slow and error-prone when done sequentially. This Skill fans out parallel review subagents for a markdown artifact, assigns sequential review file numbers, and returns a consolidated per-reviewer summary. ## Core Features & Use Cases - Parallel review dispatch: Launches one review-doc subagent per focus (e.g., accuracy, architecture, depth, dx) in a single batch, each writing an rNN-{focus}.md file alongside the artifact. - Sequential file numbering: Derives the next free NN from existing rNN-*.md files, preventing gaps, collisions, and overwrites. - Error surfacing: Reports landed or errored status per reviewer without retrying or silently swallowing failures. - Use Case: During a create-plan workflow, validate a plan chapter by dispatching reviewers for accuracy, architecture, integration, dx, and scope, then receive a summary of which review files landed. ## Quick Start Validate the chapter file 03-architecture.md with the focus list accuracy, architecture, and dx for iteration 2.