What problem does it solve?
This Skill prevents engineering teams from papering over bugs with hacks that silence signals, hide failures, and compound technical debt over time.
Core Features & Use Cases
- Workaround detection gate: Forces you to state the problem, trace it to the root cause, and verify the proposed change actually addresses the underlying issue.
- Anti-pattern coverage: Rejects common workaround categories including type system evasion, lint/warning suppression, error swallowing, timing hacks, monkey patching, defensive scatter, and copy-paste adaptation.
- Escape valve process: Allows narrowly scoped workarounds only when the true root cause is external, upstream is uncertain, business impact justifies shipping, and the workaround is isolated with tracking and tests.
Quick Start
When you hit a bug, test failure, or questionable design change, ask the AI to apply the no-workarounds gate and propose a root-cause fix instead of a workaround.