Sayanthegamer

Cad Debug — Development skill for Claude Code

Development community

Scientific root-cause debugging protocol (No panic-coding).

How to install Cad Debug

Installs to ~/.claude/skills/sayanthegamer-cadence-cad-debug/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sayanthegamer-cadence-cad-debug && curl -fsSL https://raw.githubusercontent.com/Sayanthegamer/cadence/HEAD/commands/cad-debug.md -o ~/.claude/skills/sayanthegamer-cadence-cad-debug/SKILL.md

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

What Cad Debug does


name: cad-debug description: Scientific root-cause debugging protocol (No panic-coding).

Execute the `cadence-debug` skill:

  1. Do NOT edit production code yet.
  2. Create a minimal standalone reproduction script to reproduce the defect.
  3. Formulate 2-3 testable hypotheses.
  4. Instrument diagnostic assertion probes to isolate the root cause.
  5. Apply the surgical cure, verify clean pass, and convert repro into a permanent test in tests/.

Alternatives in Development

  • Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
  • Octo Debug — Systematic debugging with methodical problem investigation 2.8k ★
  • Hive — Browser-native hive-mind for CLI coding agents — Claude Code, Codex, Gemini, and OpenCode collaborate as real 473 ★

Full documentation available on GitHub

View Source Repository