What problem does it solve? When errors, stack traces, or unexpected behavior appear, developers often jump straight to patching symptoms. This Skill enforces a disciplined four-phase debugging workflow—investigate, analyze, hypothesize, implement—so fixes are grounded in an identified root cause rather than guesswork. ## Core Features & Use Cases - Root Cause Enforcement: Follows an Iron Law of no fixes without root cause, guiding the agent through investigation and hypothesis phases before any code change. - Scoped Edit Guardrails: PreToolUse hooks check a freeze boundary before Edit or Write operations, keeping debugging changes within the intended scope. - Historical Context Loading: Pulls prior investigations, project learnings, and recent eureka moments from local gstack analytics to inform the current diagnosis. - Use Case: A user reports "the checkout endpoint returns 500 since yesterday." The Skill investigates logs and code, forms and tests hypotheses about the regression, identifies the root cause, and only then implements the fix. ## Quick Start Ask the agent to investigate why the login endpoint started returning 500 errors and find the root cause before fixing it.