feat: SuperClaude Core files v3.0 reality refresh

Complete alignment of Core documentation with actual v3.0 implementation:

 COMMANDS.md - Remove 5 phantom commands (/dev-setup, /review, /scan, /deploy, /migrate)
 COMMANDS.md - Fix count from 21→16 commands, update wave commands 9→6
 ORCHESTRATOR.md - Remove 4 broken Scripts/orchestrator_implementation.py references
 ORCHESTRATOR.md - Update wave tiers to match actual commands
 FLAGS.md - Realistic token reduction claims (60-80% → 30-50%)
 FLAGS.md - Remove enterprise-waves references
 MCP.md - Remove phantom command references from integration lists
 PERSONAS.md - Remove all phantom command references from optimized commands
 MODES.md - Update performance metrics to realistic targets
 All files - Verified consistency across 16 actual commands and 6 wave-enabled

Core files now accurately reflect SuperClaude v3.0 capabilities rather than
aspirational v4 features, improving user expectations and framework credibility.

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
NomenAK
2025-07-14 20:51:44 +02:00
parent d04beca008
commit f975070946
6 changed files with 18 additions and 76 deletions

View File

@@ -39,8 +39,8 @@ performance-profile: "optimization|standard|complex"
**Wave Orchestration Engine**: Multi-stage command execution with compound intelligence. Auto-activates on complexity ≥0.7 + files >20 + operation_types >2. **Wave Orchestration Engine**: Multi-stage command execution with compound intelligence. Auto-activates on complexity ≥0.7 + files >20 + operation_types >2.
**Wave-Enabled Commands**: **Wave-Enabled Commands**:
- **Tier 1**: `/analyze`, `/improve`, `/build`, `/scan`, `/review` - **Tier 1**: `/analyze`, `/build`, `/implement`, `/improve`
- **Tier 2**: `/design`, `/troubleshoot`, `/task` - **Tier 2**: `/design`, `/task`
### Development Commands ### Development Commands
@@ -74,12 +74,6 @@ performance-profile: "standard"
- **Tool Orchestration**: [Read, Write, Edit, MultiEdit, Bash, Glob, TodoWrite, Task] - **Tool Orchestration**: [Read, Write, Edit, MultiEdit, Bash, Glob, TodoWrite, Task]
- **Arguments**: `[feature-description]`, `--type component|api|service|feature`, `--framework <name>`, `--<flags>` - **Arguments**: `[feature-description]`, `--type component|api|service|feature`, `--framework <name>`, `--<flags>`
**`/dev-setup $ARGUMENTS`**
- **Purpose**: Development environment configuration
- **Category**: Development & Infrastructure
- **Auto-Persona**: DevOps, Backend
- **MCP Integration**: Context7, Sequential
- **Workflow**: Detect requirements → Configure environment → Setup tooling → Validate
### Analysis Commands ### Analysis Commands
@@ -102,20 +96,6 @@ performance-profile: "complex"
**`/explain [topic] [flags]`** - Educational explanations | Auto-Persona: Mentor, Scribe | MCP: Context7, Sequential **`/explain [topic] [flags]`** - Educational explanations | Auto-Persona: Mentor, Scribe | MCP: Context7, Sequential
**`/review [target] [flags]`**
```yaml
---
command: "/review"
category: "Analysis & Quality Assurance"
purpose: "Comprehensive code review and quality analysis"
wave-enabled: true
performance-profile: "complex"
---
```
- **Auto-Persona**: QA, Analyzer, Architect
- **MCP Integration**: Context7 (standards), Sequential (methodology), Magic (UI review)
- **Tool Orchestration**: [Read, Grep, Glob, TodoWrite]
- **Arguments**: `[target]`, `@<path>`, `!<command>`, `--<flags>`
### Quality Commands ### Quality Commands
@@ -134,20 +114,6 @@ performance-profile: "optimization"
- **Tool Orchestration**: [Read, Grep, Glob, Edit, MultiEdit, Bash] - **Tool Orchestration**: [Read, Grep, Glob, Edit, MultiEdit, Bash]
- **Arguments**: `[target]`, `@<path>`, `!<command>`, `--<flags>` - **Arguments**: `[target]`, `@<path>`, `!<command>`, `--<flags>`
**`/scan [target] [flags]`**
```yaml
---
command: "/scan"
category: "Quality & Security"
purpose: "Security and code quality scanning"
wave-enabled: true
performance-profile: "complex"
---
```
- **Auto-Persona**: Security, QA, Analyzer
- **MCP Integration**: Sequential (scanning), Context7 (patterns), Playwright (dynamic testing)
- **Tool Orchestration**: [Read, Grep, Glob, Bash, TodoWrite]
- **Arguments**: `[target]`, `@<path>`, `!<command>`, `--<flags>`
**`/cleanup [target] [flags]`** - Project cleanup and technical debt reduction | Auto-Persona: Refactorer | MCP: Sequential **`/cleanup [target] [flags]`** - Project cleanup and technical debt reduction | Auto-Persona: Refactorer | MCP: Sequential
@@ -161,12 +127,8 @@ performance-profile: "complex"
**`/test [type] [flags]`** - Testing workflows | Auto-Persona: QA | MCP: Playwright, Sequential **`/test [type] [flags]`** - Testing workflows | Auto-Persona: QA | MCP: Playwright, Sequential
**`/deploy [environment] [flags]`** - Deployment operations | Auto-Persona: DevOps, Backend | MCP: Playwright, Sequential
**`/git [operation] [flags]`** - Git workflow assistant | Auto-Persona: DevOps, Scribe, QA | MCP: Sequential **`/git [operation] [flags]`** - Git workflow assistant | Auto-Persona: DevOps, Scribe, QA | MCP: Sequential
**`/migrate [type] [flags]`** - Migration management | Auto-Persona: Backend, DevOps | MCP: Sequential, Context7
**`/design [domain] [flags]`** - Design orchestration | Auto-Persona: Architect, Frontend | MCP: Magic, Sequential, Context7 **`/design [domain] [flags]`** - Design orchestration | Auto-Persona: Architect, Frontend | MCP: Magic, Sequential, Context7
### Meta & Orchestration Commands ### Meta & Orchestration Commands
@@ -189,17 +151,15 @@ complex: "Resource-intensive with comprehensive analysis"
``` ```
### Command Categories ### Command Categories
- **Development**: build, implement, dev-setup, design - **Development**: build, implement, design
- **Analysis**: analyze, troubleshoot, explain, review - **Analysis**: analyze, troubleshoot, explain
- **Quality**: improve, scan, cleanup - **Quality**: improve, cleanup
- **Testing**: test - **Testing**: test
- **Documentation**: document - **Documentation**: document
- **Planning**: estimate, task - **Planning**: estimate, task
- **Deployment**: deploy
- **Version-Control**: git - **Version-Control**: git
- **Data-Operations**: migrate, load - **Meta**: index, load, spawn
- **Meta**: index, loop, spawn
### Wave-Enabled Commands ### Wave-Enabled Commands
9 commands: `/analyze`, `/build`, `/design`, `/implement`, `/improve`, `/review`, `/scan`, `/task` 6 commands: `/analyze`, `/build`, `/design`, `/implement`, `/improve`, `/task`

