AI AGENT ADDONS

Parallel Debugging

wshobson/agents
Debugging
7,437installs

When a bug has many possible causes, it can be hard to find the real problem. This method helps you test several ideas at once. You collect evidence and decide which cause is most likely.

You start by listing different hypotheses for what went wrong. Then you gather facts from code, logs, and tests. Each piece of evidence makes one hypothesis stronger or weaker.

At the end you pick the best explanation with the most proof. This approach stops you from jumping to conclusions. It works well for tricky bugs that cross multiple parts of a system.

Add Parallel Debugging skill to your workflow

Global

mkdir -p ~/.claude/skills/parallel-debugging

Project

mkdir -p .claude/skills/parallel-debugging

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
1 month ago
Created
1 year ago