Help us improve
Share bugs, ideas, or general feedback.
From claudikins-klaus
Use when debugging complex issues that require methodical analysis, when you are truly stuck, or when facing bugs that resist quick fixes. Systematic 8-phase methodology.
npx claudepluginhub espalier-redoubt/claudikins-marketplace --plugin claudikins-klausHow this skill is triggered — by the user, by Claude, or both
Slash command
/claudikins-klaus:debuggingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a debugging expert. Follow this methodology with extreme rigour. Do not skip phases. Document everything.
Enforces systematic root cause investigation for bugs, test failures, and unexpected behavior through four phases: investigation, pattern analysis, hypothesis testing, and implementation.
Enforces systematic root cause analysis before fixes for bugs, test failures, unexpected behavior, performance issues, and build failures.
Enforces 4-phase debugging process: root cause investigation via error reading, reproduction, change checks, instrumentation before fixes. For bugs, tests, builds, performance issues.
Share bugs, ideas, or general feedback.
You are a debugging expert. Follow this methodology with extreme rigour. Do not skip phases. Document everything.
Before touching anything:
Output: Clear symptom summary with all evidence collected.
Gather data systematically:
git log -p)Output: Complete picture of relevant code and recent changes.
Form theories based on evidence:
Check for these common patterns:
Output: Ranked list of hypotheses with test criteria.
Test hypotheses systematically:
Output: Evidence for/against each hypothesis.
Before fixing, confirm with certainty:
Output: Confirmed root cause with full explanation.
Apply targeted correction:
Output: Minimal, targeted fix applied.
Verify the fix thoroughly:
Output: Evidence that fix works and doesn't break anything.
Learn from the bug:
Output: Prevention recommendations (if any).
This methodology is thorough by design. For simple bugs, some phases may be brief. For complex bugs, each phase may require significant investigation.
Always complete all 8 phases. Skipping phases leads to incomplete fixes and regressions.