AIAny
AI Agent2025
Icon for item

Superpowers

Enforces a brainstorm → plan → test-driven → review workflow on AI coding agents instead of letting them jump straight to code. Ships as composable skills that auto-trigger by context and run across Claude Code, Cursor, Copilot CLI, Gemini and more.

Introduction

Most attempts to make AI coding agents more reliable pile on more context — sharper prompts, more docs, bigger system messages. This project makes the opposite bet: the failure mode isn't what the agent knows, it's that it sprints straight to code. The fix is process, not knowledge — a library of skills that intercept the agent at decision points and force it to brainstorm, plan, write a failing test, and request review before it's allowed to move on.

What Sets It Apart
  • Skills trigger by context, not by command. The methodology engages whether or not the developer remembers to ask for it, so discipline no longer depends on a human babysitting every prompt.
  • A failing test must come first. The enforced RED-GREEN-REFACTOR loop blocks the classic agent failure of shipping code that was never actually exercised.
  • Subagent coordination with two-stage review. Parallel tasks are checked by independent reviewer agents, which curbs the usual "looks done but isn't" drift as work scales.
  • Portable across 11+ agents — Claude Code, Cursor, Copilot CLI, Gemini and others — so the workflow isn't tied to one vendor's tooling.
Who It's For

Great fit if you already run agents against real codebases and keep hitting the same wall: confident output that skipped design and testing. Look elsewhere if you want a quick autocomplete boost or one magic prompt — Superpowers deliberately adds friction at the brainstorm and planning gates, which pays off on multi-step features but is overkill for one-line fixes. It is also opinionated: adopting it means buying into its test-first, review-everything worldview rather than wiring up your own.

Information

  • Websitegithub.com
  • OrganizationsPrime Radiant
  • AuthorsJesse Vincent (obra)
  • Published date2025/10/09

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).