GOD OF DEBUGGER

Debug by disproving. Claude Code command. Parallel hypothesis-runner subagents. One survivor, then fix.

A Claude Code plugin — falsification, not guessing

↓ scroll to demo ↓

LIVE DEMO

Flaky auth test • ~1 in 50 • no stack trace • trimmed session transcript

~/projectclaude/god-of-debugger
Interactive Gates

Review hypotheses before running. Review survival results before proposing fix.

Parallel Subagents

Each hypothesis runs isolated. One per subagent. Context never leaks.

Strict Verdicts

Kill, survive, or inconclusive. Fixed pre-registered. No rationalizing.

WORKFLOW

[1]
Bug + /god-of-debugger

Paste repro text into Claude Code; one slash command starts the pipeline

[2]
Repro bootstrap

Lock a deterministic command; measure hit rate before experiments

[3]
Localize + hypothesize

Primary plus adversarial hypotheses across distinct causal axes

[4]
Gate 1

[Enter] run all, [e] edit, [s] skip — default keeps the session moving

[5]
Parallel runs

One Anthropic subagent per hypothesis; no cross-hypothesis context

[6]
Survival table

killed / survived / inconclusive — inconclusive counts as alive

[7]
Gate 2

Converge or refuse fix if more than one hypothesis still survives

[8]
Fix + promote

Minimal patch, repro re-run, regression test; session tagged in git

INSTALLATION

install — claude code

# In Claude Code, run:

/plugin marketplace add https://github.com/soummyaanon/god-of-debugger
/plugin install god-of-debugger@god-of-debugger-marketplace
> Then run /god-of-debugger and paste your bug.

FEATURES

>Claude Code: single entry command /god-of-debugger
>Anthropic-compatible plugin marketplace install flow
>Falsification protocol: pre-registered kill/survive conditions
>Parallel hypothesis-runner subagents; adversary pass for gap axes
>Two inline gates; --yolo skips gates, not fix-refusal
>Strict JSON verdicts; inconclusive is first-class
>PostToolUse hook blocks shipping fixes when survivors != 1
>MIT licensed; local-only session state under .god-of-debugger/

Claude Code + Anthropic agent workflow: repro, eliminate, ship proof