Debug Systematic banner
eddiebelaval eddiebelaval

Debug Systematic

Development community

Description

# Systematic Debugging -- Thinking Framework Apply this framework when encountering a bug. Resist the urge to guess-and-fix. Follow the steps in order. ## 1. Reproduce Before anything else, make the bug happen reliably: - What are the exact steps to trigger it? (not "sometimes it breaks" -- nail down the sequence) - What environment does it occur in? (browser, OS, Node version, staging vs production) - Is it deterministic or intermittent? If intermittent, what is the frequency? - What is the

Installation

Installs to ~/.claude/skills/eddiebelaval-squire-debug-systematic/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eddiebelaval-squire-debug-systematic && curl -fsSL https://raw.githubusercontent.com/eddiebelaval/squire/HEAD/prompts/debug-systematic.md -o ~/.claude/skills/eddiebelaval-squire-debug-systematic/SKILL.md

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

Full documentation available on GitHub

View Source Repository