docs/getting-started/quick-start.md
<p align="center"> <a href="#-how-it-works">How It Works</a> โข <a href="#-instant-start">Instant Start</a> โข <a href="#-core-components">Components</a> โข <a href="#-workflow-patterns">Workflows</a> โข <a href="#-when-to-use">When to Use</a> </p> </div>๐ก Key Insight: SuperClaude doesn't replace Claude Code - it configures and enhances it through behavioral context injection
| Commands | AI Agents | Behavioral Modes | MCP Servers |
|---|---|---|---|
| 30 | 20 | 7 | 8 |
/sc: triggers | Domain specialists | Context adaptation | Tool integration |
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ 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
# 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
# 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"
.md files via CLAUDE.md/sc: and @agent- trigger patternsSlash Commands
/sc:brainstorm
/sc:implement
/sc:analyze
/sc:workflow
Workflow automation
</td> <td align="center" width="25%">AI Specialists
@agent-architect
@agent-security
@agent-frontend
@agent-backend
Domain expertise
</td> <td align="center" width="25%">Behavioral Modes
Brainstorming
Introspection
Orchestration
Task Management
Context adaptation
</td> <td align="center" width="25%">Server Integration
Context7 (docs)
Sequential (analysis)
Magic (UI)
Playwright (testing)
Enhanced tools
</td> </tr> </table> </div>| 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 |
Perfect for:
Examples:
Better for:
Examples:
โข <code>/sc:analyze</code>
โข <code>/sc:implement</code>
</td> <td>Complete first project</td> </tr> <tr> <td align="center"><b>2</b> ๐ฟ</td> <td><b>Behavioral Modes</b></td> <td> โข Mode combinationsโข Flag usage
โข Context optimization
</td> <td>Optimize workflows</td> </tr> <tr> <td align="center"><b>3</b> ๐ฟ</td> <td><b>MCP Servers</b></td> <td> โข Server configurationโข Tool integration
โข Enhanced capabilities
</td> <td>Full tool utilization</td> </tr> <tr> <td align="center"><b>4</b> ๐ฒ</td> <td><b>Advanced Patterns</b></td> <td> โข Custom workflowsโข Session management
โข Team patterns
</td> <td>Framework mastery</td> </tr> </table> </div>It's a Framework
SuperClaude is behavioral configuration, not standalone software. Everything runs through Claude Code.
</td> <td width="33%" align="center">Not Ad-hoc
Transforms random requests into structured workflows with quality gates and validation.
</td> <td width="33%" align="center">Not Complex
Start simple with basic commands. Complexity emerges naturally as needed.
</td> </tr> </table> </div>First Week:
Start with /sc:brainstorm
Growing Skills:
Explore mode combinations
</td> <td valign="top">Expert Usage:
Create custom workflows
</td> </tr> </table> <p align="center"> <a href="../user-guide/commands.md"> </a> <a href="../reference/examples-cookbook.md"> </a> </p> </div>