Systematic Debugging

Description

Root-cause-first debugging methodology. Use when encountering any bug, test failure, or unexpected behavior BEFORE proposing fixes. Prevents random fix attempts that waste time and create new bugs.

Install

npx clawhub@latest install systematic-debugging

Click to copy the install command