Five Whys Root Cause Analysis
Drilling from surface symptoms to root causes by iteratively asking why a problem occurred.
What it does
Drilling from surface symptoms to root causes by iteratively asking why a problem occurred.
Procedure
When this skill is activated, Chalie follows these steps:
- Use
memoryto recall any relevant background or previous analysis on this issue. - State the problem clearly as a single observable symptom or failure, then open
documentto capture the Why chain. - Ask “Why did this happen?” and record the first-level cause in
document. - For each answer, ask “Why?” again and record each level in
documentuntil reaching a systemic or process-level root cause (typically 4-6 iterations). - When multiple branches of causes emerge, use
documentto trace each branch separately — capture all paths to prevent missed root causes. - Use
searchto validate the root cause against known patterns, documentation, or prior incidents. - Propose solutions that address the root cause rather than the surface symptom — confirm plausibility via
searchif the domain is technical or specialised. - Use
documentto save the complete 5 Whys chain and proposed solutions for future reference.
Version
v1 (curated)