---
name: bug-hunt
description: Use when reproducing, isolating, and fixing a bug with the smallest safe change.
---

1. Reproduce the issue first.
2. Identify the true failing layer.
3. Prefer a minimal fix at the root cause.
4. Add or update a focused test when possible.
5. Report:
   - reproduction path
   - root cause
   - fix
   - verification
   - residual risk