Systematic Debugging

Use when a bug, error, or unexpected behavior needs investigation. Enforces evidence-first root cause analysis before any fix attempt. Load before any debugging session - covers software-related failure modes related to active errors and bugs (data pipelines, API errors, LLM misbehavior). DO NOT USE FOR: code review without a specific error (use guardian), implementing known fixes (use implementer), performance profiling without failures (use guardian), or architecture design (use architect).

karim-bhalwani e4de942 17.4 KB Updated

File contents

karim-bhalwani/agentic-harness/tree/main/skills/systematic-debugging commit e4de942cb9

Frequently asked questions

npx skillmds@latest add karim-bhalwani/systematic-debugging