Debugging Patterns

Isolate root causes through structured evidence gathering, pattern analysis, hypothesis testing (max 3 at a time, highest confidence first), and fix validation with a reproducing test before implementation. Use when any verification step fails, tests break, or debugging a reported bug. This skill MUST be consulted because symptom-fixing creates new bugs, and unbounded hypothesis testing causes tunnel vision; root cause must be proven before any fix attempt.

synaptiai d8371e2 4.2 KB Updated

File contents

synaptiai/synapti-marketplace/tree/main/plugins/flow/skills/debugging-patterns commit d8371e2515

Frequently asked questions

npx skillmds@latest add synaptiai/debugging-patterns