Systematic Debugging

Systematic root-cause debugging: investigate before fixing, log hypotheses, trace data flow, and stop to reassess after 3 failed fix attempts. Use when debugging a non-obvious failure, when a fix attempt did not work, or when asked to find a root cause. Skip for trivial errors whose cause is stated in the error message.

Tsurai7 6ae800f 2.0 KB Updated

File contents

Tsurai7/agentic-playbook/tree/main/skills/systematic-debugging commit 6ae800f37e

Frequently asked questions

npx skillmds@latest add tsurai7/systematic-debugging