What problem does it solve?
Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. Use when asked to "debug this", "fix this bug", "why is this broken", "investigate this error", or "root cause analysis". Proactively suggest when the user reports errors, unexpected behavior, or is troubleshooting why something stopped working.
Core Features & Use Cases
- Phase-driven workflow guiding users through investigate → analyze → hypothesize → implement.
- Iron Law enforcement to prevent fixes without verified root cause.
- On-demand references and progressive disclosure to keep context lean until needed.
- Hooks and safe-scope boundaries to prevent unintended edits during investigation.
- Use cases include debugging bugs, reliability investigations, and incident triage.
Quick Start
Initiate the root-cause investigation by asking me to debug a reported issue and guide you through the four phases.