Systematic Debugging

Enforce systematic debugging to find root causes. Always investigate before fixing. Prevents symptom fixes and random changes. Use when debugging errors or investigating failures. Do not use when already investigated or for TDD/test-first development.

digi4care 8c6be42 13 files · 46.2 KB Updated

File contents

digi4care/opencode-mastery/tree/main/src/skill/systematic-debugging commit 8c6be42c25

Frequently asked questions

npx skillmds@latest add digi4care/systematic-debugging