# ๐Ÿš€ SuperClaude Quick Start Guide ### **Context Engineering Framework for Claude Code**

Framework Version Quick Start

> **๐Ÿ’ก Key Insight**: SuperClaude doesn't replace Claude Code - it **configures and enhances** it through behavioral context injection

How It Works โ€ข Instant Start โ€ข Components โ€ข Workflows โ€ข When to Use

---
## ๐Ÿ“Š **Framework Capabilities** | **Commands** | **AI Agents** | **Behavioral Modes** | **MCP Servers** | |:------------:|:-------------:|:-------------------:|:---------------:| | **21** | **14** | **6** | **6** | | `/sc:` triggers | Domain specialists | Context adaptation | Tool integration |
--- ## ๐ŸŽฏ **How It Works**
### **Framework Architecture Flow** ``` โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ User Input โ”‚โ”€โ”€โ”€โ”€>โ”‚ Claude Code โ”‚โ”€โ”€โ”€โ”€>โ”‚ Context Files โ”‚ โ”‚ /sc:command โ”‚ โ”‚ Reads Context โ”‚ โ”‚ (.md behaviors)โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ”‚ โ”‚ โ–ผ โ–ผ โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ Enhanced โ”‚<โ”€โ”€โ”€โ”€โ”€โ”‚ Behavioral โ”‚<โ”€โ”€โ”€โ”€โ”‚ MCP Servers โ”‚ โ”‚ Response โ”‚ โ”‚ Activation โ”‚ โ”‚ (if configured) โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ ``` **The Magic**: When you type `/sc:brainstorm`, Claude reads behavioral instructions from installed `.md` files and responds with enhanced capabilities
--- ## โšก **Instant Start**
### **5-Minute Journey from Installation to First Command**
๐Ÿ“ฆ Step 1: Install (Terminal) ๐Ÿ’ฌ Step 2: Use (Claude Code)
```bash # Quick install with pipx pipx install SuperClaude && SuperClaude install # Or traditional pip pip install SuperClaude && SuperClaude install # Or via npm npm install -g @bifrost_inc/superclaude && superclaude install ``` ```text # Interactive discovery /sc:brainstorm "web app for task management" # Analyze existing code /sc:analyze src/ # Generate implementation /sc:implement "user authentication" # Activate specialist @agent-security "review auth flow" ```
๐ŸŽฅ What Happens Behind the Scenes 1. **Context Loading**: Claude Code imports behavioral `.md` files via `CLAUDE.md` 2. **Pattern Recognition**: Recognizes `/sc:` and `@agent-` trigger patterns 3. **Behavioral Activation**: Applies corresponding instructions from context files 4. **MCP Integration**: Uses configured external tools when available 5. **Response Enhancement**: Follows framework patterns for comprehensive responses
--- ## ๐Ÿ”ง **Core Components**
### **Four Pillars of SuperClaude**
### ๐Ÿ“ **Commands**

21

**Slash Commands** `/sc:brainstorm` `/sc:implement` `/sc:analyze` `/sc:workflow` *Workflow automation*
### ๐Ÿค– **Agents**

14

**AI Specialists** `@agent-architect` `@agent-security` `@agent-frontend` `@agent-backend` *Domain expertise*
### ๐ŸŽฏ **Modes**

6

**Behavioral Modes** Brainstorming Introspection Orchestration Task Management *Context adaptation*
### ๐Ÿ”Œ **MCP**

6

