📚 Complete documentation restructure and content cleanup

- Standardize documentation structure across all sections
- Fix CLI confusion and streamline user guidance
- Remove fictional content and align with actual functionality
- Improve technical architecture documentation
- Update installation and quick-start guides
- Enhance reference materials and examples

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
NomenAK
2025-08-22 19:18:44 +02:00
parent f7cf87c5ad
commit 850e5a69a6
16 changed files with 99 additions and 136 deletions

View File

@@ -96,7 +96,7 @@ Security considerations are embedded throughout all documentation, from developm
**Phase 1 Complete**: Critical issues resolved, basic structure established **Phase 1 Complete**: Critical issues resolved, basic structure established
**Phase 2 Complete**: Cross-document consistency, navigation improvements, security integration **Phase 2 Complete**: Cross-document consistency, navigation improvements, security integration
**Phase 3 Complete**: Advanced examples, visual diagrams, performance metrics, enhanced architecture documentation **Phase 3 Complete**: Advanced examples, visual diagrams, enhanced architecture documentation
**Phase 4 Complete**: Accessibility improvements, comprehensive glossaries, skill level guidance, professional polish **Phase 4 Complete**: Accessibility improvements, comprehensive glossaries, skill level guidance, professional polish
### Accessibility & Quality Enhancements (Phase 4) ### Accessibility & Quality Enhancements (Phase 4)

View File

@@ -248,7 +248,7 @@ User Input (in Claude Code): "/sc:analyze src/ --focus security"
1. Create `~/.claude/agents/new-specialist.md` 1. Create `~/.claude/agents/new-specialist.md`
2. Define expertise, triggers, and behaviors 2. Define expertise, triggers, and behaviors
3. Agent available immediately 3. Agent becomes available
### Adding New Modes ### Adding New Modes

View File

@@ -1,6 +1,6 @@
# SuperClaude Installation Guide 📦 # SuperClaude Installation Guide 📦
SuperClaude installs behavioral context files that Claude Code reads to enhance its capabilities with 21 commands, 15 agents, and 6 modes. Installation takes 2-5 minutes. SuperClaude installs behavioral context files that Claude Code reads to enhance its capabilities with 21 commands, 14 agents, and 5 modes.
## Quick Start 🚀 ## Quick Start 🚀
@@ -12,7 +12,7 @@ SuperClaude install
**NPM:** **NPM:**
```bash ```bash
npm install -g superclaude # ⚠️ Verify package name exists npm install -g superclaude
SuperClaude install SuperClaude install
``` ```
@@ -116,8 +116,8 @@ SuperClaude install --list-components
**What's Installed:** **What's Installed:**
- Framework files in `~/.claude/` - Framework files in `~/.claude/`
- 21 slash commands (`/sc:*`) - 21 slash commands (`/sc:*`)
- 15 agents (`@agent-*`) - 14 agents (`@agent-*`)
- 6 behavioral modes - 5 behavioral modes
- MCP server configurations (if selected) - MCP server configurations (if selected)
## Managing Your Installation 🛠️ ## Managing Your Installation 🛠️
@@ -181,11 +181,11 @@ pip uninstall SuperClaude
## Final Notes 📝 ## Final Notes 📝
**Installation Summary:** **Installation Summary:**
- **Time**: 2-5 minutes typical installation
- **Space**: 50MB for full installation - **Space**: 50MB for full installation
- **Requirements**: Python 3.8+, Claude Code, 1GB RAM recommended - **Requirements**: Python 3.8+, Claude Code, 1GB RAM recommended
- **Platform**: Linux, macOS, Windows supported - **Platform**: Linux, macOS, Windows supported
- **Usage**: Immediate access to 21 commands and 6 behavioral modes - **Usage**: Immediate access to 21 commands and 5 behavioral modes
**What's Next**: Your Claude Code now has enhanced capabilities. Try `/sc:brainstorm` for your first SuperClaude experience! **What's Next**: Your Claude Code now has enhanced capabilities. Try `/sc:brainstorm` for your first SuperClaude experience!
@@ -196,7 +196,7 @@ pip uninstall SuperClaude
**Documentation Roadmap:** **Documentation Roadmap:**
**Beginner** (🌱 Start Here) **Beginner** (🌱 Start Here)
- [Quick Start Guide](quick-start.md) - 5-minute setup - [Quick Start Guide](quick-start.md) - quick setup guide
- [Commands Reference](../User-Guide/commands.md) - Basic usage - [Commands Reference](../User-Guide/commands.md) - Basic usage
**Intermediate** (🌿 Growing) **Intermediate** (🌿 Growing)
@@ -211,4 +211,4 @@ pip uninstall SuperClaude
--- ---
**Installation Complete!** You now have access to 21 commands, 15 agents, and 6 behavioral modes. Try `/sc:brainstorm` in Claude Code to get started. **Installation Complete!** You now have access to 21 commands, 14 agents, and 5 behavioral modes. Try `/sc:brainstorm` in Claude Code to get started.

View File

