feat: Add comprehensive business panel analysis system (#323)

* feat: Add comprehensive business panel analysis system

Implements /sc:business-panel command with 9 expert personas (Christensen, Porter, Drucker, Godin, Kim/Mauborgne, Collins, Taleb, Meadows, Doumont), three-phase adaptive methodology (Discussion/Debate/Socratic), intelligent mode selection, and cross-framework synthesis with business-specific symbol system.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: sarosh.quraishi@gmail.com

* docs: Update README and commands guide for business panel feature

- Update command count from 21 to 22 across all documentation
- Add Business Panel to behavioral modes (5 → 6 modes)
- Add /sc:business-panel to commands guide with full documentation
- Include expert panel details and usage examples
- Update command index and complexity classification

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: sarosh.quraishi@gmail.com
This commit is contained in:
sarosh
2025-08-29 14:25:34 +02:00
committed by GitHub
parent 0c9c18a963
commit 073cc80cb8
7 changed files with 1168 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# SuperClaude Commands Guide
SuperClaude provides 21 commands for Claude Code: `/sc:*` commands for workflows and `@agent-*` for specialists.
SuperClaude provides 22 commands for Claude Code: `/sc:*` commands for workflows and `@agent-*` for specialists.
## Command Types
@@ -144,6 +144,18 @@ python3 -m SuperClaude install --list-components | grep mcp
- Security audit: `/sc:analyze --focus security`
- Performance review: `/sc:analyze --focus performance`
### `/sc:business-panel` - Strategic Business Analysis
**Purpose**: Multi-expert business strategy analysis with 9 renowned thought leaders
**Syntax**: `/sc:business-panel "content"` `[--mode discussion|debate|socratic] [--experts "name1,name2"]`
**Use Cases**:
- Strategy evaluation: `/sc:business-panel "our go-to-market strategy"`
- Competitive analysis: `/sc:business-panel @competitor_analysis.pdf --mode debate`
- Innovation assessment: `/sc:business-panel "AI product idea" --experts "christensen,drucker"`
- Strategic learning: `/sc:business-panel "competitive strategy" --mode socratic`
**Expert Panel**: Christensen, Porter, Drucker, Godin, Kim/Mauborgne, Collins, Taleb, Meadows, Doumont
### `/sc:troubleshoot` - Problem Diagnosis
**Purpose**: Systematic issue diagnosis with root cause analysis
**Syntax**: `/sc:troubleshoot "issue description"` `[--type build|runtime|performance]`
@@ -237,6 +249,7 @@ python3 -m SuperClaude install --list-components | grep mcp
| Command | Purpose | Best For |
|---------|---------|----------|
| **analyze** | Code assessment | Quality audits, security reviews |
| **business-panel** | Strategic analysis | Business decisions, competitive assessment |
| **troubleshoot** | Problem diagnosis | Bug investigation, performance issues |
| **explain** | Code explanation | Learning, code reviews |
@@ -276,14 +289,14 @@ python3 -m SuperClaude install --list-components | grep mcp
**By Function:**
- **Planning**: brainstorm, design, workflow, estimate
- **Development**: implement, build, git
- **Analysis**: analyze, troubleshoot, explain
- **Analysis**: analyze, business-panel, troubleshoot, explain
- **Quality**: improve, cleanup, test, document
- **Management**: task, spawn, load, save, reflect
- **Utility**: index, select-tool
**By Complexity:**
- **Beginner**: brainstorm, implement, analyze, test
- **Intermediate**: workflow, design, improve, document
- **Intermediate**: workflow, design, business-panel, improve, document
- **Advanced**: spawn, task, select-tool, reflect
## Troubleshooting