What problem does it solve?
It helps you quickly understand why a bug is happening by producing a ranked set of plausible root-cause hypotheses, each tied to specific file:line evidence and a fast verification you can run.
Core Features & Use Cases
- Ranked bug hypotheses (read-only): Returns 1/3/5 causes depending on debug mode, without proposing code changes.
- Evidence-first orientation: Uses code-explorer lookups to ground hypotheses in concrete file:line locations, marking any speculative items clearly.
- Cheap discrimination checks: Provides a single verification step per hypothesis intended to be runnable within about a minute.
Quick Start
Use the debug skill by running: /squad:debug --normal "500 errors started after the rate-limit change" and include any available stack trace or repro steps after the description.