📖 The AI Tool Bible

Superpowers

Opinionated agentic skills framework that turns coding agents into disciplined, spec-driven software engineers.

Freemium· Free (MIT); paid commercial support via PrimeradiantAgentsMulti-model7.1 / 10
Visit website →
Best for

Pick Superpowers if you run a coding agent for hours at a time and want it to behave like a senior engineer who plans, tests, and reviews before shipping.

Skip if

Skip it if you mostly want a chat-style assistant for ad-hoc snippets - the spec-and-plan ceremony will feel like overhead.

Superpowers is a software development methodology delivered as a composable set of skills and bootstrap instructions for coding agents. Instead of letting an agent leap into code, it forces a spec-first conversation, then produces a chunked, readable plan, then dispatches subagent-driven-development with strict TDD, YAGNI and DRY discipline, and reviews the work as it goes. The result is an agent that can run autonomously for hours without drifting from the agreed plan.

It is built by obra (Jesse Vincent of Primeradiant) and is harness-agnostic: Superpowers ships as an official plugin for Claude Code, Codex App and CLI, Cursor, Antigravity, Factory Droid, Gemini CLI, GitHub Copilot CLI, Kimi Code, OpenCode and Pi. The repository is MIT-licensed and free to install; Primeradiant offers paid commercial support, additional tooling and managed spend for enterprise users. It's aimed at engineers who already use coding agents heavily and want to impose process on them.

Under the hood it's a library of skills that auto-trigger based on context, plus bootstrap prompts that re-inject themselves after compaction, so you don't have to remember to invoke anything. Because skills are composable, teams can extend or replace pieces to fit their own SDLC, and the same install works across whichever harness you happen to be using that week.

Editor's take

This is the closest thing to a real SDLC for coding agents, and it's free. The subagent-driven-development loop genuinely keeps long-running runs on the rails, and the fact that it installs cleanly into nearly every major agent harness is rare. If you take agentic coding seriously, install it.

— The AI Tool Bible editorial team

Pros

  • Works across Claude Code, Codex, Cursor, Gemini CLI, Copilot CLI and more from one repo
  • Forces spec-first, TDD and subagent review instead of vibe-coding
  • Skills auto-trigger after compaction so the discipline survives long sessions
  • MIT-licensed and installable from official plugin marketplaces
  • Backed by a commercial entity (Primeradiant) for enterprise support

Cons

  • ⚠️ Opinionated methodology - fights you if you want quick throwaway scripts
  • ⚠️ Quality depends on the underlying coding agent and model you point it at
  • ⚠️ Documentation is harness-fragmented; setup differs per tool

Use cases

agentic-codingspec-driven-developmenttdd-automationsubagent-orchestrationclaude-code-plugin

Explore related

Compare with similar tools

All in Agents

LangGraph

Featured
Agents · BYO (Claude / GPT / open)
8.8

Stateful, graph-based agent orchestration from LangChain.

Freemium· Free open-source; LangGraph Platform paidstateful agentshuman-in-loop

CrewAI

Featured
Agents · BYO (Claude / GPT / open)
8.4

Python framework for multi-agent orchestration.

Freemium· Free open-source core; cloud platform paidmulti-agentorchestration

Ernie Bot

Agents · Baidu ERNIE 4.0 / ERNIE X1 / ERNIE Turbo (in-house)
8.7

Baidu's Mandarin-first ChatGPT rival, powered by the ERNIE model family

Freemium· Free tier for Ernie 3.5 access; Ernie 4.0 and premium features require a paid subscription (approximately CNY 59.9/month for individual plans); enterprise API pricing via Baidu AI Cloud Qianfan platform is metered per 1K tokens.Mandarin content writing and marketing copyChinese-language document Q&A and summarisation

Moveworks

Agents · Orchestrates multiple enterprise-ready LLMs (undisclosed mix, historically including OpenAI GPT and in-house models via its Reasoning Engine)
8.7

The enterprise AI assistant that searches, answers, and takes action across your business systems

Enterprise· Enterprise-only pricing; no public tiers. Quoted per organization based on employee count, integrations, and agent scope. Contact sales for a quote.IT service desk ticket deflectionHR policy Q&A and self-service

AWS Bedrock

Agents · Multi-model: Anthropic Claude, Meta Llama, Mistral, Cohere, AI21, Amazon Nova/Titan, DeepSeek, Stability, OpenAI GPT
8.6

Build and scale generative AI applications with foundation models

Paid· Pay-as-you-go per 1K input/output tokens per model; on-demand, batch, and provisioned throughput tiers. New AWS accounts get up to $200 in credits. Enterprise agreements via AWS.Enterprise RAG chatbot over private documentsMulti-step tool-using agents via AgentCore

Claude Agent SDK

Agents · Claude Opus / Sonnet
8.6

Anthropic's official SDK for building autonomous Claude agents.

Free· Free SDK; API usage billed at Claude ratesClaude agentstool use