What problem does it solve? Multi-phase AI-driven projects often repeat past mistakes and plan against stale assumptions about the codebase. This Skill enforces a mandatory pre-phase briefing that reviews prior retrospectives and verifies every referenced file, module, and function before any spec or plan work begins. ## Core Features & Use Cases - Retrospective Review: Reads the previous phase's evidence bundle (lessons learned, top rejection reasons, user directives) and prints a briefing acknowledgment before starting any phase. - Codebase Reality Check: Fans out asynchronous read-only explorer lanes (up to 8 per batch) to verify whether each referenced item is NOT STARTED, PARTIALLY DONE, ALREADY COMPLETE, or ASSUMPTION INCORRECT. - Hard Settlement Gate: Blocks spec finalization, plan generation, and implementation-agent dispatch until all lanes settle and a consolidated REALITY CHECK report is produced. - Use Case: Before starting Phase 3 of a project, the architect reads the Phase 2 retrospective, dispatches explorer lanes to confirm referenced hooks and services still match assumptions, and only then generates the plan. ## Quick Start Run the pre-phase briefing protocol before starting the next phase to review prior retrospectives and verify all codebase references.