Draw a high-level component diagram showing the main building blocks.
What to include:
- Major components and their relationships
- Data flow direction (props down, events up)
- Where state lives
- External dependencies (APIs, services)
What to skip initially:
- Implementation details
- Styling decisions
- Minor UI elements
Start with - major components. You'll add detail later. Your goal is to show you think hierarchically before focusing on specifics.