mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
- Migrate all command files to use @include reference system - Consolidate shared patterns into new yml structure - Create central superclaude shared configuration files - Remove deprecated markdown files (MCP.md, PERSONAS.md, RULES.md) - Add new documentation structure in docs/ - Update installation script for new architecture - Add ROADMAP.md and VERSION files This completes the major architectural refactor to improve maintainability and reduce duplication across the SuperClaude command system. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
74 lines
2.5 KiB
YAML
74 lines
2.5 KiB
YAML
# Reference Index - Quick Lookup Guide
|
|
|
|
## Legend
|
|
@include universal-constants.yml#Universal_Legend
|
|
|
|
## Command Files (19)
|
|
```yaml
|
|
analyze.md: Analyze code/data/performance/architecture
|
|
build.md: Create components/features/systems
|
|
cleanup.md: Remove code/files/resources safely
|
|
deploy.md: Deploy apps/services/infrastructure
|
|
design.md: Design systems/APIs/architectures
|
|
dev-setup.md: Configure dev environments
|
|
document.md: Create/update documentation
|
|
estimate.md: Estimate effort/time/resources
|
|
explain.md: Explain code/concepts/patterns
|
|
git.md: Git operations & workflows
|
|
improve.md: Optimize/refactor/enhance code
|
|
index.md: SuperClaude command reference
|
|
load.md: Bulk file/context operations
|
|
migrate.md: Migrate code/data/systems
|
|
scan.md: Security/quality/compliance scanning
|
|
spawn.md: Create projects/components/agents
|
|
test.md: Testing operations & strategies
|
|
troubleshoot.md: Debug/diagnose/fix issues
|
|
```
|
|
|
|
## Optimized Shared Resources (12 core)
|
|
```yaml
|
|
Root Level:
|
|
architecture-patterns.yml: DDD/microservices/event patterns
|
|
command-architecture-patterns.yml: Command design patterns
|
|
feature-template.md: Standard feature template
|
|
security-patterns.yml: Security patterns & controls
|
|
task-management-patterns.yml: Task & todo management
|
|
universal-constants.yml: Universal constants & values
|
|
|
|
Consolidated Patterns:
|
|
compression-performance-patterns.yml: Token optimization & performance
|
|
execution-patterns.yml: Unified workflow, MCP orchestration & lifecycle
|
|
docs-patterns.yml: Documentation system patterns
|
|
flag-inheritance.yml: Flag inheritance rules
|
|
quality-patterns.yml: Quality control & validation patterns
|
|
research-patterns.yml: Research flow patterns
|
|
reference-patterns.yml: Optimized reference system
|
|
recovery-state-patterns.yml: Recovery & state management
|
|
```
|
|
|
|
## Quick Reference Mappings
|
|
```yaml
|
|
Constants: → universal-constants.yml
|
|
Error Handling: → quality-patterns.yml
|
|
Validation: → quality-patterns.yml
|
|
Git Workflows: → execution-patterns.yml
|
|
Compression: → compression-performance-patterns.yml
|
|
Documentation: → docs-patterns.yml
|
|
Research: → research-patterns.yml
|
|
Workflows: → execution-patterns.yml
|
|
MCP Orchestration: → execution-patterns.yml
|
|
References: → reference-patterns.yml
|
|
```
|
|
|
|
## File Organization
|
|
```yaml
|
|
Commands: .claude/commands/[command].md
|
|
Shared Resources: .claude/commands/shared/[pattern].yml
|
|
Templates: .claude/commands/shared/[template].md
|
|
Project Docs: docs/
|
|
Claude Working Docs: .claudedocs/
|
|
```
|
|
|
|
---
|
|
*SuperClaude v2 | Reference index for quick lookups*
|