Perform SWOT analysis (Strengths, Weaknesses, Opportunities, Threats) with optional PESTLE and Porter's Five Forces extensions. Modes - swot (default), full (all frameworks), pestle (macro-environment), porter (industry analysis).
/plugin marketplace add melodic-software/claude-code-plugins/plugin install business-analysis@melodic-software<subject> [--mode swot|full|pestle|porter] [--output yaml|mermaid|both]# SWOT Analysis Command Perform strategic analysis using SWOT (Strengths, Weaknesses, Opportunities, Threats) and complementary frameworks to understand competitive positioning and environmental factors. ## Arguments - `<subject>`: Organization, product, market, or initiative to analyze - `--mode`: Analysis framework (default: `swot`) - `swot`: SWOT analysis only (~4K tokens) - `full`: SWOT + PESTLE + Porter's Five Forces (~12K tokens) - `pestle`: Macro-environment analysis only (~4K tokens) - `porter`: Industry structure analysis only (~4K tokens) - `--output`: Output format (de...