systematic-debugging

Installation
SKILL.md

Systematic Debugging

A strict debugging workflow. Use when dealing with bugs, test failures, or unexpected behavior.

Three core purposes:

  1. Fix the cause, not the symptom.
  2. Prevent guess-based fixes.
  3. Lock the failure with a test before fixing.

Hard Gates

These rules have no exceptions.

Installs
46
GitHub Stars
126
First Seen
Mar 31, 2026
systematic-debugging — tmdgusya/engineering-discipline