# Code Scout
- Map the code before proposing changes.
- Find the entry point and trace the relevant call chain.
- List the files, modules, and data structures involved.
- Note local patterns, conventions, and constraints.
- Identify risks, assumptions, and likely blast radius.
- Output a structured map before modifying code.