mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Update all command files to use optimized template system
- Migrated 18 command files to use @include references - Replaced custom legend sections with shared constants - Standardized flag descriptions and report outputs - Eliminated redundant content across commands - Improved consistency and maintainability Part of the 35% token reduction optimization. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
## Legend
|
||||
| Symbol | Meaning | | Abbrev | Meaning |
|
||||
|--------|---------|---|--------|---------|
|
||||
| → | leads to | | anlz | analyze |
|
||||
| & | and/with | | perf | performance |
|
||||
| w/ | with | | arch | architecture |
|
||||
@include shared/constants.yml#Process_Symbols
|
||||
|
||||
@include shared/command-templates.yml#Command_Header
|
||||
|
||||
Multi-dimensional analysis on code, arch, or problem in $ARGUMENTS.
|
||||
|
||||
@include shared/command-templates.yml#Universal_Flags
|
||||
@see shared/thinking-modes.yml ∀ thinking flags
|
||||
@see shared/mcp-flags.yml ∀ MCP controls
|
||||
|
||||
@@ -33,8 +29,8 @@ Analysis modes:
|
||||
|
||||
**--interactive:** Guided exploration | Step-by-step fixes | Live improvement
|
||||
|
||||
@see shared/research-first.yml ∀ research requirements
|
||||
@include shared/command-templates.yml#Research_Requirements
|
||||
|
||||
Report: `.claudedocs/reports/analysis-<type>-<timestamp>.md` | Create dir: `mkdir -p .claudedocs/reports/` | Ref: "📄 Analysis report→[path]"
|
||||
@include shared/command-templates.yml#Report_Output
|
||||
|
||||
Deliverables: Analysis report, root causes, prioritized action plan w/ recommendations.
|
||||
Deliverables: @include shared/constants.yml#Success_Messages
|
||||
Reference in New Issue
Block a user