← All atoms

Systematic Debugging

skill · v1.0.0

Five-phase debugging protocol: reproduce → isolate → root cause → fix with regression test → verify. Use when encountering any bug, test failure, or unexpected behavior. Never proposes a fix before root cause is confirmed. Enforces the 3-cycle local cap and 5-cycle total cap to prevent thrashing.

Tags: debugroot-causetddregression

Invocation contract

Inputs

Outputs

Side effects

may write files (regression test and fix)

Raw atom

/atoms/skill/systematic-debugging.json · schema