SuperClaude Framework — Summary
SuperClaude is a meta-programming configuration framework for Claude Code that installs 30 slash commands (/sc:*), 20 domain-specialist agents, 7 behavioral modes, and 8 MCP server configurations — all delivered as a Python package (pipx install superclaude) that writes markdown files to ~/.claude/commands/sc/ and ~/.claude/agents/.
Problem it solves: Claude Code out-of-the-box has no structured commands, personas, or methodology; SuperClaude injects a comprehensive set of domain-specialist behaviors (pm-agent, system-architect, security-engineer, etc.) and lifecycle commands (plan, implement, test, review, deploy) via behavioral instruction injection.
Distinctive trait: PM Agent with PDCA cycle + Serena MCP memory integration — the @pm-agent runs at EVERY session start, restores context from Serena MCP memory, and maintains a PDCA (Plan/Do/Check/Act) loop across sessions. Combined with a ConfidenceChecker requiring ≥90% confidence before execution, this creates a self-improving system that documents mistakes to prevent recurrence.
Target audience: Individual developers and teams using Claude Code who want a comprehensive development methodology (30 commands covering the full lifecycle) without building it themselves.
Production-readiness: Active and popular (23K stars, 30 contributors, v4.3.0, last pushed April 2026, MIT license, available on PyPI and npm).
Note on "70K-token CLAUDE.md" claim: The CLAUDE.md in this repo is 12,982 bytes (~13K chars) — not 70K tokens. The 70K claim appears to refer to earlier versions or the total combined token load of all installed files.
Differs from seeds: Most similar to BMAD-METHOD (Archetype 1 — skills/agents for full lifecycle) but SuperClaude ships 30 slash commands (not just skills), installs via Python CLI rather than npm, and adds the PM Agent self-improvement PDCA pattern, ConfidenceChecker (≥90% threshold), and explicit MCP server management — all absent from BMAD.