mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
docs: comprehensive documentation update and command system enhancement
- Update all command documentation with improved clarity and examples - Enhance user guides with simplified activation patterns - Improve installation and setup documentation - Refine command system implementation in setup components - Update changelog with recent improvements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -3,14 +3,14 @@ allowed-tools: [Read, Grep, Glob, Bash, TodoWrite]
|
||||
description: "Analyze code quality, security, performance, and architecture"
|
||||
---
|
||||
|
||||
# /analyze - Code Analysis
|
||||
# /sc:analyze - Code Analysis
|
||||
|
||||
## Purpose
|
||||
Execute comprehensive code analysis across quality, security, performance, and architecture domains.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/analyze [target] [--focus quality|security|performance|architecture] [--depth quick|deep]
|
||||
/sc:analyze [target] [--focus quality|security|performance|architecture] [--depth quick|deep]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
@@ -3,14 +3,14 @@ allowed-tools: [Read, Bash, Glob, TodoWrite, Edit]
|
||||
description: "Build, compile, and package projects with error handling and optimization"
|
||||
---
|
||||
|
||||
# /build - Project Building
|
||||
# /sc:build - Project Building
|
||||
|
||||
## Purpose
|
||||
Build, compile, and package projects with comprehensive error handling and optimization.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/build [target] [--type dev|prod|test] [--clean] [--optimize]
|
||||
/sc:build [target] [--type dev|prod|test] [--clean] [--optimize]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
@@ -3,14 +3,14 @@ allowed-tools: [Read, Grep, Glob, Bash, Edit, MultiEdit]
|
||||
description: "Clean up code, remove dead code, and optimize project structure"
|
||||
---
|
||||
|
||||
# /cleanup - Code and Project Cleanup
|
||||
# /sc:cleanup - Code and Project Cleanup
|
||||
|
||||
## Purpose
|
||||
Systematically clean up code, remove dead code, optimize imports, and improve project structure.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/cleanup [target] [--type code|imports|files|all] [--safe|--aggressive]
|
||||
/sc:cleanup [target] [--type code|imports|files|all] [--safe|--aggressive]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
@@ -3,14 +3,14 @@ allowed-tools: [Read, Grep, Glob, Write, Edit, TodoWrite]
|
||||
description: "Design system architecture, APIs, and component interfaces"
|
||||
---
|
||||
|
||||
# /design - System and Component Design
|
||||
# /sc:design - System and Component Design
|
||||
|
||||
## Purpose
|
||||
Design system architecture, APIs, component interfaces, and technical specifications.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/design [target] [--type architecture|api|component|database] [--format diagram|spec|code]
|
||||
/sc:design [target] [--type architecture|api|component|database] [--format diagram|spec|code]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
@@ -3,14 +3,14 @@ allowed-tools: [Read, Grep, Glob, Write, Edit]
|
||||
description: "Create focused documentation for specific components or features"
|
||||
---
|
||||
|
||||
# /document - Focused Documentation
|
||||
# /sc:document - Focused Documentation
|
||||
|
||||
## Purpose
|
||||
Generate precise, focused documentation for specific components, functions, or features.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/document [target] [--type inline|external|api|guide] [--style brief|detailed]
|
||||
/sc:document [target] [--type inline|external|api|guide] [--style brief|detailed]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
@@ -3,14 +3,14 @@ allowed-tools: [Read, Grep, Glob, Bash]
|
||||
description: "Provide development estimates for tasks, features, or projects"
|
||||
---
|
||||
|
||||
# /estimate - Development Estimation
|
||||
# /sc:estimate - Development Estimation
|
||||
|
||||
## Purpose
|
||||
Generate accurate development estimates for tasks, features, or projects based on complexity analysis.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/estimate [target] [--type time|effort|complexity|cost] [--unit hours|days|weeks]
|
||||
/sc:estimate [target] [--type time|effort|complexity|cost] [--unit hours|days|weeks]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
@@ -3,14 +3,14 @@ allowed-tools: [Read, Grep, Glob, Bash]
|
||||
description: "Provide clear explanations of code, concepts, or system behavior"
|
||||
---
|
||||
|
||||
# /explain - Code and Concept Explanation
|
||||
# /sc:explain - Code and Concept Explanation
|
||||
|
||||
## Purpose
|
||||
Deliver clear, comprehensive explanations of code functionality, concepts, or system behavior.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/explain [target] [--level basic|intermediate|advanced] [--format text|diagram|examples]
|
||||
/sc:explain [target] [--level basic|intermediate|advanced] [--format text|diagram|examples]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
@@ -3,14 +3,14 @@ allowed-tools: [Bash, Read, Glob, TodoWrite, Edit]
|
||||
description: "Git operations with intelligent commit messages and branch management"
|
||||
---
|
||||
|
||||
# /git - Git Operations
|
||||
# /sc:git - Git Operations
|
||||
|
||||
## Purpose
|
||||
Execute Git operations with intelligent commit messages, branch management, and workflow optimization.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/git [operation] [args] [--smart-commit] [--branch-strategy]
|
||||
/sc:git [operation] [args] [--smart-commit] [--branch-strategy]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
@@ -3,14 +3,14 @@ allowed-tools: [Read, Grep, Glob, Edit, MultiEdit, TodoWrite]
|
||||
description: "Apply systematic improvements to code quality, performance, and maintainability"
|
||||
---
|
||||
|
||||
# /improve - Code Improvement
|
||||
# /sc:improve - Code Improvement
|
||||
|
||||
## Purpose
|
||||
Apply systematic improvements to code quality, performance, maintainability, and best practices.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/improve [target] [--type quality|performance|maintainability|style] [--safe]
|
||||
/sc:improve [target] [--type quality|performance|maintainability|style] [--safe]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
@@ -3,14 +3,14 @@ allowed-tools: [Read, Grep, Glob, Bash, Write]
|
||||
description: "Generate comprehensive project documentation and knowledge base"
|
||||
---
|
||||
|
||||
# /index - Project Documentation
|
||||
# /sc:index - Project Documentation
|
||||
|
||||
## Purpose
|
||||
Create and maintain comprehensive project documentation, indexes, and knowledge bases.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/index [target] [--type docs|api|structure|readme] [--format md|json|yaml]
|
||||
/sc:index [target] [--type docs|api|structure|readme] [--format md|json|yaml]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
@@ -3,14 +3,14 @@ allowed-tools: [Read, Grep, Glob, Bash, Write]
|
||||
description: "Load and analyze project context, configurations, and dependencies"
|
||||
---
|
||||
|
||||
# /load - Project Context Loading
|
||||
# /sc:load - Project Context Loading
|
||||
|
||||
## Purpose
|
||||
Load and analyze project context, configurations, dependencies, and environment setup.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/load [target] [--type project|config|deps|env] [--cache]
|
||||
/sc:load [target] [--type project|config|deps|env] [--cache]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
@@ -3,14 +3,14 @@ allowed-tools: [Read, Grep, Glob, Bash, TodoWrite, Edit, MultiEdit, Write]
|
||||
description: "Break complex tasks into coordinated subtasks with efficient execution"
|
||||
---
|
||||
|
||||
# /spawn - Task Orchestration
|
||||
# /sc:spawn - Task Orchestration
|
||||
|
||||
## Purpose
|
||||
Decompose complex requests into manageable subtasks and coordinate their execution.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/spawn [task] [--sequential|--parallel] [--validate]
|
||||
/sc:spawn [task] [--sequential|--parallel] [--validate]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
@@ -8,14 +8,14 @@ personas: [architect, analyzer, project-manager]
|
||||
mcp-servers: [sequential, context7]
|
||||
---
|
||||
|
||||
# /task - Enhanced Task Management
|
||||
# /sc:task - Enhanced Task Management
|
||||
|
||||
## Purpose
|
||||
Execute complex tasks with intelligent workflow management, cross-session persistence, hierarchical task organization, and advanced orchestration capabilities.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/task [action] [target] [--strategy systematic|agile|enterprise] [--persist] [--hierarchy] [--delegate]
|
||||
/sc:task [action] [target] [--strategy systematic|agile|enterprise] [--persist] [--hierarchy] [--delegate]
|
||||
```
|
||||
|
||||
## Actions
|
||||
@@ -124,22 +124,22 @@ Execute complex tasks with intelligent workflow management, cross-session persis
|
||||
|
||||
### Create Project-Level Task Hierarchy
|
||||
```
|
||||
/task create "Implement user authentication system" --hierarchy --persist --strategy systematic
|
||||
/sc:task create "Implement user authentication system" --hierarchy --persist --strategy systematic
|
||||
```
|
||||
|
||||
### Execute with Multi-Agent Delegation
|
||||
```
|
||||
/task execute AUTH-001 --delegate --wave-mode --validate
|
||||
/sc:task execute AUTH-001 --delegate --wave-mode --validate
|
||||
```
|
||||
|
||||
### Analytics and Optimization
|
||||
```
|
||||
/task analytics --project AUTH --optimization-recommendations
|
||||
/sc:task analytics --project AUTH --optimization-recommendations
|
||||
```
|
||||
|
||||
### Cross-Session Task Management
|
||||
```
|
||||
/task status --all-sessions --detailed-breakdown
|
||||
/sc:task status --all-sessions --detailed-breakdown
|
||||
```
|
||||
|
||||
## Claude Code Integration
|
||||
|
||||
@@ -3,14 +3,14 @@ allowed-tools: [Read, Bash, Glob, TodoWrite, Edit, Write]
|
||||
description: "Execute tests, generate test reports, and maintain test coverage"
|
||||
---
|
||||
|
||||
# /test - Testing and Quality Assurance
|
||||
# /sc:test - Testing and Quality Assurance
|
||||
|
||||
## Purpose
|
||||
Execute tests, generate comprehensive test reports, and maintain test coverage standards.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/test [target] [--type unit|integration|e2e|all] [--coverage] [--watch]
|
||||
/sc:test [target] [--type unit|integration|e2e|all] [--coverage] [--watch]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
@@ -3,14 +3,14 @@ allowed-tools: [Read, Grep, Glob, Bash, TodoWrite]
|
||||
description: "Diagnose and resolve issues in code, builds, or system behavior"
|
||||
---
|
||||
|
||||
# /troubleshoot - Issue Diagnosis and Resolution
|
||||
# /sc:troubleshoot - Issue Diagnosis and Resolution
|
||||
|
||||
## Purpose
|
||||
Systematically diagnose and resolve issues in code, builds, deployments, or system behavior.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/troubleshoot [issue] [--type bug|build|performance|deployment] [--trace]
|
||||
/sc:troubleshoot [issue] [--type bug|build|performance|deployment] [--trace]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
Reference in New Issue
Block a user