How this skill is triggered — by the user, by Claude, or both
Slash command
/think:five-whyssonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Facilitate a root-cause analysis by asking "why?" iteratively, one layer at a time. The user
Facilitate a root-cause analysis by asking "why?" iteratively, one layer at a time. The user provides the answers — you ask the questions, probe for depth, and summarize the causal chain at the end.
Unlike the other thinking skills, this is a facilitated dialogue, not a single-output analysis. The user holds the domain knowledge. Your job is to keep drilling until you hit something structural, not to generate plausible-sounding causes yourself.
<output_contract>
During the dialogue, each turn should contain:
After the drill-down is complete, present:
</output_contract>
<completeness_contract>
The drill-down is complete when one of these is true:
Five iterations is a guideline, not a rule. Stop earlier if you hit root cause. Go deeper if you haven't.
</completeness_contract>
<reasoning_rules>
</reasoning_rules>
npx claudepluginhub elmernocon/ai-plugins --plugin thinkCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.