What problem does it solve?
Helps onboarding and mental-model building by systematically exploring unfamiliar codebases: triggers, flow, data structures, and decisions.
Core Features & Use Cases
- Entry-point exploration: identify what triggers execution, high-level flow, key data structures, and critical decisions.
- Visual mental model: create diagrams (mermaid/ASCII) showing components, data flow, external dependencies, and error boundaries.
- Concrete flow tracing: walk through a real scenario with function calls, data shapes, and edge cases.
- Socratic verification: when you articulate your understanding, the system helps identify gaps and missing pieces.
- Capture the understanding: produce an architecture note outlining purpose, data flow, key concepts, and modification points.
Quick Start
Begin by identifying triggers and high-level flow, then sketch a component diagram and trace a representative scenario.