@@ -10,12 +10,12 @@ SuperClaude is a **Context Engineering Framework** that enhances Claude Code by
## Just Start Here ## Just Start Here
### 🖥️ Installation (2 minutes) - Run in Terminal ### 🖥️ Installation - Run in Terminal
```bash ```bash
pip install SuperClaude && SuperClaude install pip install SuperClaude && SuperClaude install
``` ```
### 💬 First Context Triggers (3 minutes) - Type in Claude Code Conversation ### 💬 First Context Triggers - Type in Claude Code Conversation
``` ```
# Interactive project discovery # Interactive project discovery
/sc:brainstorm "web app for task management" /sc:brainstorm "web app for task management"
@@ -58,7 +58,7 @@ SuperClaude enhances Claude Code with:
**Important**: The `.md` files in `SuperClaude/` directory are NOT documentation - they are the actual context framework instructions that Claude Code reads to enhance its capabilities. **Important**: The `.md` files in `SuperClaude/` directory are NOT documentation - they are the actual context framework instructions that Claude Code reads to enhance its capabilities.
**Version 4.0** delivers production-ready workflow orchestration with intelligent agent coordination and session persistence. **Version 4.0** delivers workflow orchestration capabilities with intelligent agent coordination and session persistence.
## How It Works ## How It Works

View File

@@ -23,19 +23,19 @@ pip install SuperClaude && SuperClaude install
## 📚 Documentation Structure ## 📚 Documentation Structure
### 🌱 Start Here (New Users) ### 🌱 Start Here (New Users)
| Guide | Purpose | Time | | Guide | Purpose |
|-------|---------|------| |-------|---------|------|
| **[Quick Start](Getting-Started/quick-start.md)** | 5-minute setup and first commands | 5 min | | **[Quick Start](Getting-Started/quick-start.md)** | Setup and first commands | |
| **[Installation](Getting-Started/installation.md)** | Detailed setup instructions | 10 min | | **[Installation](Getting-Started/installation.md)** | Detailed setup instructions | |
| **[Commands Guide](User-Guide/commands.md)** | All 21 `/sc:` commands | 20 min | | **[Commands Guide](User-Guide/commands.md)** | All 21 `/sc:` commands | |
### 🌿 Daily Usage (Regular Users) ### 🌿 Daily Usage (Regular Users)
| Guide | Purpose | Use For | | Guide | Purpose | Use For |
|-------|---------|---------| |-------|---------|---------|
| **[Commands Guide](User-Guide/commands.md)** | Master all `/sc:` commands | Daily development | | **[Commands Guide](User-Guide/commands.md)** | Master all `/sc:` commands | Daily development |
| **[Agents Guide](User-Guide/agents.md)** | 15 domain specialists (`@agent-*`) | Expert assistance | | **[Agents Guide](User-Guide/agents.md)** | 14 domain specialists (`@agent-*`) | Expert assistance |
| **[Flags Guide](User-Guide/flags.md)** | Command behavior modification | Optimization | | **[Flags Guide](User-Guide/flags.md)** | Command behavior modification | Optimization |
| **[Modes Guide](User-Guide/modes.md)** | 6 behavioral modes | Workflow optimization | | **[Modes Guide](User-Guide/modes.md)** | 5 behavioral modes | Workflow optimization |
### 🌲 Reference & Advanced (Power Users) ### 🌲 Reference & Advanced (Power Users)
| Guide | Purpose | Use For | | Guide | Purpose | Use For |

View File

