By yoshana
Refactor of obra/superpowers (by Jesse Vincent) — rewritten and adapted for personal/corporate use. Methodology bundle: brainstorm before code, plan before implement, test before ship, verify before claiming done.
Brainstorm an idea into a written, approved spec.
Activate the supertools methodology for this session.
Execute a written implementation plan task-by-task with checkpoints.
Run a structured self-review before asking for human review or merging.
Audit the pending changes for OWASP-class issues.
Use BEFORE any creative or implementation work — features, components, refactors, new functionality. Turns ideas into approved specs through one-question-at-a-time dialogue. Hard-gates implementation until a design is approved.
Use when you have an approved implementation plan and are about to start building. Walks the plan task-by-task in the current session with checkpoints for user review.
Use when the user gives feedback on your work. Verify each point before agreeing. Push back when you have a real reason. No performative agreement.
Use BEFORE asking the user to review changes, before merging, or before opening a PR. Runs a structured self-review checklist so obvious issues are caught before the user sees them.
Use when encountering any bug, test failure, or unexpected behavior. Reproduce first, isolate, then hypothesize. Rigid — no fixing from intuition.
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.
A custom Claude Code skills bundle for methodology discipline: brainstorm before code, plan before implement, test before ship, verify before claiming done.
Supertools is a refactor of obra/superpowers by Jesse Vincent. I am not the originator. The methodology, skill names, chain (brainstorming → writing-plans → executing-plans), TDD/debugging discipline patterns, and overall structure of this bundle all come from Jesse's original work. Full credit goes to him.
This repository contains rewritten, edited versions of those skills adapted for personal and corporate use within an environment that disallows installing third-party skill bundles from the internet. The prose has been rewritten from scratch using the original as reference; the ideas and architecture are Jesse's. The original superpowers project is MIT-licensed; this adaptation is also MIT.
If you can use the original, please use the original — it's the canonical source and is actively maintained: https://github.com/obra/superpowers.
/supertools:design slash command instead of a
SessionStart hook.superpowers: and using-superpowers; this fork uses supertools:
and using-supertools)./plugin slash
commands)The repo is its own self-contained Claude Code plugin marketplace.
Install is a two-step /plugin invocation inside Claude Code — no
symlinks, no editing of ~/.claude/.
In a Claude Code session, run:
/plugin marketplace add /absolute/path/to/this/repo
/plugin install supertools@supertools-local
Replace /absolute/path/to/this/repo with wherever you cloned this
repo (e.g., /Users/you/code/supertools or ~/REPOS/superpowers). The
marketplace's source: "./" makes the install path-portable — no
hard-coded paths in any of the manifests.
After install, fully quit Claude Code (/exit or Ctrl+D) and reopen
it. The /supertools:* slash commands and the supertools:* skills
will be discoverable in every future session.
In any Claude Code session:
/supertools:design
Claude responds with a short activation message and the methodology is live for the rest of the session.
Supertools is local-first: it doesn't need a public marketplace and never calls out to the internet. To share it:
tar czf supertools.tgz -C /path/to repo-folder and send the
tarball over Slack/email.To pull updates after the original install:
/plugin marketplace update supertools-local
/plugin install supertools@supertools-local
(Or have them git pull and re-run /plugin install to pick up
changes.)
| Skill | When it fires |
|---|---|
using-supertools | Bootstrap, loaded by /supertools:design. |
brainstorming | Any creative or implementation work. |
writing-plans | After a spec is approved. |
executing-plans | After a plan is written. |
test-driven-development | Implementing any feature or bugfix. |
systematic-debugging | Any bug, test failure, or unexpected behavior. |
verification-before-completion | Before claiming work is done. |
writing-skills | Adding or editing a supertools skill. |
requesting-code-review | Before merging or asking for review. |
receiving-code-review | When the user gives feedback. |
| Command | What it does |
|---|---|
/supertools:design | Activate the methodology for this session. |
/supertools:brainstorm | Brainstorm an idea into an approved spec. |
/supertools:write-plan | Turn the spec into a step-by-step plan. |
/supertools:execute-plan | Execute the plan with checkpoints. |
/supertools:review | Self-review before merging. |
/supertools:security-review | OWASP-class audit of pending changes. |
Use supertools:writing-skills. Conventions there.
npx claudepluginhub yoshana/supertools --plugin supertoolsHarness-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
Comprehensive 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.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review