**Server Integration** Context7 (docs) Sequential (analysis) Magic (UI) Playwright (testing) *Enhanced tools*
--- ## ๐Ÿ“š **Workflow Patterns**
### **Complete Development Lifecycle**
### **๐ŸŒŸ First Project Session**
Step Command What Happens
1. Discovery /sc:brainstorm "e-commerce app" Interactive requirements exploration
2. Load Context /sc:load src/ Import existing project structure
3. Analysis /sc:analyze --focus architecture Deep architectural review
4. Planning /sc:workflow "payment integration" Generate implementation roadmap
5. Implementation /sc:implement "Stripe checkout" Build with best practices
6. Validation /sc:test --coverage Comprehensive testing
7. Save Session /sc:save "payment-complete" Persist for next session
### **๐ŸŽจ Domain-Specific Workflows**
| Domain | Trigger | Specialist Activation | MCP Server | |--------|---------|----------------------|------------| | **Frontend** | UI component request | `@agent-frontend` | Magic | | **Backend** | API endpoint creation | `@agent-backend` | Sequential | | **Security** | Auth implementation | `@agent-security` | Context7 | | **Testing** | E2E test scenarios | `@agent-qa` | Playwright | | **DevOps** | Deployment setup | `@agent-devops` | Morphllm |
--- ## ๐ŸŽฏ **When to Use**
### **SuperClaude vs Standard Claude Code**
โœ… Use SuperClaude ๐Ÿ’ญ Use Standard Claude
**Perfect for:** - ๐Ÿ—๏ธ Building complete software projects - ๐Ÿ“Š Systematic workflows with quality gates - ๐Ÿ”„ Complex, multi-component systems - ๐Ÿ’พ Long-term projects needing persistence - ๐Ÿ‘ฅ Team collaboration with standards - ๐ŸŽฏ Domain-specific expertise needs **Examples:** - "Build a full-stack application" - "Implement secure authentication" - "Refactor legacy codebase" - "Create comprehensive test suite" **Better for:** - ๐Ÿ’ก Simple questions or explanations - โšก One-off coding tasks - ๐Ÿ“š Learning programming concepts - ๐Ÿงช Quick prototypes or experiments - ๐Ÿ” Code snippet generation - โ“ General programming help **Examples:** - "Explain how async/await works" - "Write a sorting function" - "Debug this error message" - "Convert this loop to functional"
--- ## ๐ŸŽ“ **Learning Path**
### **Your 4-Week Journey to Mastery**
Week Focus Skills Milestone
1
๐ŸŒฑ
Core Commands โ€ข /sc:brainstorm
โ€ข /sc:analyze
โ€ข /sc:implement
Complete first project
2
๐ŸŒฟ
Behavioral Modes โ€ข Mode combinations
โ€ข Flag usage
โ€ข Context optimization
Optimize workflows
3
๐ŸŒฟ
MCP Servers โ€ข Server configuration
โ€ข Tool integration
โ€ข Enhanced capabilities
Full tool utilization
4
๐ŸŒฒ
Advanced Patterns โ€ข Custom workflows
โ€ข Session management
โ€ข Team patterns
Framework mastery
--- ## ๐Ÿ’ก **Key Insights**
### **Understanding SuperClaude's Value**
### ๐Ÿง  **Not Software** **It's a Framework** SuperClaude is behavioral configuration, not standalone software. Everything runs through Claude Code. ### ๐Ÿ”„ **Systematic** **Not Ad-hoc** Transforms random requests into structured workflows with quality gates and validation. ### ๐Ÿš€ **Progressive** **Not Complex** Start simple with basic commands. Complexity emerges naturally as needed.
--- ## ๐Ÿ“– **Next Steps**
### **Continue Your Learning Journey**
๐ŸŒฑ Beginner ๐ŸŒฟ Intermediate ๐ŸŒฒ Advanced
**First Week:** - [Installation Guide](installation.md) - [Commands Reference](../user-guide/commands.md) - [Examples Cookbook](../reference/examples-cookbook.md) Start with `/sc:brainstorm` **Growing Skills:** - [Behavioral Modes](../user-guide/modes.md) - [Agents Guide](../user-guide/agents.md) - [Session Management](../user-guide/session-management.md) Explore mode combinations **Expert Usage:** - [MCP Servers](../user-guide/mcp-servers.md) - [Technical Architecture](../developer-guide/technical-architecture.md) - [Contributing](../developer-guide/contributing-code.md) Create custom workflows

Commands Examples

---
### **๐ŸŽ‰ Ready to Transform Your Development Workflow?**

Start now with /sc:brainstorm in Claude Code!

SuperClaude v4.1.5 - Context Engineering for Claude Code