Apply the Five Whys root cause analysis technique to systematically investigate issues
Applies root cause analysis by systematically asking "why" to drill down to fundamental issues.
/plugin marketplace add davepoon/buildwithclaude/plugin install all-commands@buildwithclaude<issue_description>Apply the Five Whys root cause analysis technique to investigate: $ARGUMENTS
This command implements the Five Whys problem-solving methodology, iteratively asking "why" to drill down from symptoms to root causes. It helps identify the fundamental reason behind a problem rather than just addressing surface-level symptoms.
five [issue_description]
Problem: Application crashes on startup
Why 1: Database connection fails
Why 2: Connection string is invalid
Why 3: Environment variable not set
Why 4: Deployment script missing env setup
Why 5: Documentation didn't specify env requirements
Root Cause: Missing deployment documentation
Systematically trace why a feature is running slowly by examining each contributing factor.