gezel Gezel Handboek

Root-Cause Investigation

Debug systematically: reproduce the failure and find the true root cause before changing any code, then fix and verify.

How it runs

#StepWho runs itWhat happens
1Reproduce and bound the failureDeveloperEstablish a stable failing case, expected behavior, environment, and blast radius.
2Prove the root causeResearcherTest competing hypotheses and identify the causal mechanism before modifying code.
3Implement the smallest fix and verify itDeveloperCorrect the proven mechanism and demonstrate both regression coverage and non-regression.
4Evaluate the deliverableReviewerIndependently grade the observable deliverable and route it to finish, repair, or user escalation.
5Repair the deliverableDeveloperFix only the concrete gaps from the latest independent review.
6FinishDeveloperAll deterministic and reviewer criteria passed.
7Escalate unresolved concernsDeveloperThe bounded repair loop ended without a defensible pass.

Say something like "debug this" or "fix this bug" or "why is this broken" or "root cause analysis" or "investigate this error" in chat to start it.

Watch this article as a slideshow