View File

@@ -34,12 +34,12 @@ Flag system for Claude Code SuperClaude framework with auto-activation and confl
- Critical system redesign analysis (~32K tokens) - Critical system redesign analysis (~32K tokens)
- Maximum depth analysis for complex problems - Maximum depth analysis for complex problems
- Auto-activates: Legacy modernization, critical vulnerabilities, performance degradation >50% - Auto-activates: Legacy modernization, critical vulnerabilities, performance degradation >50%
- Auto-enables `--seq --c7 --all-mcp` and suggests `--enterprise-waves` - Auto-enables `--seq --c7 --all-mcp` for comprehensive analysis
## Compression & Efficiency Flags ## Compression & Efficiency Flags
**`--uc` / `--ultracompressed`** **`--uc` / `--ultracompressed`**
- 60-80% token reduction using symbols and structured output - 30-50% token reduction using symbols and structured output
- Auto-activates: Context usage >75% or large-scale operations - Auto-activates: Context usage >75% or large-scale operations
- Auto-generated symbol legend, maintains technical accuracy - Auto-generated symbol legend, maintains technical accuracy

View File

@@ -31,7 +31,7 @@ MCP (Model Context Protocol) server integration and orchestration system for Cla
6. Validation: Verify implementation against official documentation 6. Validation: Verify implementation against official documentation
7. Caching: Store successful patterns for session reuse 7. Caching: Store successful patterns for session reuse
**Integration Commands**: `/build`, `/analyze`, `/improve`, `/review`, `/design`, `/dev-setup`, `/document`, `/explain`, `/git` **Integration Commands**: `/build`, `/analyze`, `/improve`, `/design`, `/document`, `/explain`, `/git`
**Error Recovery**: **Error Recovery**:
- Library not found → WebSearch for alternatives → Manual implementation - Library not found → WebSearch for alternatives → Manual implementation

