Дисциплина отладки без спекулятивных фиксов
engineering
systematic-debugging is a Claude Code skill that enforces a structured debugging discipline: before suggesting any fix, the agent must reproduce the issue, minimize the reproducing case, isolate the root cause, and prove the hypothesis. It activates automatically on any bug, failing test, or unexpected behavior. The core value is protection against speculative "lucky guess" fixes applied without understanding what actually went wrong. Teams working on large legacy codebases benefit most, since untargeted changes in complex systems tend to introduce new failures rather than resolve existing ones.
- #engineering
- #debug
- #fix
- #workflow