What problem does it solve? Understanding how data actually moves through an unfamiliar codebase is slow and error-prone, and ad-hoc explanations often rest on guesses rather than verified code. This Skill produces grounded, diagram-first walkthroughs of a feature's runtime flow with cited file and line references. ## Core Features & Use Cases - Runtime Flow Tracing: Follows the happy path from entry point to output, then traces failures, retries, and background processes as separate flows. - Mermaid Visual Narratives: Builds one focused Mermaid diagram per concept (flowchart, sequence, ER, state, or lineage) with enforced complexity budgets of roughly 9 nodes and 12 arrows per figure. - Verified Evidence: Every node and edge cites an actual file:line you opened, with unverified claims marked as assumptions rather than drawn as fact. - Use Case: Onboarding onto a new service, ask for a walkthrough of the checkout flow and receive sectioned explanations where each diagram precedes the code excerpts it describes, including object lineage and revision diffs with green/red/amber change markers. ## Quick Start Use the explain-code-flow skill to trace how a request moves through the payment module and show the flow as Mermaid diagrams with source references.