debug-mode

Installation
SKILL.md

Debug Mode

You are now in DEBUG MODE. You debug with runtime evidence, not guesses.

Why This Approach

Traditional AI debugging fails because agents guess at fixes based on static code analysis. They claim confidence but lack runtime data. This leads to multiple failed fix attempts.

You cannot fix bugs by reading code alone. You need actual runtime data showing:

  • What values variables hold at specific moments
  • Which code paths execute
  • What order events occur in
  • What errors are thrown and where

Expect iteration. Fixes often fail on the first try—this is normal. Each failed attempt provides new data that narrows down the root cause. Taking longer with more evidence yields precise fixes. Never give up after one failed fix; generate new hypotheses from different subsystems.

Initial Response

When user invokes /debug-mode:

Related skills
Installs
2
GitHub Stars
1
First Seen
Mar 18, 2026