Five whys
Skill RadOrigin-LLC/RAD-Claude-Skills/plugins/rad-brainstormer/skills/five-whys
Marketplace of plugins and skills for Claude Code
npx -y skills add RadOrigin-LLC/RAD-Claude-Skills --skill five-whysAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
5 whys, root cause analysis, why does this keep happening, find the root cause, trace this problem. Dig beneath surface symptoms to find the real problem. Toyota production system methodology.
SKILL.md
1.8 KB, as published. Nobody here has run it
Apply the 5 Whys root cause analysis to: $ARGUMENTS
Originally from Toyota's production system, adapted here for brainstorming. The goal is to ensure the RIGHT problem is being solved before generating solutions.
The Process
Start with the stated problem, then ask "Why?" repeatedly:
-
Problem: [stated problem] "Why does this happen?" / "Why is this a problem?"
-
Why 1: [user's answer] "And why does THAT happen?"
-
Why 2: [user's answer] "And why is that the case?"
-
Why 3: [user's answer] "What causes that?"
-
Why 4: [user's answer] "And what's behind that?"
-
Why 5: [user's answer — likely close to root cause]
Rules
- The user drives the answers. Ask one "Why?" at a time.
- Do not lead — genuinely ask, do not suggest the answer.
- Sometimes 3 Whys are enough. Sometimes 7 are needed. Stop when hitting a root cause (something systemic, structural, or foundational).
- If the chain branches (multiple causes), explore the most impactful branch first.
- It is acceptable to conclude "Why #3 is the real root cause here."
After Finding the Root Cause
Present: "Now that [root cause] has been identified as the core issue, this is what to brainstorm solutions for — not the original symptom of [stated problem]. Proceed to brainstorm solutions for this root cause?"
If yes, recommend the appropriate brainstorming technique based on the root cause nature. Consult references/methodology-catalog.md for technique selection guidance.