What problem does it solve? Making changes to unfamiliar code without understanding its structure leads to broken callers, violated invariants, and unexpected blast radius. This Skill builds a confirmed structural map of the target area before any edit happens. ## Core Features & Use Cases - Structural Mapping: Locates symbols, callers, callees, and impact radius using indexed tools like codegraph or Scout, with LSP, ctags, and ripgrep as portable fallbacks. - Lane-Based Depth: Adjusts analysis depth by task size — inline summaries for quick fixes, full comprehension.md artifacts for tasks and epics. - Confirmed Output: Produces a structured summary of entry points, key symbols, dependencies, invariants, blast radius, and flagged assumptions, confirmed with the user before work proceeds. - Use Case: Before fixing a bug in a payment module, run this Skill to map the broken function, its callers, and what depends on its current behavior, then save the map to .ai/<id>/comprehension.md for downstream planning phases. ## Quick Start Ask the AI to map the area of the codebase you are about to change, including callers, dependencies, and blast radius, before writing any code.