systematic-debugging
Installation
SKILL.md
Systematic Debugging
Consolidates Matt Pocock's
diagnosing-bugsfeedback-loop method with Obra'ssystematic-debugging,root-cause-tracing, andcondition-based-waitingguidance (all MIT). Exact pins are recorded insources.json.Evidence-traced fixes, speculative-guard rejection, and measured baselines are adapted from Cursor's
poteto-modeat commit93b00b89ef425a9c1bac0d0b317dfc49c930ac99(MIT, Copyright (c) 2026 Cursor).
No fix before reproducible evidence and root-cause investigation.
Redact secrets from commands, logs, traces, screenshots, and reports. Keep credentials in environment variables.
1. Build a tight feedback loop
Create one command that exercises the user's exact symptom and can turn red on the bug and green on a fix. Prefer, in order: