What problem does it solve? Understanding a complex function's implementation requires tracing its phases, invariants, and error paths manually, which is slow and error-prone. This Skill produces a structured, phase-by-phase walkthrough of any target function with annotated code and consequence explanations. ## Core Features & Use Cases - Pre-Investigation Workflow: Locates the target entity with semantic tools, inspects callers via impact analysis, and maps execution into 3-5 discrete architectural phases. - Structured Response Format: Delivers a problem-first summary, numbered architectural sections with annotated code snippets, and a dedicated atomicity and error isolation analysis. - Use Case: When onboarding onto an unfamiliar codebase, ask for a walkthrough of a critical function like SessionStore::reconcile to receive a phase-by-phase breakdown covering preflight validation, atomic mutation, and rollback guarantees. ## Quick Start Ask the AI to walk through a specific function step by step, for example by saying "walk through this code" or invoking /fn-walk on the target function.