refactor: Standardize @include reference system across all command files

- Fix @include references to use underscore format (Universal_Legend, Standard_Messages_Templates)
- Add missing ultracompressed.yml shared pattern file
- Update broken reference paths in all 18 command files
- Ensure consistent template naming across command system
- Optimize command file structure with standardized includes

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
NomenAK
2025-06-25 00:21:27 +02:00
parent 219ff3905a
commit 23a103d5dc
36 changed files with 3139 additions and 1375 deletions

View File

@@ -362,5 +362,107 @@ Example:
Result: "<before>ms → <after>ms (<delta>% faster)"
```
## Explanation Methodology
```yaml
Explanation_Methodology:
Explanation_Structure:
Overview_Section:
What: "Clear definition of concept/topic"
Why: "Why it matters & when to use"
Context: "Where it fits in larger picture"
Core_Concepts:
Building_Blocks: "Fundamental components"
Key_Principles: "Governing rules & patterns"
Relationships: "How components interact"
Deep_Dive:
How_It_Works: "Step-by-step mechanics"
Implementation_Details: "Practical implementation"
Edge_Cases: "Limitations & special scenarios"
Practical_Examples:
Basic_Example: "Simple, clear illustration"
Real_World_Usage: "Production scenarios"
Code_Samples: "Working implementations"
Common_Pitfalls:
Gotchas: "Frequent misunderstandings"
Anti_Patterns: "What not to do"
Debugging_Tips: "How to troubleshoot"
Further_Learning:
Next_Steps: "Natural progression path"
Related_Concepts: "Connected topics"
Resources: "Documentation & tutorials"
Depth_Level_Guidelines:
Beginner:
Language: "Simple, non-technical terms"
Examples: "Relatable analogies"
Scope: "Core concepts only"
Format: "Step-by-step tutorials"
Intermediate:
Language: "Standard technical terminology"
Examples: "Practical use cases"
Scope: "Common patterns & variations"
Format: "Balanced explanation & examples"
Advanced:
Language: "Precise technical language"
Examples: "Complex scenarios"
Scope: "Edge cases & optimizations"
Format: "In-depth analysis"
Expert:
Language: "Domain-specific terminology"
Examples: "Cutting-edge applications"
Scope: "Implementation internals"
Format: "Research-level depth"
Explanation_Techniques:
Analogies:
Purpose: "Make complex concepts accessible"
Guidelines: "Use familiar domains"
Examples: "Network protocols as postal system"
Progressive_Complexity:
Start: "Simple foundation"
Build: "Layer complexity gradually"
Connect: "Link new to previous concepts"
Visual_Aids:
Diagrams: "System architecture & relationships"
Flowcharts: "Process flows & decision trees"
Code_Annotation: "Inline explanations"
Sequence_Diagrams: "Interaction patterns"
Interactive_Elements:
Examples: "Runnable code samples"
Exercises: "Hands-on practice"
Thought_Experiments: "Conceptual exploration"
Quality_Standards:
Clarity_Metrics:
Terminology: "Define before use"
Consistency: "Same terms throughout"
Context: "Sufficient background"
Summary: "Key points recap"
Engagement_Patterns:
Hook: "Start with compelling reason"
Examples: "Concrete before abstract"
Questions: "Address common queries"
Practice: "Apply knowledge immediately"
Accuracy_Requirements:
Facts: "Verify technical details"
Examples: "Test code samples"
Sources: "Cite authoritative references"
Updates: "Keep current with changes"
```
---
*Research Flow Templates v4.0.0 - Ensuring evidence-based professional implementations with consolidated research and evidence patterns*