| name | debug |
| description | Systematic diagnosis for broken builds or wrong behavior — reproduce, isolate, hypothesize, fix. |
| user-invocable | true |
| disable-model-invocation | true |
/debug
The user invoked /debug with: $ARGUMENTS
Procedure:
- Ensure
core-coding is activated for this session. If you can't recall its companion layout from earlier, re-activate via ActivateSkill('core-coding') — silent and auto-approved.
- Among
core-coding's companion files, locate the debug methodology guide and Read it.
- Determine failure type from the user's input (build/compilation error vs runtime/behavioral). If unclear, ask once.
- Follow the matching section in the guide. Do not skip the reproduction step for behavioral failures — confirm a reliable repro before hypothesizing.
- Report findings in the format that guide defines (failure type, root cause, evidence, fix, verification).