Claude Code plugin for systematic debugging — code-level bugs, system-level issues, and long-running bug/fix tracking. Ships primitives for capturing logs, forming and testing hypotheses, diagnosing errors, and documenting fixes, plus a provisioning skill that scaffolds a fresh debugging workspace.
Part of the danielrosehill Claude Code marketplace.
Investigation commands (/debugging:*):
onboarding— start a new debugging session and capture the problem statementcapture-logs— ingest and normalise logs, screenshots, or other evidence into the workspace inputs treeisolate-issue— narrow the failure surface by eliminating variablesdiagnose-error— analyse a specific error/stack trace and propose root causeshypotheses— review, categorise, and update debugging hypothesesstatus— report current state of the debugging effortsummarize— generate a comprehensive debugging summary
Bug-tracking commands (/debugging:*):
new-bug— file a structured bug reportdocument-fix— record a fix or workaround for a tracked bugsearch-bugs— search the bug/fix/workaround knowledge base
Agents:
analyst— examines evidence and identifies patternsinvestigator— designs and executes hypothesis tests
/debugging:new-workspace <name> [--variant=code-debugging|system-debugging|issue-tracking] [--local-only]
Scaffolds a new workspace (CLAUDE.md + the right directory structure for the chosen variant), personalises it from ~/.claude/CLAUDE.md, and (by default) creates a public GitHub repo for it.
Primitives live in the plugin — globally available from any cwd.
Workspace scaffolds are provisioned as data — no .claude/ tree inside provisioned workspaces.
Plugin updates never touch your workspace data.
See PLAN.md in Claude-Workspace-Reshaping-190426 for the full pattern spec this plugin follows.
code-debugging(default) — investigating a specific software bug. Inputs/outputs structure for logs, screenshots, analysis, and remediation attempts. Includes chronologicaldebug-log/andcontext/for the problem statement.system-debugging— same evidence/analysis shape, oriented for OS/infrastructure/integration-level issues rather than a single codebase.issue-tracking— long-running bug knowledge base.bugs/grouped by component,fixes/with root-cause analysis,workarounds/for unresolved issues.
Via the danielrosehill marketplace:
/plugin marketplace add danielrosehill/Claude-Code-Plugins
/plugin install debugging
MIT.