parallel-debugging

Installation
Summary

Systematic debugging framework using competing hypotheses to identify root causes across multiple failure categories.

  • Generates hypotheses across six failure mode categories: logic errors, data issues, state problems, integration failures, resource issues, and environment mismatches
  • Establishes evidence standards with citation requirements (file:line references) and confidence levels (high/medium/low) to avoid confirmation bias
  • Supports parallel agent investigation with structured result arbitration that ranks confirmed hypotheses by confidence, evidence strength, and causal chain clarity
  • Includes validation checklist ensuring fixes address root cause without introducing new issues or missing edge cases
SKILL.md

Parallel Debugging

Framework for debugging complex issues using the Analysis of Competing Hypotheses (ACH) methodology with parallel agent investigation.

When to Use This Skill

  • Bug has multiple plausible root causes
  • Initial debugging attempts haven't identified the issue
  • Issue spans multiple modules or components
  • Need systematic root cause analysis with evidence
  • Want to avoid confirmation bias in debugging

Hypothesis Generation Framework

Generate hypotheses across 6 failure mode categories:

1. Logic Error

  • Incorrect conditional logic (wrong operator, missing case)
Related skills

More from wshobson/agents

Installs
5.3K
Repository
wshobson/agents
GitHub Stars
35.2K
First Seen
Feb 5, 2026