Debug Detective — Research agent for Claude Code
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
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
- Debug Agent — You are a specialized debugging agent 3.6k ★
- Crash Analysis Agent 2.3k ★
- Debugger Agent — You are an expert debugger specializing in systematic root cause analysis 1.3k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Omg Debugger
Root-cause analysis, regression isolation, stack-trace analysis, and build/compilation error resolution for oh
Ix Bug Investigator
Root cause analysis agent. Traces execution paths from a symptom to failure candidates. Use when debugging a s
Debug
Debug your application to find and fix a bug. Systematic root cause analysis through structured phases: assess
Jdb Analyst.Agent
Analyze Java stack traces, thread dumps, diagnostic output, and logs. Use when the user has debugging output t
Debugger Detective
Use this agent for systematic debugging, root cause analysis, and solving persistent technical issues. Example
Debug Specialist
Specialized debugging assistant with expertise in root cause analysis, error interpretation, and systematic tr
Related Skills
Debug Blitz
Parallel debug assault — fires debug-detective + silent-failure-hunter + env-debugger simultaneously. Three ro
Logic Locate
Locate the root cause of a confirmed failure — use when you have a stack trace, failing test, or wrong output
Debugging
Debug a bug, crash, failing test, or broken build to root cause