Debug Mode

Evidence-driven runtime debugging loop. Generates competing hypotheses, instruments the code with session-tagged probes that stream to an isolated local log sink, has the user reproduce the bug, then confirms or rejects each hypothesis from real runtime data before fixing and removing every probe. Use when a bug's cause is not obvious from reading the code, when a fix attempt has already failed, for heisenbugs, race conditions, state corruption, "works locally but not in prod", or whenever the user says debug mode, find the root cause, or add logging to figure this out.

heiets Updated

File contents

heiets/universal-debug-mode-skill/tree/main/ commit 7d476a9ea6

Frequently asked questions

npx skillmds@latest add heiets/debug-mode