View File

@@ -304,7 +304,7 @@ Meta-cognitive analysis mode that enables Claude Code to step outside normal ope
- **Cross-Server**: Coordinated caching strategies and compression optimization - **Cross-Server**: Coordinated caching strategies and compression optimization
### Performance Metrics ### Performance Metrics
- **Target**: 30-50% realistic token reduction (vs. claimed 60-80%) - **Target**: 30-50% token reduction with quality preservation
- **Quality**: ≥95% information preservation score - **Quality**: ≥95% information preservation score
- **Speed**: <100ms compression decision and application time - **Speed**: <100ms compression decision and application time
- **Integration**: Seamless SuperClaude framework compliance - **Integration**: Seamless SuperClaude framework compliance

View File

@@ -28,8 +28,6 @@ Analyzes requests to understand intent, complexity, and requirements.
**Validation Logic**: Resource availability, flag compatibility, risk assessment, outcome prediction, and safety recommendations. Operations with risk scores >0.8 trigger safe mode suggestions. **Validation Logic**: Resource availability, flag compatibility, risk assessment, outcome prediction, and safety recommendations. Operations with risk scores >0.8 trigger safe mode suggestions.
*Implementation: See `Scripts/orchestrator_implementation.py` - `validate_operation()`*
**Resource Management Thresholds**: **Resource Management Thresholds**:
- **Green Zone** (0-60%): Full operations, predictive monitoring active - **Green Zone** (0-60%): Full operations, predictive monitoring active
- **Yellow Zone** (60-75%): Resource optimization, caching, suggest --uc mode - **Yellow Zone** (60-75%): Resource optimization, caching, suggest --uc mode
@@ -166,8 +164,6 @@ wave_operations:
- **Thresholds**: Default 0.7, customizable via `--wave-threshold`, enterprise strategy lowers file thresholds - **Thresholds**: Default 0.7, customizable via `--wave-threshold`, enterprise strategy lowers file thresholds
- **Decision Logic**: Sum all indicators, trigger waves when total ≥ threshold - **Decision Logic**: Sum all indicators, trigger waves when total ≥ threshold
*Implementation: See `Scripts/orchestrator_implementation.py` - `detect_wave_eligibility()`*
## 🚦 Routing Intelligence ## 🚦 Routing Intelligence
Dynamic decision trees that map detected patterns to optimal tool combinations, persona activation, and orchestration strategies. Dynamic decision trees that map detected patterns to optimal tool combinations, persona activation, and orchestration strategies.
@@ -189,8 +185,8 @@ wave-strategies:
``` ```
**Wave-Enabled Commands**: **Wave-Enabled Commands**:
- **Tier 1**: `/analyze`, `/improve`, `/build`, `/scan`, `/review` - **Tier 1**: `/analyze`, `/build`, `/implement`, `/improve`
- **Tier 2**: `/design`, `/troubleshoot`, `/task` - **Tier 2**: `/design`, `/task`
### Master Routing Table ### Master Routing Table
@@ -235,8 +231,6 @@ wave-strategies:
- High complexity + critical quality → `--wave-mode --wave-validation` - High complexity + critical quality → `--wave-mode --wave-validation`
- Multiple operation types → `--wave-mode --adaptive-waves` - Multiple operation types → `--wave-mode --adaptive-waves`
*Implementation: See `Scripts/orchestrator_implementation.py` - `select_tools()`*
#### Task Delegation Intelligence #### Task Delegation Intelligence
**Sub-Agent Delegation Decision Matrix**: **Sub-Agent Delegation Decision Matrix**:
@@ -270,8 +264,6 @@ wave-strategies:
- **Enterprise Scale**: `enterprise_waves` - **Enterprise Scale**: `enterprise_waves`
- **Default**: `systematic_waves` - **Default**: `systematic_waves`
*Implementation: See `Scripts/orchestrator_implementation.py` - delegation & wave evaluation functions*
**Auto-Delegation Triggers**: **Auto-Delegation Triggers**:
```yaml ```yaml
directory_threshold: directory_threshold:

View File

