What problem does it solve? Section-by-section design approval misses cross-cutting problems like contradictions between sections, missing components, and ambiguous requirements. This Skill runs a holistic review pass over a consolidated design summary before final user approval, catching what incremental review overlooked. ## Core Features & Use Cases - Isolated reviewer dispatch: Sends the design summary alone to a fresh reviewer subagent with no session history, so the design is graded on its own text rather than the conversation around it. - Determined vs. undetermined triage: Fixes issues the design already answers and returns genuine open decisions to the caller instead of guessing on the user's behalf. - Bounded fix-and-re-review loop: Applies fixes and re-dispatches up to three times, then escalates to a human rather than looping indefinitely. - Use Case: Inside a design-dialogue workflow, after the user consolidates a design for a new ingest pipeline, this Skill reviews the summary, fixes a determined interface ambiguity, flags an undecided malformed-record policy as an open decision, and returns both to the caller. ## Quick Start Invoke this skill from a design workflow once the design is consolidated into a single self-contained summary, and it will dispatch the reviewer and return an approved summary, open decisions, or an escalation.