What problem does it solve?
Understanding unfamiliar code, UI flows, or project artifacts often requires hours of manual tracing. This Skill walks you through any target one segment at a time, grounding every explanation in deep subagent review and navigable file-and-line links so you learn how and why something works without reading every line yourself.
Core Features & Use Cases
- Segmented Explanations: Breaks a target into coherent segments with headers, Mermaid diagrams, inline markdown links, and reference tables, pausing for your direction between segments.
- Deep Subagent Review: Dispatches exploration subagents and optional research passes before explaining, so explanations are grounded in actual code behavior rather than guesses.
- Decisions-and-Changes Ledger: Lazily captures material decisions or requested changes in a dated
.copilot-tracking ledger and reconciles them as applied, handed off, deferred, or declined.
- Use Case: You inherit a feature you did not write. Ask for a walkthrough of its entry point and data flow, and receive a paced, linked explanation with an overview diagram, then record a requested refactor in the ledger for later RPI follow-up.
Quick Start
Ask the assistant to walk you through a specific file, feature, or .copilot-tracking artifact at normal detail, one segment at a time.