What problem does it solve? When you are deep in an unfamiliar file, it is hard to know how a change ripples outward. This Skill rebuilds the surrounding context — callers, dependencies, boundaries, and documented decisions — so edits are made with the whole system in view. ## Core Features & Use Cases - Context Reconstruction: Anchors on a function or module, then walks outward through callers, dependencies, and architectural boundaries. - Blast Radius Analysis: Identifies who breaks, what to re-test, and which boundary or ADR a change leans on before you commit to an edit. - Doc-Code Mismatch Detection: Compares the code against OMNIGRID-CONTEXT.md and ADRs, surfacing contradictions as findings. - Use Case: Before modifying a shared helper with many callers, run this Skill to map every dependent and the architectural decision records governing that seam. ## Quick Start Ask the AI to zoom out on the function or module you are about to change and explain how it fits the bigger picture.