systematic-debugging
Installation
SKILL.md
Systematic Debugging
A strict debugging workflow. Use when dealing with bugs, test failures, or unexpected behavior.
Three core purposes:
- Fix the cause, not the symptom.
- Prevent guess-based fixes.
- Lock the failure with a test before fixing.
Hard Gates
These rules have no exceptions.