What problem does it solve? Debugging often stops at the first passing test, leaving the root cause, neighboring defects, and recurring bug families unaddressed. This Skill enforces a disciplined five-layer investigation so every fix is evidence-based, regression-tested, and hardened against recurrence. ## Core Features & Use Cases - Five-Layer Bug Sweep: Systematically works from the reported symptom (L1) through direct cause (L2), neighboring paths (L3), recurring patterns (L4), and systemic safeguards (L5). - Finding Ledger & Audit Dispositions: Tracks every candidate bug with evidence, confidence, and a disposition such as fixed, stale, intentional, duplicate, or test gap. - Race-Condition & Regression Discipline: Provides a race-condition test matrix, hypothesis queue, and stopping rules to prevent speculative patches and circular debugging. - Use Case: When a user reports that switching workspaces shows stale data, the Skill reproduces the failure, traces the async identity bug, checks sibling code paths for the same pattern, adds a regression test, and reports a disposition for every finding. ## Quick Start Ask the agent to systematically investigate and fix the reported bug, including any related instances of the same root cause.