What problem does it solve? Random fixes and quick patches waste time, mask underlying issues, and introduce new bugs. This Skill enforces a disciplined debugging methodology that finds root causes before any fix is attempted, even under time pressure or social pressure to take shortcuts. ## Core Features & Use Cases - Four-Phase Process: Structured workflow covering root cause investigation, pattern analysis, hypothesis testing, and verified implementation. - Supporting Techniques: Includes root-cause tracing through call stacks, defense-in-depth validation at multiple layers, and condition-based waiting to replace flaky arbitrary timeouts in tests. - Pressure Resistance: Explicit anti-patterns, red flags, and rationalization counters that stop symptom-fixing when deadlines or authority figures push for quick patches. - Use Case: When a test fails intermittently or a production bug appears deep in the call stack, follow the phases to trace the bad value to its origin, form a single hypothesis, create a failing test, and fix at the source. ## Quick Start Ask the AI to debug a failing test or bug using the systematic-debugging process and require root cause investigation before any fix is proposed.