Perform root cause analysis using Fishbone (Ishikawa) diagrams and 5 Whys technique. Diagnose problems, identify root causes, and develop CAPA (Corrective and Preventive Actions).
/plugin marketplace add melodic-software/claude-code-plugins/plugin install business-analysis@melodic-software<problem-statement> [--mode fishbone|5whys|full] [--output yaml|mermaid|both]# Root Cause Analysis Command Systematically diagnose problems and identify root causes using proven techniques: Fishbone (Ishikawa) diagrams for categorical exploration and 5 Whys for drilling to root causes. Develop actionable CAPA plans. ## Arguments - `<problem-statement>`: Description of the problem to analyze - `--mode`: Analysis technique (default: `full`) - `fishbone`: Fishbone diagram with 6M categories (~4K tokens) - `5whys`: 5 Whys drill-down technique (~3K tokens) - `full`: Both techniques combined (~8K tokens) - `--output`: Output format (default: `both`) - `yaml`: S...