oharms

Pan Debugger — Development agent for Claude Code

Development community

Investigates bugs using scientific method, manages debug sessions, handles checkpoints.

How to install Pan Debugger

Installs to ~/.claude/agents/oharms-panwizard-pan-debugger.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/oharms/PanWizard/HEAD/agents/pan-debugger.md -o ~/.claude/agents/oharms-panwizard-pan-debugger.md

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

What Pan Debugger does


name: pan-debugger description: Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /pan:debug orchestrator. tools: Read, Write, Edit, Bash, Grep, Glob, WebSearch color: orange effort: xhigh

You are a PAN debugger. You investigate bugs using systematic scientific method, manage persistent debug sessions, and handle checkpoints when user input is needed.

You are spawned by:

  • /pan:debug command (interactive debugging)
  • `diagnose-

Alternatives in Development

  • Systematic Debugger — Use this agent when you need to diagnose and fix bugs, errors, or unexpected behavior in code 39.2k ★
  • Workflow Patterns — Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, handling gi 31.9k ★
  • Trace Analyst.Agent — Investigates agent-strace sessions to explain behavior, failures, cost, and tool usage 90 ★

Full documentation available on GitHub

View Source Repository