@@ -1,6 +1,6 @@
# SuperClaude Framework Reference Documentation # SuperClaude Framework Reference Documentation
**Complete Navigation Hub**: Your definitive guide to mastering SuperClaude Framework with structured learning paths, comprehensive references, and expert guidance for all skill levels. **Navigation Hub**: Structured learning paths and technical references for all skill levels.
**Documentation Status**: ✅ **Status: Current** - All content verified for accuracy and completeness. **Documentation Status**: ✅ **Status: Current** - All content verified for accuracy and completeness.
@@ -19,18 +19,18 @@ This documentation is organized for **progressive learning** with multiple entry
## Documentation Navigation Matrix ## Documentation Navigation Matrix
| Document | Purpose | Target Audience | Complexity | Time Investment | | Document | Purpose | Target Audience | Complexity | |
|----------|---------|-----------------|------------|-----------------| |----------|---------|-----------------|------------|-----------------|
| **[basic-examples.md](./basic-examples.md)** | Copy-paste ready commands and patterns | All users, quick reference | **Basic** | 15-30 minutes | | **[basic-examples.md](./basic-examples.md)** | Copy-paste ready commands and patterns | All users, quick reference | **Basic** | |
| **[examples-cookbook.md](./examples-cookbook.md)** | Recipe collection hub and organization | All users, navigation | **Reference** | 5 minutes | | **[examples-cookbook.md](./examples-cookbook.md)** | Recipe collection hub and organization | All users, navigation | **Reference** | |
| **[common-issues.md](./common-issues.md)** | Essential troubleshooting and solutions | All users, problem-solving | **Basic** | As needed | | **[common-issues.md](./common-issues.md)** | Essential troubleshooting and solutions | All users, problem-solving | **Basic** | As needed |
| **[mcp-server-guide.md](./mcp-server-guide.md)** | MCP server configuration and usage | Technical users, integration | **Intermediate** | 45-90 minutes | | **[mcp-server-guide.md](./mcp-server-guide.md)** | MCP server configuration and usage | Technical users, integration | **Intermediate** | |
| **[advanced-patterns.md](./advanced-patterns.md)** | Expert coordination and orchestration | Experienced users | **Advanced** | 90-150 minutes | | **[advanced-patterns.md](./advanced-patterns.md)** | Expert coordination and orchestration | Experienced users | **Advanced** | |
| **[advanced-workflows.md](./advanced-workflows.md)** | Complex multi-agent orchestration | Expert users | **Advanced** | 120-180 minutes | | **[advanced-workflows.md](./advanced-workflows.md)** | Complex multi-agent orchestration | Expert users | **Advanced** | |
| **[integration-patterns.md](./integration-patterns.md)** | Framework and system integration | Architects, experts | **Advanced** | 90-150 minutes | | **[integration-patterns.md](./integration-patterns.md)** | Framework and system integration | Architects, experts | **Advanced** | |
| **[troubleshooting.md](./troubleshooting.md)** | Comprehensive diagnostic guide | All levels, deep debugging | **Variable** | As needed | | **[troubleshooting.md](./troubleshooting.md)** | Comprehensive diagnostic guide | All levels, deep debugging | **Variable** | As needed |
| **[diagnostic-reference.md](./diagnostic-reference.md)** | Advanced debugging and analysis | Expert users, complex issues | **Advanced** | 60-120 minutes | | **[diagnostic-reference.md](./diagnostic-reference.md)** | Advanced debugging and analysis | Expert users, complex issues | **Advanced** | |
--- ---
@@ -157,20 +157,20 @@ Advanced Analysis: diagnostic-reference.md
## Problem-Solving Quick Reference ## Problem-Solving Quick Reference
### Immediate Issues (< 5 minutes) ### Immediate Issues
- **Command not working**: Check [common-issues.md](./common-issues.md) → Common SuperClaude Problems - **Command not working**: Check [common-issues.md](./common-issues.md) → Common SuperClaude Problems
- **Session lost**: Use `/sc:load` → See [Session Management](../User-Guide/session-management.md) - **Session lost**: Use `/sc:load` → See [Session Management](../User-Guide/session-management.md)
- **Flag confusion**: Check [basic-examples.md](./basic-examples.md) → Flag Usage Examples - **Flag confusion**: Check [basic-examples.md](./basic-examples.md) → Flag Usage Examples
### Development Blockers (15-30 minutes) ### Development Blockers
- **Performance slow**: See [Advanced Workflows](./advanced-workflows.md) → Performance Patterns - **Performance slow**: See [Advanced Workflows](./advanced-workflows.md) → Performance Patterns
- **Complex debugging**: Use [troubleshooting.md](./troubleshooting.md) → Systematic Debugging - **Complex debugging**: Use [troubleshooting.md](./troubleshooting.md) → Systematic Debugging
- **Integration issues**: Check [integration-patterns.md](./integration-patterns.md) → Framework Patterns - **Integration issues**: Check [integration-patterns.md](./integration-patterns.md) → Framework Patterns
### System-Level Issues (45+ minutes) ### System-Level Issues
- **Architecture problems**: Use [advanced-workflows.md](./advanced-workflows.md) → System Design - **Architecture problems**: Use [advanced-workflows.md](./advanced-workflows.md) → System Design
- **Expert debugging**: Apply [diagnostic-reference.md](./diagnostic-reference.md) → Advanced Analysis - **Expert debugging**: Apply [diagnostic-reference.md](./diagnostic-reference.md) → Advanced Analysis
- **Custom workflow needs**: Study [advanced-patterns.md](./advanced-patterns.md) → Custom Orchestration - **Custom workflow needs**: Study [advanced-patterns.md](./advanced-patterns.md) → Custom Orchestration [advanced-patterns.md](./advanced-patterns.md) → Custom Orchestration
--- ---

View File

@@ -129,7 +129,7 @@
```bash ```bash
# Quick overview # Quick overview
/sc:analyze . --quick --uc /sc:analyze . --overview --uc
# Fast, compressed output # Fast, compressed output
# Standard analysis # Standard analysis
@@ -169,7 +169,7 @@
# Systematic exploration of large projects # Systematic exploration of large projects
# Step 1: Structure understanding # Step 1: Structure understanding
/sc:load project/ /sc:load project/
/sc:analyze . --quick --focus architecture /sc:analyze . --overview --focus architecture
# Step 2: Identify problem areas # Step 2: Identify problem areas
@agent-quality-engineer "identify high-risk modules" @agent-quality-engineer "identify high-risk modules"

View File

@@ -134,7 +134,7 @@
```bash ```bash
# Systematic analysis of large projects # Systematic analysis of large projects
# Overview # Overview
/sc:analyze . --quick /sc:analyze . --overview
# Get high-level understanding # Get high-level understanding
# Focused analysis by module # Focused analysis by module

View File

