systematic-debugging

Originally fromobra/superpowers
Installation
SKILL.md

Systematic Debugging

Core principle: Find root cause before attempting fixes. Symptom fixes are failure.

NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST

Phase 1: Root Cause Investigation

BEFORE attempting ANY fix:

  1. Read Error Messages Carefully

    • Read stack traces completely
    • Note line numbers, file paths, error codes
    • Don't skip warnings
  2. Reproduce Consistently

    • What are the exact steps?
Related skills
Installs
80
GitHub Stars
3
First Seen
Jan 24, 2026