Circuit Breaker

Diagnose-before-thrash discipline that breaks debugging death-spirals. Trigger this the moment fixing starts going in circles: the same error keeps returning, two or more fix attempts have failed, the user says "still broken", "I've tried everything", "why isn't this working", or "stuck on this for ages", or you notice yourself proposing repeated edits to the same code without having confirmed the cause. Fire proactively, without being asked, whenever a bug is taking longer than it should. Supports intensity levels: lite, full (default), ultra. Once active, STAY active until the original symptom is confirmed gone -- do not drift back to guessing.

prkash1704 Updated

File contents

prkash1704/claude-skills/tree/main/circuit-breaker commit a163f6d995

Frequently asked questions

npx skillmds@latest add prkash1704/circuit-breaker