Investigation Skill
Before proposing any fix:
- •Trace the data flow from source to symptom
- •Identify all code paths that touch the affected data
- •List potential root causes with evidence
- •Ask user to confirm the root cause before implementing
Do NOT implement fixes until root cause is confirmed.