name: analyzing-root-causes description: > Root cause analysis with 5 Whys methodology. Use when investigating bugs, analyzing failures, or when user mentions root cause, 5 Whys, なぜなぜ分析, 根本原因, 原因分析, symptom fix, 対症療法. allowed-tools: [Read, Grep, Glob, Task] context: fork user-invocable: false
Root Cause Analysis - 5 Whys
Symptom vs Root Cause
| Type | Example | Result |
|---|---|---|
| Symptom Fix | setTimeout to wait for DOM | Breaks later |
| Root Cause | Use React ref properly | Permanent fix |
| Symptom Fix | Add flag for double-submit | Complexity ↑ |
| Root Cause | Disable button on submit | Simple fix |
5 Whys Process
| Step | Question | Reveals |
|---|---|---|
| 1 | Why does this occur? | Observable fact |
| 2 | Why does that happen? | Implementation detail |
| 3 | Why is that the case? | Design decision |
| 4 | Why does that exist? | Architectural constraint |
| 5 | Why was it designed this way? | Root cause |
References
| Topic | File |
|---|---|
| 5 Whys | references/five-whys.md |
| Patterns | references/symptom-patterns.md |
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
3
GitHub Forks
0
Created
Jan 2026
Last Updated
5个月前
tools
tools debugging
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!