Principle Fix Root Causes

Reproduce a failure, trace the first incorrect value or state, fix that origin, and prove the nearby class of symptoms cannot return through another path.

njs14 57324e8 673 B Updated

File contents

Fix the cause

Treat the request text that activated this skill as the failure to diagnose.

Apply fix root causes. Reproduce first, follow the state backward to where it becomes wrong, and instrument uncertainty instead of guessing. Inspect persisted state for restart-only bugs. Reject a guard that merely hides the symptom. Return the cause, the smallest causal fix, and the regression evidence.

njs14/pkstack/tree/main/.kiro/skills/principle-fix-root-causes commit 57324e8287

Frequently asked questions

npx skillmds@latest add njs14/principle-fix-root-causes