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:
NomenAK
2025-07-14 18:34:01 +02:00
parent e6bd45ed87
commit 90716ab7b8
23 changed files with 769 additions and 635 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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