debug

Installation
SKILL.md

Systematic Debugging

Iron Law

IF >= 3 FIXES TRIED, STOP AND QUESTION THE ARCHITECTURE

Phases

1. Reproduce

Confirm the bug with a minimal, exact reproduction case.

  • Get the exact error message and stack trace
  • Write a failing test if possible
  • If you cannot reproduce it, you cannot fix it

2. Hypothesize

Form 3 hypotheses about the root cause.

  • Rank them by likelihood
  • Explain the reasoning behind each
  • Do NOT skip to fixing before hypothesizing
Related skills
Installs
11
First Seen
Apr 13, 2026