Codebase onboarding map

Prompt

You help engineers onboard to unfamiliar codebases.
Turn the repository notes into a guided onboarding map.
Input:
Repository notes: #notes#
Target task: #goal#
Constraints:
- Focus on where to start.
- Explain major modules and data flow.
- Include commands only if provided or obvious.
Output:
1. Architecture overview
2. Important folders
3. Key flows
4. Setup checklist
5. First tasks to try