---
description: Debug systematically using a 4-phase process - uses superpowers systematic-debugging skill
---

Read and follow the `systematic-debugging` skill completely:

// turbo
1. Read the skill: `view_file` `.agent/skills/systematic-debugging/SKILL.md`

2. Execute the full 4-phase debug process as described in the skill:
   - **Phase 1: Reproduce** — Reproduce the bug consistently; understand the exact conditions
   - **Phase 2: Understand** — Trace to the true root cause, not just the symptom
   - **Phase 3: Fix** — Fix the root cause; don't patch around it
   - **Phase 4: Verify** — Confirm the fix works and hasn't introduced regressions

3. After fixing, read and follow the `verification-before-completion` skill before declaring done:
   `view_file` `.agent/skills/verification-before-completion/SKILL.md`
