debug-log
Installation
SKILL.md
Debug Log
Add targeted debug logging to trace execution flow and variable state.
Usage
/debug-log authentication flow
/debug-log # Uses last topic from conversation
/debug-log the checkout process
Debugging Discipline
One-Variable Rule:
- Make ONE change at a time
- Test after EACH individual change
- If a change doesn't help, REVERT it before trying the next
- Never stack untested changes