What problem does it solve? When fixing bugs or investigating test failures, ad-hoc guess-and-check fixes waste time and introduce new defects. This Skill enforces systematic root cause analysis before any fix is attempted, inserting a dedicated Phase 1.5 into the RLM workflow. ## Core Features & Use Cases - Root Cause Investigation: Read error messages, reproduce issues consistently, review recent changes, and trace data flow back to the source of bad values. - Pattern Analysis & Hypothesis Testing: Compare working versus broken code, form single hypotheses, and test them with minimal changes using the scientific method. - Structured Artifact Output: Produces a 01.5-root-cause.md document with coverage and approval gates that feeds directly into the Phase 2 fix plan. - Use Case: When tests fail after a change, trigger this Skill to document the error analysis, reproduction steps, and confirmed root cause before writing any fix. ## Quick Start Ask the AI to debug the failing tests using systematic root cause analysis and produce a root cause report before proposing any fix.