By carson-sweet
Guides a structured, phase-gated software development lifecycle from discovery through deployment, enforcing TDD, automated multi-agent code reviews, project management (roadmap, backlog, sprints), and a document corpus pipeline with RAG.
Architecture review subagent. Reviews code changes for structural concerns — module boundaries, coupling, abstraction quality, API surface changes, and design pattern violations.
Adversarial code review. Focuses on logic errors, edge cases, regressions, performance, and missing error handling. Does not flag style issues.
Isolated implementer for SweetClaude TDD Level 2-3. Makes failing tests pass with minimal code. Cannot see user stories or Gherkin specs. Cannot modify test files.
Performance review subagent. Reviews code changes for algorithmic complexity, N+1 patterns, memory growth, latency hotspots, and concurrency risks.
QA Caucus — Component expert. Reviews test plan for missing UI/component coverage, accessibility, loading states, user interaction edge cases.
Feature configuration — shows all optional SweetClaude features with descriptions and current status, lets the user enable or disable them.
Consistency scan and version check.
Migration orchestrator. Wraps the runner with snapshot, recovery menus, and end-of-session report.
Natural language classifier — maps user text to the right internal skill.
Run SweetClaude's behavioral regression test suite.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Start Claude Code and run:
/plugin marketplace add carson-sweet/[email protected]
/plugin install sweetclaude@sweetclaude-stable
/sweetclaude:help
Beta safety note: 4.x beta releases before v4.1.9-beta had known update/recovery risks. Do not install old beta tags on active projects. Use the current beta-4.x channel, and see 4.x Beta Rescue if an existing beta install reports 4.1.8-beta or older.
To intentionally install the 4.x beta channel, add and install the beta plugin channel explicitly. Do not use /sweetclaude:update to move a stable 3.x install onto beta.
/plugin marketplace add carson-sweet/[email protected]
/plugin install sweetclaude@sweetclaude-beta
A software development partner for the full project lifecycle — from the first idea through design, implementation, testing, and ship. SweetClaude teaches itself about your project and preferences through conversation, then applies those learnings to deal with the less-fun parts of the project.
SweetClaude works well when structure, traceability, and product thinking is valued over raw coding speed. It's the wrong tool if you just want to go faster — we suggest GStack if speed is your primary goal. It was built for software development, but has also been used successfully for academic research, product marketing strategy, and other knowledge-intensive work.
EXPERIMENTAL: If you want fast and disciplined, there is the experimental (and therefore potentially unpredictable) John Wick mode.
Requires Claude Code and an Anthropic subscription. We recommend using a model designed for day-to-day work (e.g. Sonnet 4.6 at the time of writing) although you can take it up to top-tier frontier models — just be mindful that models like Opus burn through your Anthropic usage way faster. Our honest experience is that Opus is overkill for most anything except perhaps initial product discovery and brainstorming, or if Sonnet gets stuck on a tough problem. You can always switch models mid-stream with the Claude Code command /model .
Install SweetClaude (below) then run /sweetclaude:help to get a guided walk-through of what it is, how it works, and whether it's right for your project before touching a single file.
There are too many Claude Code plugins to count, so it's important to know if one's design principals align with what you want. To help you decide if SweetClaude might be helpful, here are several of the top principles used when designing SweetClaude:
Start Claude Code in your project folder as you normally would, then inside Claude Code run these commands:
/plugin marketplace add carson-sweet/[email protected]
/plugin install sweetclaude@sweetclaude-stable
npx claudepluginhub carson-sweet/sweetclaude --plugin sweetclaudeComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification