A systematic debugging framework that won't let you skip to the fix before you understand the root cause. It enforces a discipline: reproduce, trace the code path, form predictions for uncertain links, test one hypothesis at a time. The causal chain gate is the heart of it: you can't propose a fix until you can explain the full chain from trigger to symptom with no gaps. Includes integrations for fetching GitHub issues, a fast path for trivial bugs, and specific guidance on when to ask questions versus investigate first. Built for the times when you're stuck after multiple failed attempts and need to stop guessing.
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill ce-debug