Debugging And Error Recovery

Stop-the-line root-cause debugging. Use the MOMENT a test fails, a build breaks, behavior contradicts an expectation, or any unexpected error appears — before you write another line. Do NOT guess at a fix or patch the symptom; run the five-step triage (reproduce, localize, reduce, fix, guard). This is the engine `incremental-implementation` reaches for when a slice's tests break and `quality-verification` reaches for when a behavioral scenario fails.

celestialdust 8b1671a 19.8 KB Updated

File contents

celestialdust/achilles-skills/tree/main/skills/debugging-and-error-recovery commit 8b1671ad4a

Frequently asked questions

npx skillmds@latest add celestialdust/debugging-and-error-recovery