By ac8ai
Orchestrate multi-agent workflows in Claude Code to decompose complex requests into structured tasks, implement features with TDD or prototyping, review code for correctness/security/style via tests/linters, update docs/comments, research libraries/codebase, detect inconsistencies, and harvest learnings into shared memory for reuse.
Implement features, fix bugs, write tests. Supports three workflows — deep coding (TDD for mature code), prototyping (fast iteration), and bug fixing (reproduce then fix).
Check for contradictions, broken references, and duplication. Scoped to changed files by default; full-project sweep on explicit request.
Update documentation to reflect code changes or fix inconsistencies between docs and implementation.
Harvest learnings from completed tasks into shared memory, then clean up task folders. Always the last agent on a task.
Decompose requests into structured task lists. Use for any non-trivial work before coding. Clarifies ambiguities, breaks down requirements, checks for existing functionality.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Multi-agent framework for Claude Code. Moves context to markdown, delegates recursively to workers, and learns from its mistakes through persistent memory.
Inspired by Recursive Language Models (RLM) and Confucius Code Agent (CCA) — recursive self-delegation from RLM, persistent note-taking and hierarchical orchestration from CCA.
claude plugin marketplace add ac8ai/Supercharge-AI
claude plugin install supercharge-ai
supercharge init --add-permissions
git clone https://github.com/ac8ai/Supercharge-AI.git
cd Supercharge-AI && git checkout beta
supercharge init --add-permissions
Local installs auto-pull the latest beta and install editable on each session start — no manual updating needed.
On first session start, the plugin auto-installs uv and the supercharge CLI if missing. Prompts are injected automatically via hooks. supercharge init adds the SuperchargeAI include to your project's CLAUDE.md. The --add-permissions flag adds permission entries so you don't get constant approval dialogs.
Linux and macOS only.
Once installed, SuperchargeAI takes over Claude Code's delegation. Instead of doing everything in one context window, it:
Everything flows through markdown files in .claude/SuperchargeAI/ — task briefs, notes, results, memory. Context windows are temporary; the markdown is permanent.
| Agent | Purpose |
|---|---|
plan | Decompose requests into structured task lists |
code | Implement features, fix bugs, write tests |
document | Update documentation to reflect changes |
research | Search the web, gather external context |
review | Code review of completed work |
consistency | Check for contradictions, broken references, duplication |
memory | Maintain project and methodology memory from task results |
supercharge init # Set up SuperchargeAI in your project
supercharge deinit # Remove it
supercharge dashboard # Web UI for metrics and session traces
supercharge version # Check installed version
Most other commands (task init, subtask init, memory run, etc.) are used by the agents themselves — you don't need to run them manually.
Override in .claude/settings.json or .claude/settings.local.json:
{
"env": {
"SUPERCHARGE_MAX_RECURSION_DEPTH": "3",
"SUPERCHARGE_MAX_TURNS": "50"
}
}
| Variable | Default | Purpose |
|---|---|---|
SUPERCHARGE_MAX_RECURSION_DEPTH | 5 | How many levels deep workers can spawn sub-workers |
SUPERCHARGE_MAX_TURNS | (none) | Limit worker turns per invocation |
SUPERCHARGE_FAST_MODELS | haiku | Models that use fast (fire-and-forget) worker mode |
main — stable releases, what marketplace users getbeta — pre-release testing via local clonebeta, then beta into mainVersion format follows PEP 440: 0.4.0 (stable), 0.4.0b1 (beta). See .claude/CLAUDE.md for details.
npx claudepluginhub ac8ai/supercharge-ai --plugin supercharge-aiHarness-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
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).