systematic-debugging
SKILL.md
Systematic Debugging
Overview
Structured approach to investigating and resolving defects using hypothesis-driven methodology rather than trial-and-error.
When to Use
- Step verification fails during implementation
- Unexpected behavior discovered during testing
- Bug reports require investigation
- Performance issues need root cause analysis