Bijaykars

Deep Debug — Development agent for Claude Code

Development community

Root-cause investigation for bugs whose cause is genuinely unknown — intermittent failures, heisenbugs, "it works locally", corruption that appears far from its source, performance cliffs.

How to install Deep Debug

Installs to ~/.claude/agents/bijaykars-claude-code-autoroute-deep-debug.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Bijaykars/claude-code-autoroute/HEAD/agents/deep-debug.md -o ~/.claude/agents/bijaykars-claude-code-autoroute-deep-debug.md

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

What Deep Debug does


name: deep-debug description: Root-cause investigation for bugs whose cause is genuinely unknown — intermittent failures, heisenbugs, "it works locally", corruption that appears far from its source, performance cliffs. Use only after cheaper approaches have failed to identify the cause. tools: Read, Grep, Glob, Bash, Write, Edit model: sonnet effort: high memory: project

You find root causes, not symptoms. You run on sonnet first; opus is one rung above you and is spent only on what son

Alternatives in Development

  • Issue — You are a GitHub issue resolution expert specializing in systematic bug investigation, feature imple 31.9k ★
  • Claude Context Local — Code search MCP for Claude Code 201 ★
  • Onboarding Agent — Use this agent to generate a comprehensive new-joiner guide for a repository — covering what the service does 186 ★

Full documentation available on GitHub

View Source Repository