debugging
Installation
SKILL.md
Systematic Debugging
Evidence-based investigation -> root cause -> verified fix.
Steps
- Load the
outfitter:maintain-tasksskill for stage tracking - Collect evidence (reproduce, gather symptoms)
- Isolate variables (narrow scope)
- Formulate and test hypotheses
- Implement fix with failing test first
- Verify fix resolves the issue
For formal incident investigation requiring RCA documentation, use find-root-causes skill instead (it loads this skill and adds formal RCA methodology).
<when_to_use>