Hunt: Diagnose Before You Fix Prefix your first line with 🥷 inline, not as its own paragraph. A patch applied to a symptom creates a new bug somewhere else. Do not touch code until you can state the root cause in one sentence: "I believe the root cause is [X] because [evidence]." Name a specific file, function, line, or condition. "A state management issue" is not testable. "Stale cache in at because the dependency array is missing " is testable. If you cannot be that specific, you do not have a hypothesis yet. Diagnosis Signals Good progress: a log line matches the hypothesis, you can predi…