Stop Digging

Anti-thrashing circuit-breaker. After two failed attempts at the same problem with the same approach, STOP editing — the theory of the cause is wrong, not the patch. Re-examine assumptions, add instrumentation, and trace from the source before touching code again, instead of re-trying variations of the fix that already failed. Supports intensity levels: lite, full (default), ultra. Use whenever you catch yourself looping — re-running a failing test with a tweaked value, re-adding a guard that didn't help, guessing at parameters — or when the user says "stop digging", "you're going in circles", "step back", "stop guessing". Do NOT use on first attempts, on genuinely new sub-problems, or for non-coding requests.

ccplugins c669653 5.9 KB Updated

File contents

ccplugins/awesome-claude-code-plugins/tree/main/plugins/bullpen/skills/stop-digging commit c6696537a3

Frequently asked questions

npx skillmds@latest add ccplugins/stop-digging