five-whys
Installation
SKILL.md
Five Whys
Iteratively ask "Why?" until reaching a cause that is actionable, systemic, and honest.
Process
- State the problem (specific, factual, no judgment)
- Ask "Why did this happen?"
- Take that answer, ask "Why?" again
- Repeat until reaching a root cause
- Identify what to change
Forking
When an answer contains multiple factors (look for "and", "plus", "also", or multiple clauses), fork into separate branches. Each branch gets its own chain of whys and its own change.