systematic-debugging
Installation
SKILL.md
Systematic Debugging — Root Cause First
Iron Law
NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST.
If you're about to change code to "try something," STOP. Investigate first.
The 4 Phases
Phase 1: Root Cause Investigation
-
Read the error — Read the FULL error message, stack trace, and logs. Not just the first line.
-
Reproduce — Can you make the error happen consistently? If not, gather more data before changing anything.