소개
The Systematic Debug Workflow skill transforms how Claude handles bug reports by enforcing a disciplined, step-by-step methodology designed to eliminate trial-and-error. It guides the agent through mandatory phases—Triage, Reproduce, Hypothesize, Prove, and Fix—using 'adversary gates' that challenge logic and 'kickback logic' that reverts the process if predictions fail. By restricting tool access in early stages, it ensures a failing test is created and the root cause is verified before any production code is touched, leading to more stable and reliable software fixes.