What problem does it solve?
Root-cause investigation discipline. Use when a test fails, behavior is unexpected, or any failure occurs — before proposing fixes. Enforces structured investigation before fix attempts. Fires at any stage when failures appear. If you are about to fix something without understanding why it broke, this skill applies.
Core Features & Use Cases
- The Iron Law: NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST
- The Investigation Move: five steps (Stop, Read, Reproduce, Trace, Hypothesize and test)
- The 3-Fix Escalation Rule: count fix attempts; escalate to reckon if needed
- Pattern Analysis and Recognition Index: guardrails that steer investigation toward root cause
- Cross-protocol coordination: ties investigate activity to implement, verify, reckon, and resolve
Quick Start
Begin root-cause investigation on a failure by following the Iron Law and Investigation Move steps.