What problem does it solve?
This skill helps you debug issues by forcing a disciplined root-cause investigation, so you don’t apply fixes that only hide symptoms.
Core Features & Use Cases
- Four-phase investigation workflow: investigate, analyze, hypothesize, and implement with explicit checkpoints.
- Evidence-first hypothesis testing: validates suspected causes with targeted log/assertion/debug output before changing code.
- Scope control to prevent scope creep: optionally restricts edits to the narrowest affected directory when a “freeze” boundary is available.
- Regression-minded fixes: requires a regression test and full test-suite verification before declaring success.
- Guided escalation: stops after repeated failed attempts and requests architectural review or logging/monitoring instead of guessing.
Quick Start
Tell the AI to investigate the bug or error you’re seeing, including the exact message and steps to reproduce.