What problem does it solve?
MANUAL TRIGGER ONLY: invoke only when user types /investigate.
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
- Four-phase root-cause investigation: investigate, analyze, hypothesize, implement.
- Manual trigger only: invoked by explicit user action.
- Proactive guidance: suggests potential causes and next steps when users report issues.
- Tool integration: supports Bash, Read, Write, Edit, Grep, Glob, AskUserQuestion, WebSearch to gather evidence and explore solutions.
Quick Start
Invoke the investigate workflow to start a four-phase root-cause debugging process when the user asks to debug something.