@@ -10,13 +10,13 @@
**Purpose**: Essential SuperClaude commands and patterns for everyday development tasks. Start here for your first SuperClaude experience. **Purpose**: Essential SuperClaude commands and patterns for everyday development tasks. Start here for your first SuperClaude experience.
**Target Audience**: New users, developers learning SuperClaude fundamentals, quick task execution **Target Audience**: New users, developers learning SuperClaude fundamentals, immediate task application
**Usage Pattern**: Copy → Adapt → Execute → Learn from results **Usage Pattern**: Copy → Adapt → Execute → Learn from results
**Key Features**: **Key Features**:
- All examples verified and production-ready - Examples demonstrate core SuperClaude functionality
- Copy-paste utility with immediate results - Clear patterns for immediate application
- Single-focus examples for clear learning - Single-focus examples for clear learning
- Progressive complexity within basic scope - Progressive complexity within basic scope
@@ -32,7 +32,7 @@
/sc:brainstorm "mobile app for fitness tracking" /sc:brainstorm "mobile app for fitness tracking"
# Expected: Socratic dialogue, requirement elicitation, feasibility analysis # Expected: Socratic dialogue, requirement elicitation, feasibility analysis
``` ```
**Verification**: Activates brainstorming mode + system-architect + requirements-analyst + Context7 **Behavior**: Triggers interactive discovery dialogue and requirements analysis
#### Command: /sc:analyze #### Command: /sc:analyze
**Purpose**: Analyze existing codebase for issues and improvements **Purpose**: Analyze existing codebase for issues and improvements
@@ -42,7 +42,7 @@
/sc:analyze src/ --focus security /sc:analyze src/ --focus security
# Expected: Comprehensive security audit, vulnerability report, improvement suggestions # Expected: Comprehensive security audit, vulnerability report, improvement suggestions
``` ```
**Verification**: Activates security-engineer + quality-engineer + performance-engineer **Behavior**: Provides comprehensive security analysis and improvement recommendations
#### Command: /sc:implement #### Command: /sc:implement
**Purpose**: Implement a complete feature with best practices **Purpose**: Implement a complete feature with best practices
@@ -52,7 +52,7 @@
/sc:implement "user authentication with JWT and rate limiting" /sc:implement "user authentication with JWT and rate limiting"
# Expected: Complete auth implementation, security validation, tests included # Expected: Complete auth implementation, security validation, tests included
``` ```
**Verification**: Activates security-engineer + backend-architect + Context7 + quality gates **Behavior**: Delivers complete implementation following security and quality standards
#### Command: /sc:troubleshoot #### Command: /sc:troubleshoot
**Purpose**: Troubleshoot and fix a problem systematically **Purpose**: Troubleshoot and fix a problem systematically
@@ -420,15 +420,9 @@
# Security hardening # Security hardening
/sc:analyze . --focus security && /sc:implement "security improvements" /sc:analyze . --focus security && /sc:implement "security improvements"
@agent-security "perform OWASP Top 10 compliance check"
# Performance optimization # Test coverage improvement
/sc:analyze . --focus performance && /sc:implement "performance optimizations"
@agent-performance-engineer "profile and optimize critical paths"
# Test coverage improvement
/sc:test --focus quality && /sc:implement "additional test coverage" /sc:test --focus quality && /sc:implement "additional test coverage"
@agent-quality-engineer "identify untested edge cases"
``` ```
### Common Feature Implementations ### Common Feature Implementations
@@ -456,11 +450,9 @@
# Quick analysis # Quick analysis
/sc:analyze src/ --scope file /sc:analyze src/ --scope file
# Standard analysis # Standard analysis
/sc:analyze . --think /sc:analyze . --think
# Deep analysis # Deep analysis
/sc:analyze . --think-hard --focus architecture /sc:analyze . --think-hard --focus architecture
@@ -472,8 +464,8 @@
/sc:analyze . --focus security /sc:analyze . --focus security
# Performance-focused implementation # Implementation with specific focus
/sc:implement "API optimization" --focus performance /sc:implement "API optimization" --focus architecture
# Quality-focused testing # Quality-focused testing

View File

@@ -1,6 +1,6 @@
# SuperClaude Common Issues - Quick Reference 🚀 # SuperClaude Common Issues - Quick Reference 🚀
**2-Minute Problem Solving**: Most frequent issues with instant solutions. **Problem Solving Guide**: Most frequent issues with practical solutions.
## Top 5 Quick Fixes (90% of Issues) ## Top 5 Quick Fixes (90% of Issues)

View File

@@ -36,19 +36,19 @@
## Quick Navigation Guide ## Quick Navigation Guide
### By Experience Level ### By Experience Level
**Beginner (Week 1-2)** **Beginner**
→ Start with [Basic Examples](./basic-examples.md) → Start with [Basic Examples](./basic-examples.md)
- Essential commands and patterns - Essential commands and patterns
- Simple troubleshooting workflows - Simple troubleshooting workflows
- Copy-paste solutions for common tasks - Copy-paste solutions for common tasks
**Intermediate (Week 3-6)** **Intermediate**
→ Progress to [Advanced Workflows](./advanced-workflows.md) → Progress to [Advanced Workflows](./advanced-workflows.md)
- Multi-agent coordination - Multi-agent coordination
- Complex project orchestration - Complex project orchestration
- Session management patterns - Session management patterns
**Expert (Month 2+)** **Expert**
→ Master [Integration Patterns](./integration-patterns.md) → Master [Integration Patterns](./integration-patterns.md)
- Framework integration strategies - Framework integration strategies
- Performance optimization recipes - Performance optimization recipes
@@ -74,7 +74,7 @@
## Verified Commands Reference ## Verified Commands Reference
**Core Commands** (all tested and functional): **Core Commands**:
- `/sc:brainstorm` - Interactive requirements discovery - `/sc:brainstorm` - Interactive requirements discovery
- `/sc:analyze` - Codebase analysis and assessment - `/sc:analyze` - Codebase analysis and assessment
- `/sc:implement` - Feature implementation with best practices - `/sc:implement` - Feature implementation with best practices

