All tools
HarnessCommunity23k

SuperClaude Framework

Updated Jul 5, 2026

A meta-programming configuration framework that adds 30 /sc:* slash commands, 20 specialized agents, 7 behavioral modes, and 8 MCP server integrations to Claude Code. Installed via `pipx install superclaude && superclaude install`. Covers brainstorming, deep web research, implementation, testing, project management, and security audits.

View on GitHub

What it does

  • superclaude install

    Install all 30 /sc:* slash commands into Claude Code via the Python package.

  • /sc:research

    Autonomous deep web research with multi-hop reasoning, confidence scoring, and case-based learning across sessions.

  • /sc:implement

    Guided feature implementation with verification gates at each step.

  • /sc:brainstorm

    Structured brainstorming that asks the right questions before any code is written.

  • /sc:spawn

    Execute tasks in parallel across multiple independent workstreams.

  • /sc:business-panel

    Multi-expert strategic analysis from multiple business perspectives simultaneously.

Files (1)

OVERVIEW.mdprimary · markdown · 2.2 KB
## What it does

SuperClaude is a meta-programming configuration framework that extends Claude Code with 30 slash commands, 20 specialized AI agents, 7 behavioral modes, and 8 MCP server integrations — installed by a Python package that copies CLAUDE.md and command files into your project.

**30 /sc:* commands organized by phase:**

- **Planning & Design (4):** /sc:brainstorm, /sc:design, /sc:estimate, /sc:spec-panel.
- **Development (5):** /sc:implement, /sc:build, /sc:improve, /sc:cleanup, /sc:explain.
- **Testing & Quality (4):** /sc:test, /sc:analyze, /sc:troubleshoot, /sc:reflect.
- **Research (2):** /sc:research (deep autonomous web research), /sc:business-panel.
- **Project Management (3):** /sc:pm, /sc:task, /sc:workflow.
- **Utilities (9):** /sc:agent, /sc:spawn (parallel tasks), /sc:save, /sc:load, /sc:recommend, and more.

**7 behavioral modes:** Brainstorming, Business Panel (multi-expert analysis), Deep Research (autonomous web with multi-hop reasoning), Orchestration, Token-Efficiency (30–50% context savings), Task Management, Introspection.

**Deep Research capability:** /sc:research supports 4 depth levels (Quick/Standard/Deep/Exhaustive), up to 5 iterative search hops, case-based learning across sessions, and confidence scoring (0.0–1.0). Integrates Tavily for web search, Context7 for official docs, Sequential for multi-step reasoning.

**8 optional MCP servers:** Tavily (primary web search), Context7 (official docs), Sequential-Thinking, Serena (memory), Playwright (browser automation), Magic (UI generation), Morphllm-Fast-Apply (code modifications), Chrome DevTools. Without MCPs the framework is fully functional; with MCPs you get 2–3x faster execution and 30–50% fewer tokens.

## Install

```bash
pipx install superclaude
superclaude install                              # install all 30 commands
superclaude mcp --servers tavily --servers context7  # optional MCP servers
superclaude doctor                               # verify installation
```

## When to use

When you want a structured framework with defined workflows for each development phase, autonomous web research, and team-style multi-expert analysis — without manually defining slash commands.