How It Works โข Instant Start โข Components โข Workflows โข When to Use
| ๐ฆ 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" ``` |
### ๐ **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* |
| 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 |
| โ 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" |
| 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 |
| ### ๐ง **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. |
| ๐ฑ 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 |
Start now with /sc:brainstorm in Claude Code!
SuperClaude v4.1.5 - Context Engineering for Claude Code