mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
- Core configuration files (CLAUDE.md, RULES.md, PERSONAS.md, MCP.md) - 17 slash commands for specialized workflows - 25 shared YAML resources for advanced configurations - Installation script for global deployment - 9 cognitive personas for specialized thinking modes - MCP integration patterns for intelligent tool usage - Token economy and ultracompressed mode support 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
40 lines
1.8 KiB
Markdown
40 lines
1.8 KiB
Markdown
## Legend
|
|
| Symbol | Meaning | | Abbrev | Meaning |
|
|
|--------|---------|---|--------|---------|
|
|
| → | leads to | | anlz | analyze |
|
|
| & | and/with | | perf | performance |
|
|
| w/ | with | | arch | architecture |
|
|
|
|
@include shared/command-templates.yml#Command_Header
|
|
|
|
Multi-dimensional analysis on code, arch, or problem in $ARGUMENTS.
|
|
|
|
@see shared/thinking-modes.yml ∀ thinking flags
|
|
@see shared/mcp-flags.yml ∀ MCP controls
|
|
|
|
Examples:
|
|
- `/user:analyze --code --think` - Code review w/ context
|
|
- `/user:analyze --arch --think-hard` - Deep arch analysis
|
|
- `/user:analyze --security --ultrathink` - Comprehensive security audit
|
|
|
|
Analysis modes:
|
|
|
|
**--code:** Quality review→naming, structure, DRY, complexity | Bugs→null checks, boundaries, types | Security→injection, auth, validation | Perf→O(n²), N+1, memory
|
|
|
|
**--arch:** System design & patterns | Layer coupling | Scalability bottlenecks | Maintainability assessment | Improvement suggestions
|
|
|
|
**--profile:** CPU, memory, execution time | Network latency, DB queries | Frontend metrics | Bottleneck identification | Optimization recommendations
|
|
|
|
**--security:** OWASP top 10 | Auth & authorization | Data handling & encryption | Attack vector identification
|
|
|
|
**--perf:** Bottleneck analysis | Algorithm complexity | DB queries & indexes | Caching strategies | Resource utilization
|
|
|
|
**--watch:** Continuous file monitoring | Real-time quality tracking | Auto re-analysis | Live metrics
|
|
|
|
**--interactive:** Guided exploration | Step-by-step fixes | Live improvement
|
|
|
|
@see shared/research-first.yml ∀ research requirements
|
|
|
|
Report: `.claudedocs/reports/analysis-<type>-<timestamp>.md` | Create dir: `mkdir -p .claudedocs/reports/` | Ref: "📄 Analysis report→[path]"
|
|
|
|
Deliverables: Analysis report, root causes, prioritized action plan w/ recommendations. |