five-whys

Conduct root cause analysis using iterative Five Whys questioning.

Updated Aug 16, 2026
One-click install
npx skills add https://github.com/Aveer/skills --skill five-whys-aveer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: five-whys
Source: https://github.com/Aveer/skills/tree/main/skills/five-whys
Command: npx skills add https://github.com/Aveer/skills --skill five-whys-aveer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often fix surface symptoms instead of underlying causes, leading to recurring failures, churn, and repeated incidents. This Skill guides a structured Five Whys investigation to trace any problem back to its systemic root cause. ## Core Features & Use Cases - Structured Question Chain: Walks through iterative "why" questions with evidence-based answers until the root cause is identified. - Analysis Framework: Provides steps for defining measurable problem statements, iterating whys, and targeting root-cause solutions instead of symptom-level fixes. - Output Template: Produces a documented analysis with question chain, root cause, prioritized solutions, and success metrics. - Use Case: When customer churn rises 40%, use the technique to trace cancellations through trial engagement and onboarding complexity back to a lack of automation, then define fixes that cut churn. ## Quick Start Use the five-whys skill to run a root cause analysis on why our production API started returning 500 errors after the last release.

Frequently Asked Questions about five-whys

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I do a Five Whys root cause analysis?▼

Start with a specific, measurable problem statement, then ask "why" iteratively, documenting each answer with supporting evidence. Continue until you reach a systemic process failure, typically around five levels, then design solutions targeting that root cause rather than symptoms.

What is the Five Whys technique used for?▼

The Five Whys technique uncovers root causes of recurring problems, system failures, customer churn, delays, and budget overruns. It was developed by Sakichi Toyoda for Toyota and is commonly used in post-mortems and process improvement work.

How many times should you ask why in root cause analysis?▼

Five is a guideline, not a rule. Continue asking why until you reach a systemic cause you can act on, which may take fewer or more than five iterations. Stopping early usually leaves you fixing symptoms instead of the root cause.

Why does Five Whys analysis fail or give wrong answers?▼

Analysis fails when answers rely on assumptions instead of data, when the process stops at surface symptoms, or when it devolves into blaming individuals. Verify each answer with evidence and focus on process failures, not people.

Can Five Whys be combined with other analysis methods?▼

Yes, Five Whys works alongside Fishbone diagrams for visualizing cause categories, Pareto analysis for prioritizing problems, Six Sigma DMAIC, and Kaizen improvement cycles. It is also a standard component of incident post-mortem sessions.