What problem does it solve? When multiple subagents run in parallel within one Work Block, their outputs overlap, conflict, and duplicate findings. This Skill collects all subagent results, deduplicates findings, resolves verdict conflicts, and produces one consolidation report so Control Tower can proceed to SSOT sync with clean input. ## Core Features & Use Cases - Result Collection & Deduplication: Gathers all subagent reports, groups findings by file:line, and merges identical findings while crediting every discoverer. - Conflict Resolution: Applies a priority rule table (BLOCKED > ISSUES > PASS) to reconcile contradictory verdicts, escalating unresolvable conflicts as a hard stop. - Severity Classification & Reporting: Classifies findings into P0/P1/P2/Accepted tiers and writes a consolidation report to docs/reports/ with a PROCEED, ESCALATE, or RERUN decision. - Use Case: After three parallel review subagents finish a Work Block, run the merge protocol to combine their findings, resolve one conflicting verdict on a shared file, and hand a single consolidated report to the SSOT sync closeout step. ## Quick Start Run the merge protocol for Work Block WB-12 at Stage 2 to consolidate all completed subagent results into a consolidation report.