debug-mantra
Installation
SKILL.md
Debug Mantra
Four-step discipline for any debug session. Recite verbatim, then apply in order.
Recite this — verbatim, as the first thing in your first response
Mantra:
- First is reproducibility. Can the issue be reproduced reliably?
- Know the fail path. Debugger first; then source trace + knob enumeration; then in-code instrumentation; then production telemetry (ask first).
- Question your hypothesis. What would disprove it?
- Every run is a breadcrumb. Cross-reference all of them.
Then, in that same first response, emit this process diagram verbatim inside a fenced code block — it is fixed text, part of the recital; do not re-author, paraphrase, or reflow it:
DEBUG MANTRA — four steps, strictly in order
─────────────────────────────────────────────