Editorial status: This is a board-generated deep draft. The facts currently come from public repository metadata, the README, and release entry points; the tasks, metrics, and risks below are the field-test framework still required before publication. Hypotheses are not presented as runs we have already completed.

Bottom line first

obra/superpowers entered the GitHub Developer Tools candidate pool with 268,980 stars and a latest push on 2026-08-08. That makes it worth opening, not production-ready. The decision question is whether it can complete one concrete workflow reliably while permissions, cost, licensing, and maintenance remain explainable.

Repository promise and real boundary

The public description says: An agentic skills framework & software development methodology that works.

This board covers CLI tools, agents, MCP services, and developer workflows. So the test is not only “does it run?” It is whether inputs are controllable, outputs are reproducible, failures are recoverable, and the missing engineering work between a demo and a team workflow is visible.

Repository-specific evidence: turn momentum into an executable entry point

The notes below are checked against the repository's current README, directory layout, and license entry point. They are source-backed setup notes, not a claim that TopicVerge has already completed the run. Open the official README ↗

What the official materials establish

Copyable setup / integration entry points

Codex App: open the Plugins sidebar and install Superpowers from the official plugin marketplace.
Codex CLI: open /plugins, search for superpowers, and install it.
Claude Code: /plugin install superpowers@claude-plugins-official

A first acceptance task

  1. In a disposable repository, request a 30–60 minute feature such as a CLI flag with tests; do not expose production credentials or a real production checkout.
  2. Record whether it writes a spec and plan, waits for approval, runs tests, and which files each step reads or changes.
  3. Deliberately make one test fail. Check whether the agent diagnoses the failure, cleans up temporary changes, and leaves an auditable summary.

Boundaries not to ignore

FieldCurrent value
LicenseMIT
Evidence statusOfficial materials checked; hands-on results pending

What to confirm before installation

  1. Pin the repository commit, runtime, and package manager; do not start from an unverified latest build.
  2. Create a disposable workspace and least-privilege credentials; isolate config, cache, and logs from the host.
  3. Read the README, install scripts, permission declarations, lock files, and recent issues before running the first command.

One reproducible minimum task

  1. Prepare a privacy-safe 3–5 file fixture and define one goal that should finish within ten minutes.
  2. Allow only the directories, commands, and network domains required for that task; record every permission actually used.
  3. Run three times: the happy path, a missing dependency, and an interrupted run. Save commands, logs, outputs, and cleanup steps.

Pass signals

Measure it instead of guessing

DimensionWhat to recordPass signal
Setup and startupTime to first install, cold start, dependency downloads, and cleanupA clean environment completes from recorded steps with actionable failures
Quality and reliabilitySuccess rate, failure types, and acceptable-output ratio across at least three runsResults are explainable and failed runs do not leave hidden state
Resources and costTime to first install, cold start, and task completion.The task stays within target hardware or budget
Permissions and supply chainFiles, shell, network, credentials, models, plugins, and provenanceLeast privilege is possible and licenses remain traceable

Pros

Cons and risks

Who should try it?

Good fit: If you can run a reversible task in a sandbox and measure whether it saves time without expanding permissions or maintenance risk.

Skip for now: If you need a fixed SLA, stable long-term APIs, or cannot absorb upgrades, debugging, and permission review for a fast-moving project.

Pre-publication test checklist

  1. Pin the repository commit, runtime, model or checkpoint, input fixture, and hardware.
  2. Save install commands, environment variables, permission requests, network domains, logs, and output hashes.
  3. Run the happy path, a missing-dependency path, and an interrupted-run recovery path; publish failures, not only screenshots.
  4. Compare one existing alternative using the same input and the same measurement rubric.
  5. Review code, model, plugin, media, and final-output licensing separately.

Alternatives and decision conditions

Editorial decision rule: Move it forward only if it saves time on a real but reversible task and its permissions, logs, rollback, and licenses are explainable. Otherwise keep it on the watchlist.

Board evidence

FieldCurrent value
Repositoryobra/superpowers
Stars268,980
Latest push2026-08-08
Board methodRecent activity + topic match + stars
Current evidence levelPublic-source review; hands-on test pending

The next revision will add the actual environment, commands, output samples, failure logs, and version pins. Until then, the useful output is a verification plan—not a claim that the project is already reliable.