Create a hierarchical business capability model (L1-L3). Modes - full (multi-persona discovery), quick (single pass), guided (interactive). Outputs capability tree with Mermaid visualization.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install business-analysis@melodic-software<business-description> [--mode full|quick|guided] [--output yaml|mermaid|both]# Capability Map Command Create a hierarchical business capability model to understand what an organization does, independent of how it's implemented or who performs the work. ## Arguments - `<business-description>`: Description of the business, organization, or domain to analyze - `--mode`: Analysis mode (default: `guided`) - `full`: Multi-persona discovery with strategic alignment (~12K tokens) - `quick`: Single analysis pass (~4K tokens) - `guided`: Interactive capability discovery (variable) - `--output`: Output format (default: `both`) - `yaml`: Structured YAML for downstrea...