2025-06-25 16:51:53 +02:00
|
|
|
**Purpose**: Technical documentation and knowledge transfer
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2025-06-24 22:46:52 +02:00
|
|
|
@include shared/universal-constants.yml#Universal_Legend
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
## Command Execution
|
|
|
|
|
Execute: immediate. --plan→show plan first
|
|
|
|
|
Legend: Generated based on symbols used in command
|
|
|
|
|
Purpose: "[Action][Subject] in $ARGUMENTS"
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
Provide comprehensive explanations of concepts, code, or systems specified in $ARGUMENTS.
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-24 22:46:52 +02:00
|
|
|
@include shared/flag-inheritance.yml#Universal_Always
|
|
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
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
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
Explanation modes:
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
**--depth:** Explanation depth level
|
|
|
|
|
- beginner: Basic concepts, simple language | intermediate: Standard technical depth
|
|
|
|
|
- advanced: Deep technical details | expert: Cutting-edge & internals
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
**--style:** Explanation style
|
|
|
|
|
- tutorial: Step-by-step learning | reference: Quick lookup format
|
|
|
|
|
- conversational: Natural dialogue | academic: Formal & thorough
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
**--visual:** Include visual aids
|
|
|
|
|
- Diagrams & flowcharts | Code examples w/ annotations
|
|
|
|
|
- Architecture visualizations | Sequence diagrams for flows
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
@include shared/research-patterns.yml#Explanation_Methodology
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
@include shared/docs-patterns.yml#Standard_Notifications
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
@include shared/universal-constants.yml#Standard_Messages_Templates
|