What problem does it solve? Multi-agent orchestrator skills (review panels, debate workflows, multi-reviewer pipelines) silently skip MANDATORY phases like reflection, debate, and blind finals under context-budget pressure, producing deliverables that look complete but actually missed findings. This Skill diagnoses that failure mode and provides the structural fixes to prevent it. ## Core Features & Use Cases - Failure Diagnosis: Detect compression via process-log audits, missing phase-execution manifests, and verbatim subagent outputs flooding the orchestrator's chat history. - File-Based State Passing: Replace "return your full review as your final message" with a Write-to-disk pattern where subagents return only a path plus a 100-word summary, cutting orchestrator context cost from ~215k to ~3k tokens. - Guardrails: Run-verification gates before the judge phase, fail-loud COMPRESSED headers, phase execution manifests, and anti-rationalization red-flag tables. - Use Case: A 5-reviewer panel report omits Phase 4/5/7; re-running those phases surfaces a new P0 defect. Use this Skill to confirm the compression, patch the skill spec, and verify the fix with a 7-reviewer stress test. ## Quick Start Audit my multi-reviewer panel skill for silent phase compression and rewrite its subagent prompts to use file-based state passing with a run-verification gate.