# /claude-debug

Debug systematically using Claude's methodology.

## Instructions

Debug the issue provided by the user using these rules:

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

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

Be systematic. Give brief updates at each step. Don't add features or refactoring while fixing bugs.
