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>
70 lines
2.0 KiB
Markdown
70 lines
2.0 KiB
Markdown
## Legend
|
|
| Symbol | Meaning | | Abbrev | Meaning |
|
|
|--------|---------|---|--------|---------|
|
|
| → | leads to | | cfg | configuration |
|
|
| & | and/with | | deps | dependencies |
|
|
| w/ | with | | CI/CD | continuous integration/deployment |
|
|
|
|
Execute immediately. Add --plan flag if user wants to see plan first.
|
|
|
|
Load & analyze project context in $ARGUMENTS→build comprehensive understanding.
|
|
|
|
--depth flag:
|
|
- shallow: Quick overview→project structure & purpose
|
|
- normal: Standard analysis→main files & architecture
|
|
- deep: Comprehensive analysis→entire codebase
|
|
|
|
Loading process:
|
|
1. Scan project structure & directory layout 2. Read key cfg & docs files
|
|
3. Analyze code architecture & patterns 4. Build mental model→project org 5. ID techs & deps
|
|
|
|
Files→analyze:
|
|
|
|
Essential:
|
|
- README.md→project overview | package.json/requirements.txt/go.mod→deps
|
|
- Cfg files (.env.example, cfg/*) | Build cfg (webpack, vite, etc.) | CI/CD cfg files
|
|
|
|
Source structure:
|
|
- Main entry points | Directory org | Module boundaries | Shared components/utilities
|
|
- Test structure
|
|
|
|
Version control:
|
|
- Current git status
|
|
- Recent commit history
|
|
- Branch structure
|
|
- Uncommitted changes
|
|
|
|
Depth-specific analysis:
|
|
|
|
Shallow depth:
|
|
- Project purpose and goals
|
|
- Main technologies used
|
|
- High-level architecture
|
|
- Key dependencies
|
|
- Quick start information
|
|
|
|
Normal depth:
|
|
- Detailed file structure
|
|
- Main components and modules
|
|
- API endpoints or routes
|
|
- Database schema
|
|
- Testing approach
|
|
- Development workflow
|
|
|
|
Deep depth:
|
|
- Complete code analysis
|
|
- All file relationships
|
|
- Detailed dependency graph
|
|
- Performance bottlenecks
|
|
- Security considerations
|
|
- Technical debt areas
|
|
- Optimization opportunities
|
|
|
|
Build mental model including:
|
|
- How components interact
|
|
- Data flow through system
|
|
- External integrations
|
|
- Deployment architecture
|
|
- Development patterns used
|
|
|
|
Deliverables: Comprehensive project understanding summary, identified next steps or recommendations, key areas requiring attention, and quick reference guide for project navigation. |