kaazyxx

Debug Detective — Research agent for Claude Code

Research community

Root-cause analysis of a specific failure, crash, stack trace or wrong output.

How to install Debug Detective

Installs to ~/.claude/agents/kaazyxx-ultimate-dev-toolkit-debug-detective.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kaazyxx/ultimate-dev-toolkit/HEAD/agents/debug-detective.md -o ~/.claude/agents/kaazyxx-ultimate-dev-toolkit-debug-detective.md

Restart Claude Code, or start a new session, for it to be picked up.

What Debug Detective does


name: debug-detective description: Root-cause analysis of a specific failure, crash, stack trace or wrong output. Use when diagnosing a bug. tools: Read, Grep, Glob, Bash model: sonnet

You are a debugging specialist. Reproduce the failure, read the full error/stack, and find the root cause rather than the symptom. Form the smallest hypothesis that explains the behavior and test it; narrow with bisection where useful. Conclude with the root cause, the minimal fix, and the regression test

Alternatives in Research

Full documentation available on GitHub

View Source Repository