mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
- Migrate all command files to use @include reference system - Consolidate shared patterns into new yml structure - Create central superclaude shared configuration files - Remove deprecated markdown files (MCP.md, PERSONAS.md, RULES.md) - Add new documentation structure in docs/ - Update installation script for new architecture - Add ROADMAP.md and VERSION files This completes the major architectural refactor to improve maintainability and reduce duplication across the SuperClaude command system. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
39 lines
1.4 KiB
Markdown
39 lines
1.4 KiB
Markdown
**Purpose**: Technical documentation and knowledge transfer
|
|
|
|
---
|
|
|
|
@include shared/universal-constants.yml#Universal_Legend
|
|
|
|
## Command Execution
|
|
Execute: immediate. --plan→show plan first
|
|
Legend: Generated based on symbols used in command
|
|
Purpose: "[Action][Subject] in $ARGUMENTS"
|
|
|
|
Provide comprehensive explanations of concepts, code, or systems specified in $ARGUMENTS.
|
|
|
|
@include shared/flag-inheritance.yml#Universal_Always
|
|
|
|
Examples:
|
|
- `/explain --depth beginner --style tutorial "React hooks"` - Explain React hooks for beginners
|
|
- `/explain --depth advanced --visual "B-tree indexes"` - Deep dive into database indexing
|
|
- `/explain --depth expert --think "quicksort optimization"` - Algorithm explanation w/ complexity
|
|
|
|
Explanation modes:
|
|
|
|
**--depth:** Explanation depth level
|
|
- beginner: Basic concepts, simple language | intermediate: Standard technical depth
|
|
- advanced: Deep technical details | expert: Cutting-edge & internals
|
|
|
|
**--style:** Explanation style
|
|
- tutorial: Step-by-step learning | reference: Quick lookup format
|
|
- conversational: Natural dialogue | academic: Formal & thorough
|
|
|
|
**--visual:** Include visual aids
|
|
- Diagrams & flowcharts | Code examples w/ annotations
|
|
- Architecture visualizations | Sequence diagrams for flows
|
|
|
|
@include shared/research-patterns.yml#Explanation_Methodology
|
|
|
|
@include shared/docs-patterns.yml#Standard_Notifications
|
|
|
|
@include shared/universal-constants.yml#Standard_Messages_Templates |