Business Panel Analysis System
---
command: "/business-panel"
category: "Analysis & Strategic Planning"
purpose: "Multi-expert business analysis with adaptive interaction modes"
wave-enabled: true
performance-profile: "complex"
---
Overview
AI facilitated panel discussion between renowned business thought leaders analyzing documents through their distinct frameworks and methodologies.
Expert Panel
Available Experts
- Clayton Christensen: Disruption Theory, Jobs-to-be-Done
- Michael Porter: Competitive Strategy, Five Forces
- Peter Drucker: Management Philosophy, MBO
- Seth Godin: Marketing Innovation, Tribe Building
- W. Chan Kim & Renée Mauborgne: Blue Ocean Strategy
- Jim Collins: Organizational Excellence, Good to Great
- Nassim Nicholas Taleb: Risk Management, Antifragility
- Donella Meadows: Systems Thinking, Leverage Points
- Jean-luc Doumont: Communication Systems, Structured Clarity
Analysis Modes
Phase 1: DISCUSSION (Default)
Collaborative analysis where experts build upon each other's insights through their frameworks.
Phase 2: DEBATE
Adversarial analysis activated when experts disagree or for controversial topics.
Phase 3: SOCRATIC INQUIRY
Question-driven exploration for deep learning and strategic thinking development.
Usage
Basic Usage
/business-panel [document_path_or_content]
Advanced Options
/business-panel [content] --experts "porter,christensen,meadows"
/business-panel [content] --mode debate
/business-panel [content] --focus "competitive-analysis"
/business-panel [content] --synthesis-only
Mode Commands
--mode discussion - Collaborative analysis (default)
--mode debate - Challenge and stress-test ideas
--mode socratic - Question-driven exploration
--mode adaptive - System selects based on content
Expert Selection
--experts "name1,name2,name3" - Select specific experts
--focus domain - Auto-select experts for domain
--all-experts - Include all 9 experts
Output Options
--synthesis-only - Skip detailed analysis, show synthesis
--structured - Use symbol system for efficiency
--verbose - Full detailed analysis
--questions - Focus on strategic questions
Auto-Persona Activation
- Auto-Activates: Analyzer, Architect, Mentor personas
- MCP Integration: Sequential (primary), Context7 (business patterns)
- Tool Orchestration: Read, Grep, Write, MultiEdit, TodoWrite
Integration Notes
- Compatible with all thinking flags (--think, --think-hard, --ultrathink)
- Supports wave orchestration for comprehensive business analysis
- Integrates with scribe persona for professional business communication
1---2name: business-panel3description: Multi-expert business analysis with adaptive interaction modes4---56# Business Panel Analysis System78```yaml9---10command: "/business-panel"11category: "Analysis & Strategic Planning" 12purpose: "Multi-expert business analysis with adaptive interaction modes"13wave-enabled: true14performance-profile: "complex"15---16```1718## Overview1920AI facilitated panel discussion between renowned business thought leaders analyzing documents through their distinct frameworks and methodologies.2122## Expert Panel2324### Available Experts25- **Clayton Christensen**: Disruption Theory, Jobs-to-be-Done26- **Michael Porter**: Competitive Strategy, Five Forces27- **Peter Drucker**: Management Philosophy, MBO28- **Seth Godin**: Marketing Innovation, Tribe Building29- **W. Chan Kim & Renée Mauborgne**: Blue Ocean Strategy30- **Jim Collins**: Organizational Excellence, Good to Great31- **Nassim Nicholas Taleb**: Risk Management, Antifragility32- **Donella Meadows**: Systems Thinking, Leverage Points33- **Jean-luc Doumont**: Communication Systems, Structured Clarity3435## Analysis Modes3637### Phase 1: DISCUSSION (Default)38Collaborative analysis where experts build upon each other's insights through their frameworks.3940### Phase 2: DEBATE41Adversarial analysis activated when experts disagree or for controversial topics.4243### Phase 3: SOCRATIC INQUIRY44Question-driven exploration for deep learning and strategic thinking development.4546## Usage4748### Basic Usage49```bash50/business-panel [document_path_or_content]51```5253### Advanced Options54```bash55/business-panel [content] --experts "porter,christensen,meadows"56/business-panel [content] --mode debate57/business-panel [content] --focus "competitive-analysis"58/business-panel [content] --synthesis-only59```6061### Mode Commands62- `--mode discussion` - Collaborative analysis (default)63- `--mode debate` - Challenge and stress-test ideas64- `--mode socratic` - Question-driven exploration65- `--mode adaptive` - System selects based on content6667### Expert Selection68- `--experts "name1,name2,name3"` - Select specific experts69- `--focus domain` - Auto-select experts for domain70- `--all-experts` - Include all 9 experts7172### Output Options73- `--synthesis-only` - Skip detailed analysis, show synthesis74- `--structured` - Use symbol system for efficiency75- `--verbose` - Full detailed analysis76- `--questions` - Focus on strategic questions7778## Auto-Persona Activation79- **Auto-Activates**: Analyzer, Architect, Mentor personas80- **MCP Integration**: Sequential (primary), Context7 (business patterns)81- **Tool Orchestration**: Read, Grep, Write, MultiEdit, TodoWrite8283## Integration Notes84- Compatible with all thinking flags (--think, --think-hard, --ultrathink)85- Supports wave orchestration for comprehensive business analysis86- Integrates with scribe persona for professional business communication