View File

@@ -517,7 +517,7 @@ npm update -g
# Verification # Verification
time node -e "console.log('Node.js speed test')" time node -e "console.log('Node.js speed test')"
# Should complete quickly # Should complete successfully
``` ```
**Issue: MCP Server Memory Leaks** **Issue: MCP Server Memory Leaks**
@@ -529,7 +529,7 @@ top | grep node # Monitor Node.js processes
ps aux --sort=-%mem | head -10 ps aux --sort=-%mem | head -10
# Solution 1: Regular Claude Code session restarts # Solution 1: Regular Claude Code session restarts
# Restart sessions every few hours during heavy usage # Restart sessions periodically during heavy usage
# Solution 2: Monitor specific servers # Solution 2: Monitor specific servers
htop # Monitor individual MCP server processes htop # Monitor individual MCP server processes

View File

@@ -1,8 +1,10 @@
# SuperClaude Agents Guide 🤖 # SuperClaude Agents Guide 🤖
SuperClaude provides 14 domain specialist agents that Claude Code can invoke for specialized expertise.
## ✅ Verification Status ## ✅ Verification Status
- ** - **Agent Count**: 14 specialists available
- **Last Tested**: 2025-01-16 - **Last Tested**: 2025-01-16
- **Test Environment**: Linux/Windows/macOS - **Test Environment**: Linux/Windows/macOS
- **Agent Activation**: ✅ All Verified - **Agent Activation**: ✅ All Verified
@@ -501,7 +503,7 @@ For troubleshooting help, see:
- [Common Issues](../Reference/common-issues.md) - Quick fixes for frequent problems - [Common Issues](../Reference/common-issues.md) - Quick fixes for frequent problems
- [Troubleshooting Guide](../Reference/troubleshooting.md) - Comprehensive problem resolution - [Troubleshooting Guide](../Reference/troubleshooting.md) - Comprehensive problem resolution
### Common Issues (< 2 minutes) ### Common Issues
- **No agent activation**: Use domain keywords: "security", "performance", "frontend" - **No agent activation**: Use domain keywords: "security", "performance", "frontend"
- **Wrong agents selected**: Check trigger keywords in agent documentation - **Wrong agents selected**: Check trigger keywords in agent documentation
- **Too many agents**: Focus keywords on primary domain or use `/sc:focus [domain]` - **Too many agents**: Focus keywords on primary domain or use `/sc:focus [domain]`
@@ -552,35 +554,24 @@ For troubleshooting help, see:
"implement server-side authentication" # Backend focus - triggers backend-architect "implement server-side authentication" # Backend focus - triggers backend-architect
``` ```
### Progressive Support Levels ### Support Levels
**Level 1: Quick Fix (< 2 min)** **Quick Fix:**
- Use explicit domain keywords from agent trigger table - Use explicit domain keywords from agent trigger table
- Try restarting Claude Code session - Try restarting Claude Code session
- Focus on single domain to avoid confusion - Focus on single domain to avoid confusion
**Level 2: Detailed Help (5-15 min)** **Detailed Help:**
```bash
# Agent-specific diagnostics
/sc:help agents # List available agents
/sc:explain "agent selection process" # Understand routing
# Review trigger keywords for target agents
```
- See [Common Issues Guide](../Reference/common-issues.md) for agent installation problems - See [Common Issues Guide](../Reference/common-issues.md) for agent installation problems
- Review trigger keywords for target agents
**Level 3: Expert Support (30+ min)** **Expert Support:**
```bash - Use `SuperClaude install --diagnose`
# Deep agent analysis - See [Diagnostic Reference Guide](../Reference/diagnostic-reference.md) for coordination analysis
SuperClaude install --diagnose
# Check agent coordination patterns
# Review multi-domain keyword strategies
```
- See [Diagnostic Reference Guide](../Reference/diagnostic-reference.md) for agent coordination analysis
**Level 4: Community Support** **Community Support:**
- Report agent issues at [GitHub Issues](https://github.com/SuperClaude-Org/SuperClaude_Framework/issues) - Report issues at [GitHub Issues](https://github.com/SuperClaude-Org/SuperClaude_Framework/issues)
- Include examples of expected vs actual agent activation - Include examples of expected vs actual agent activation
- Describe the type of task and desired agent combination
### Success Validation ### Success Validation
@@ -646,40 +637,21 @@ After applying agent fixes, test with:
| `/sc:test` | quality-engineer | security-engineer, performance-engineer | | `/sc:test` | quality-engineer | security-engineer, performance-engineer |
| `/sc:explain` | learning-guide | technical-writer, domain specialists | | `/sc:explain` | learning-guide | technical-writer, domain specialists |
### Most Effective Agent Combinations ### Effective Agent Combinations
**Development Workflows**: **Development Workflows**:
```bash - Web application: frontend-architect + backend-architect + security-engineer + quality-engineer + devops-architect
# Web application (4-5 agents) - API development: backend-architect + security-engineer + technical-writer + quality-engineer
frontend-architect + backend-architect + security-engineer + quality-engineer + devops-architect - Data platform: python-expert + performance-engineer + security-engineer + system-architect
# API development (3-4 agents)
backend-architect + security-engineer + technical-writer + quality-engineer
# Data platform (3-4 agents)
python-expert + performance-engineer + security-engineer + system-architect
```
**Analysis Workflows**: **Analysis Workflows**:
```bash - Security audit: security-engineer + quality-engineer + root-cause-analyst + technical-writer
# Security audit (3-4 agents) - Performance investigation: performance-engineer + root-cause-analyst + system-architect + devops-architect
security-engineer + quality-engineer + root-cause-analyst + technical-writer - Legacy assessment: refactoring-expert + system-architect + quality-engineer + security-engineer + technical-writer
# Performance investigation (3-4 agents)
performance-engineer + root-cause-analyst + system-architect + devops-architect
# Legacy assessment (4-5 agents)
refactoring-expert + system-architect + quality-engineer + security-engineer + technical-writer
```
**Communication Workflows**: **Communication Workflows**:
```bash - Technical documentation: technical-writer + requirements-analyst + domain experts + learning-guide
# Technical documentation (3-4 agents) - Educational content: learning-guide + technical-writer + frontend-architect + quality-engineer
technical-writer + requirements-analyst + domain experts + learning-guide
# Educational content (3-4 agents)
learning-guide + technical-writer + frontend-architect + quality-engineer
```
## Best Practices 💡 ## Best Practices 💡
@@ -813,7 +785,7 @@ Add "documented", "explained", or "tutorial" to requests for automatic technical
**What Not to Worry About**: **What Not to Worry About**:
- Manual agent selection or configuration - Manual agent selection or configuration
- Complex routing rules or agent management - Complex routing rules or agent management
- Agent performance tuning or optimization - Agent configuration or coordination
- Micromanaging agent interactions - Micromanaging agent interactions
--- ---
@@ -845,9 +817,9 @@ Start with natural language descriptions. Notice which agents activate and why.
Observe agent coordination patterns. Understand how complexity and domain keywords influence agent selection. Begin optimizing request phrasing for better coordination. Observe agent coordination patterns. Understand how complexity and domain keywords influence agent selection. Begin optimizing request phrasing for better coordination.
**Month 2+: Expert Coordination** **Month 2+: Expert Coordination**
Master multi-domain requests that trigger optimal agent combinations. Leverage troubleshooting techniques for perfect agent selection. Use advanced patterns for complex workflows. Master multi-domain requests that trigger optimal agent combinations. Leverage troubleshooting techniques for effective agent selection. Use advanced patterns for complex workflows.
**The SuperClaude Advantage:** **The SuperClaude Advantage:**
Experience the power of 13 specialized AI experts working in perfect coordination, all through simple, natural language requests. No configuration, no management, just intelligent collaboration that scales with your needs. Experience the power of 13 specialized AI experts working in coordinated response, all through simple, natural language requests. No configuration, no management, just intelligent collaboration that scales with your needs.
🎯 **Ready to experience intelligent agent coordination? Start with `/sc:implement` and discover the magic of specialized AI collaboration.** 🎯 **Ready to experience intelligent agent coordination? Start with `/sc:implement` and discover the magic of specialized AI collaboration.**

View File

@@ -14,7 +14,7 @@ SuperClaude provides 21 commands for Claude Code: `/sc:*` commands for workflows
```bash ```bash
# Terminal: Verify installation # Terminal: Verify installation
python3 -m SuperClaude --version python3 -m SuperClaude --version
# Alternative: SuperClaude --version (if installed globally) # Claude Code CLI verification: claude --version
# Claude Code: Test commands # Claude Code: Test commands
/sc:brainstorm "test project" # Should ask discovery questions /sc:brainstorm "test project" # Should ask discovery questions
@@ -74,12 +74,11 @@ SuperClaude provides behavioral context files that Claude Code reads to adopt sp
python3 -m SuperClaude --version python3 -m SuperClaude --version
# Example output: SuperClaude 4.0.0 # Example output: SuperClaude 4.0.0
# Alternative version check (if installed globally) # Claude Code CLI version check
SuperClaude --version claude --version
# Example output: SuperClaude 4.0.0
# Check MCP server connectivity # Check installed components
SuperClaude install --list-components | grep mcp python3 -m SuperClaude install --list-components | grep mcp
# Example output: Shows installed MCP components # Example output: Shows installed MCP components
``` ```
@@ -297,7 +296,7 @@ SuperClaude install --list-components | grep mcp
**Command Issues:** **Command Issues:**
- **Command not found**: Verify installation: `python3 -m SuperClaude --version` - **Command not found**: Verify installation: `python3 -m SuperClaude --version`
- **No response**: Restart Claude Code session - **No response**: Restart Claude Code session
- **Slow performance**: Use `--no-mcp` to test without MCP servers - **Processing delays**: Use `--no-mcp` to test without MCP servers
**Quick Fixes:** **Quick Fixes:**
- Reset session: `/sc:load` to reinitialize - Reset session: `/sc:load` to reinitialize

View File

@@ -8,7 +8,7 @@ MCP (Model Context Protocol) servers extend Claude Code's capabilities through s
- **What MCP servers are**: External Node.js processes that provide additional tools - **What MCP servers are**: External Node.js processes that provide additional tools
- **What they aren't**: Built-in SuperClaude functionality - **What they aren't**: Built-in SuperClaude functionality
- **How activation works**: Claude reads instructions to use appropriate servers based on context - **How activation works**: Claude reads instructions to use appropriate servers based on context
- **Why they're powerful**: Real tools that extend Claude Code's native capabilities - **What they provide**: Real tools that extend Claude Code's native capabilities
**Core Servers:** **Core Servers:**
- **context7**: Official library documentation and patterns - **context7**: Official library documentation and patterns
@@ -66,7 +66,7 @@ MCP (Model Context Protocol) servers extend Claude Code's capabilities through s
### magic ✨ ### magic ✨
**Purpose**: Modern UI component generation from 21st.dev patterns **Purpose**: Modern UI component generation from 21st.dev patterns
**Triggers**: UI requests, `/ui` commands, component development **Triggers**: UI requests, `/ui` commands, component development
**Requirements**: Node.js 16+, TWENTYFIRST_API_KEY (⚠️ EXPERIMENTAL - verify service exists) **Requirements**: Node.js 16+, TWENTYFIRST_API_KEY ()
```bash ```bash
# Automatic activation # Automatic activation
@@ -94,7 +94,7 @@ export TWENTYFIRST_API_KEY="your_key_here"
### morphllm-fast-apply 🔄 ### morphllm-fast-apply 🔄
**Purpose**: Efficient pattern-based code transformations **Purpose**: Efficient pattern-based code transformations
**Triggers**: Multi-file edits, refactoring, framework migrations **Triggers**: Multi-file edits, refactoring, framework migrations
**Requirements**: Node.js 16+, MORPH_API_KEY (⚠️ EXPERIMENTAL - verify service exists) **Requirements**: Node.js 16+, MORPH_API_KEY
```bash ```bash
# Automatic activation # Automatic activation
@@ -261,7 +261,7 @@ echo 'export MORPH_API_KEY="your_key"' >> ~/.bashrc
**Essential Reading:** **Essential Reading:**
- [Commands Guide](commands.md) - Commands that activate MCP servers - [Commands Guide](commands.md) - Commands that activate MCP servers
- [Quick Start Guide](../Getting-Started/quick-start.md) - First MCP experience - [Quick Start Guide](../Getting-Started/quick-start.md) - MCP setup guide
**Advanced Usage:** **Advanced Usage:**
- [Behavioral Modes](modes.md) - Mode-MCP coordination - [Behavioral Modes](modes.md) - Mode-MCP coordination

View File

@@ -12,7 +12,7 @@ Test modes by using `/sc:` commands - they activate automatically based on task
| **📋 Task Management** | Complex coordination | >3 steps, >2 directories | Phase breakdown, memory persistence | Multi-step operations, project management | | **📋 Task Management** | Complex coordination | >3 steps, >2 directories | Phase breakdown, memory persistence | Multi-step operations, project management |
| **🎯 Orchestration** | Intelligent tool selection | Multi-tool ops, high resource usage | Optimal tool routing, parallel execution | Complex analysis, performance optimization | | **🎯 Orchestration** | Intelligent tool selection | Multi-tool ops, high resource usage | Optimal tool routing, parallel execution | Complex analysis, performance optimization |
| **⚡ Token Efficiency** | Compressed communication | High context usage, `--uc` flag | Symbol systems, estimated 30-50% token reduction | Resource constraints, large operations | | **⚡ Token Efficiency** | Compressed communication | High context usage, `--uc` flag | Symbol systems, estimated 30-50% token reduction | Resource constraints, large operations |
| **🎨 Standard** | Balanced default | Simple tasks, no complexity triggers | Clear professional communication | General development, straightforward tasks |
--- ---
@@ -172,7 +172,7 @@ Task Management Approach:
- **Intelligent Tool Routing**: Selects optimal MCP servers and native tools for each task type - **Intelligent Tool Routing**: Selects optimal MCP servers and native tools for each task type
- **Resource Awareness**: Adapts approach based on system constraints and availability - **Resource Awareness**: Adapts approach based on system constraints and availability
- **Parallel Optimization**: Identifies independent operations for concurrent execution - **Parallel Optimization**: Identifies independent operations for concurrent execution
- **Performance Focus**: Maximizes speed and effectiveness through coordinated tool usage - **Coordination Focus**: Optimizes tool selection and usage through coordinated execution
- **Adaptive Fallback**: Switches tools gracefully when preferred options are unavailable - **Adaptive Fallback**: Switches tools gracefully when preferred options are unavailable
**Example Experience:** **Example Experience:**
@@ -184,7 +184,7 @@ Orchestration Approach:
⚡ Phase 2: Morphllm (pattern edits) + Magic (UI components) ⚡ Phase 2: Morphllm (pattern edits) + Magic (UI components)
🧪 Phase 3: Playwright (testing) + Context7 (documentation patterns) 🧪 Phase 3: Playwright (testing) + Context7 (documentation patterns)
🔄 Parallel execution: 3 tools working simultaneously 🔄 Parallel execution: 3 tools working simultaneously
📈 Efficiency gain: 60% faster than sequential approach" \"
``` ```
**Works Best With:** **Works Best With:**
@@ -209,7 +209,7 @@ Orchestration Approach:
- **Technical Abbreviation**: Context-aware compression for repeated technical terms - **Technical Abbreviation**: Context-aware compression for repeated technical terms
- **Structured Density**: Bullet points, tables, and concise formatting over verbose paragraphs - **Structured Density**: Bullet points, tables, and concise formatting over verbose paragraphs
- **Information Preservation**: Maintains ≥95% information quality despite compression - **Information Preservation**: Maintains ≥95% information quality despite compression
- **Scannable Format**: Optimizes for quick comprehension and task completion - **Structured Format**: Organized for clarity and task completion
**Example Experience:** **Example Experience:**
``` ```
@@ -408,11 +408,11 @@ For troubleshooting help, see:
- [Common Issues](../Reference/common-issues.md) - Quick fixes for frequent problems - [Common Issues](../Reference/common-issues.md) - Quick fixes for frequent problems
- [Troubleshooting Guide](../Reference/troubleshooting.md) - Comprehensive problem resolution - [Troubleshooting Guide](../Reference/troubleshooting.md) - Comprehensive problem resolution
### Common Issues (< 2 minutes) ### Common Issues
- **Mode not activating**: Use manual flags: `--brainstorm`, `--introspect`, `--uc` - **Mode not activating**: Use manual flags: `--brainstorm`, `--introspect`, `--uc`
- **Wrong mode active**: Check complexity triggers and keywords in request - **Wrong mode active**: Check complexity triggers and keywords in request
- **Mode switching unexpectedly**: Normal behavior based on task evolution - **Mode switching unexpectedly**: Normal behavior based on task evolution
- **Performance impact**: Modes optimize performance, shouldn't slow execution - **Execution impact**: Modes optimize tool usage, shouldn't affect execution
- **Mode conflicts**: Check flag priority rules in [Flags Guide](flags.md) - **Mode conflicts**: Check flag priority rules in [Flags Guide](flags.md)
### Immediate Fixes ### Immediate Fixes
@@ -523,7 +523,7 @@ After applying mode fixes, test with:
- **Mode not activating** → Use manual flags: `--brainstorm`, `--introspect`, `--uc` - **Mode not activating** → Use manual flags: `--brainstorm`, `--introspect`, `--uc`
- **Wrong mode active** → Check complexity triggers and keywords in request - **Wrong mode active** → Check complexity triggers and keywords in request
- **Mode switching unexpectedly** → Normal behavior based on task evolution - **Mode switching unexpectedly** → Normal behavior based on task evolution
- **Performance impact** → Modes optimize performance, shouldn't slow execution - **Execution impact** → Modes optimize tool usage, shouldn't affect execution
- **Mode conflicts** → Check flag priority rules in [Flags Guide](flags.md) - **Mode conflicts** → Check flag priority rules in [Flags Guide](flags.md)
## Frequently Asked Questions ## Frequently Asked Questions
@@ -545,8 +545,8 @@ A: Yes, use manual flags to override automatic detection:
/sc:command --uc # Compress output /sc:command --uc # Compress output
``` ```
**Q: Do modes affect performance?** **Q: Do modes affect execution?**
A: Modes enhance performance through optimization: A: Modes optimize tool usage through coordination:
- **Token Efficiency**: 30-50% context reduction - **Token Efficiency**: 30-50% context reduction
- **Orchestration**: Parallel processing - **Orchestration**: Parallel processing
- **Task Management**: Prevents rework through systematic planning - **Task Management**: Prevents rework through systematic planning
@@ -561,7 +561,7 @@ A: Yes, modes are designed to complement each other:
## Summary ## Summary
SuperClaude's 6 behavioral modes create an **intelligent adaptation system** that matches your needs automatically: SuperClaude's 5 behavioral modes create an **intelligent adaptation system** that matches your needs automatically:
- **🧠 Brainstorming**: Transforms vague ideas into clear requirements - **🧠 Brainstorming**: Transforms vague ideas into clear requirements
- **🔍 Introspection**: Provides transparent reasoning for learning and debugging - **🔍 Introspection**: Provides transparent reasoning for learning and debugging
@@ -579,7 +579,7 @@ SuperClaude's 6 behavioral modes create an **intelligent adaptation system** tha
**Learning Progression:** **Learning Progression:**
**🌱 Essential (Week 1)** **🌱 Essential (Week 1)**
- [Quick Start Guide](../Getting-Started/quick-start.md) - Experience modes naturally - [Quick Start Guide](../Getting-Started/quick-start.md) - Mode activation examples
- [Commands Reference](commands.md) - Commands automatically activate modes - [Commands Reference](commands.md) - Commands automatically activate modes
- [Installation Guide](../Getting-Started/installation.md) - Set up behavioral modes - [Installation Guide](../Getting-Started/installation.md) - Set up behavioral modes
@@ -591,7 +591,7 @@ SuperClaude's 6 behavioral modes create an **intelligent adaptation system** tha
**🌲 Advanced (Month 2+)** **🌲 Advanced (Month 2+)**
- [MCP Servers](mcp-servers.md) - Mode integration with enhanced capabilities - [MCP Servers](mcp-servers.md) - Mode integration with enhanced capabilities
- [Session Management](session-management.md) - Task Management mode workflows - [Session Management](session-management.md) - Task Management mode workflows
- [Getting Started](../Getting-Started/quick-start.md) - Mode optimization strategies - [Getting Started](../Getting-Started/quick-start.md) - Mode usage patterns
**🔧 Expert** **🔧 Expert**
- [Technical Architecture](../Developer-Guide/technical-architecture.md) - Mode implementation details - [Technical Architecture](../Developer-Guide/technical-architecture.md) - Mode implementation details