@@ -129,9 +129,7 @@ Persona system provides specialized AI behavior patterns optimized for specific
**Optimized Commands**: **Optimized Commands**:
- `/build --api` - API design and backend build optimization - `/build --api` - API design and backend build optimization
- `/deploy` - Reliability and monitoring in deployment - `/git` - Version control and deployment workflows
- `/scan --security` - Backend security and vulnerability assessment
- `/migrate` - Database and system migrations with data integrity
**Auto-Activation Triggers**: **Auto-Activation Triggers**:
- Keywords: "API", "database", "service", "reliability" - Keywords: "API", "database", "service", "reliability"
@@ -169,7 +167,6 @@ Persona system provides specialized AI behavior patterns optimized for specific
- `/analyze` - Systematic, evidence-based analysis - `/analyze` - Systematic, evidence-based analysis
- `/troubleshoot` - Root cause identification - `/troubleshoot` - Root cause identification
- `/explain --detailed` - Comprehensive explanations with evidence - `/explain --detailed` - Comprehensive explanations with evidence
- `/review` - Systematic quality and pattern analysis
**Auto-Activation Triggers**: **Auto-Activation Triggers**:
- Keywords: "analyze", "investigate", "root cause" - Keywords: "analyze", "investigate", "root cause"
@@ -204,10 +201,8 @@ Persona system provides specialized AI behavior patterns optimized for specific
- **Avoided**: Magic - UI generation doesn't align with security analysis - **Avoided**: Magic - UI generation doesn't align with security analysis
**Optimized Commands**: **Optimized Commands**:
- `/scan --security` - Comprehensive vulnerability and compliance scanning
- `/improve --security` - Security hardening and vulnerability remediation
- `/analyze --focus security` - Security-focused system analysis - `/analyze --focus security` - Security-focused system analysis
- `/review` - Security code review and architecture assessment - `/improve --security` - Security hardening and vulnerability remediation
**Auto-Activation Triggers**: **Auto-Activation Triggers**:
- Keywords: "vulnerability", "threat", "compliance" - Keywords: "vulnerability", "threat", "compliance"
@@ -283,7 +278,6 @@ Persona system provides specialized AI behavior patterns optimized for specific
- `/improve --quality` - Code quality and maintainability - `/improve --quality` - Code quality and maintainability
- `/cleanup` - Systematic technical debt reduction - `/cleanup` - Systematic technical debt reduction
- `/analyze --quality` - Code quality assessment and improvement planning - `/analyze --quality` - Code quality assessment and improvement planning
- `/review` - Quality-focused code review
**Auto-Activation Triggers**: **Auto-Activation Triggers**:
- Keywords: "refactor", "cleanup", "technical debt" - Keywords: "refactor", "cleanup", "technical debt"
@@ -321,7 +315,6 @@ Persona system provides specialized AI behavior patterns optimized for specific
- `/improve --perf` - Performance optimization with metrics validation - `/improve --perf` - Performance optimization with metrics validation
- `/analyze --focus performance` - Performance bottleneck identification - `/analyze --focus performance` - Performance bottleneck identification
- `/test --benchmark` - Performance testing and validation - `/test --benchmark` - Performance testing and validation
- `/review` - Performance-focused code review
**Auto-Activation Triggers**: **Auto-Activation Triggers**:
- Keywords: "optimize", "performance", "bottleneck" - Keywords: "optimize", "performance", "bottleneck"
@@ -357,9 +350,8 @@ Persona system provides specialized AI behavior patterns optimized for specific
**Optimized Commands**: **Optimized Commands**:
- `/test` - Comprehensive testing strategy and implementation - `/test` - Comprehensive testing strategy and implementation
- `/scan --quality` - Quality assessment and improvement
- `/troubleshoot` - Quality issue investigation and resolution - `/troubleshoot` - Quality issue investigation and resolution
- `/review` - Quality-focused code and system review - `/analyze --focus quality` - Quality assessment and improvement
**Auto-Activation Triggers**: **Auto-Activation Triggers**:
- Keywords: "test", "quality", "validation" - Keywords: "test", "quality", "validation"
@@ -394,10 +386,8 @@ Persona system provides specialized AI behavior patterns optimized for specific
- **Avoided**: Magic - UI generation doesn't align with infrastructure focus - **Avoided**: Magic - UI generation doesn't align with infrastructure focus
**Optimized Commands**: **Optimized Commands**:
- `/deploy` - Comprehensive deployment automation and validation - `/git` - Version control workflows and deployment coordination
- `/dev-setup` - Development environment automation - `/analyze --focus infrastructure` - Infrastructure analysis and optimization
- `/scan --security` - Infrastructure security and compliance
- `/migrate` - Infrastructure and system migration management
**Auto-Activation Triggers**: **Auto-Activation Triggers**:
- Keywords: "deploy", "infrastructure", "automation" - Keywords: "deploy", "infrastructure", "automation"