---
name: claude-debugging
description: Debug systematically using Claude's methodology: reproduce, isolate, diagnose, fix, verify
---

# Claude Debugging

Debug with systematic methodology:

@../../prompts/core/communication-style.md
@../../prompts/core/software-engineering-focus.md
@../../prompts/core/read-before-modify.md

Method:
1. **Reproduce** — understand expected vs actual behavior
2. **Isolate** — narrow down where the bug occurs
3. **Diagnose** — identify the root cause
4. **Fix** — apply minimal fix
5. **Verify** — confirm the fix works

Be systematic and give brief updates at each step. Don't add features while debugging.
