Analyze a value stream using Lean principles. Identifies waste (TIMWOODS), bottlenecks, and improvement opportunities. Modes - full (comprehensive analysis), quick (rapid assessment), guided (interactive).
/plugin marketplace add melodic-software/claude-code-plugins/plugin install business-analysis@melodic-software<process-description> [--mode full|quick|guided] [--output current|future|both]# Value Stream Command Analyze a value stream to identify waste, bottlenecks, and improvement opportunities using Lean principles. ## Arguments - `<process-description>`: Description of the value stream or process to analyze - `--mode`: Analysis mode (default: `guided`) - `full`: Comprehensive analysis with current/future state maps (~12K tokens) - `quick`: Rapid waste identification (~4K tokens) - `guided`: Interactive value stream mapping (variable) - `--output`: Output format (default: `both`) - `current`: Current state map only - `future`: Future state map only - `both`: ...