By bordenet
Enforce rigorous engineering workflows for AI-assisted coding: pre-commit quality gates (lint, typecheck, tests, code review, IP scan), structured git discipline, root-cause debugging with hypothesis testing, wiki management, security scanning (secrets, CVEs, IP leaks), and AI slop detection/removal in prose.
Blast radius analysis - search for ALL usages before modifying any existing code. Prevents breaking unrelated consumers by scoping impact before scoping fix.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Trusted-advisor gate for branch and PR hygiene. Auto-invokes when the user mentions creating a branch, opening a PR, shipping/promoting/deploying, cherry-picking, rebasing, hotfixing, or back-syncing. Suggests and explains in-script (preflight always exits 0) and writes a .branch-flow-cleared sentinel that pre-push Gate 3 hard-consumes on pushes to dev/staging/main. Three escape hatches: per-branch ack file (touch .git/base-advisory-ack-<branch>), GIT_BASE_OVERRIDE=1 env var, or use an exempt prefix (hotfix/, release/, backport/, tagged-release/) which is exempt from the base-alignment advisory and typically does not target dev/staging/main. Multi-team config via .git-guidance.yml (currently only default_base is read). Uses git first-parent chain to verify branch base (not naive merge-base). Advises on retry-suffix branches (-vN), back-sync/mirror naming, server-regex compliance, anti-leak fixtures, and loop-on-identical-error retries.
Pull gate — MANDATORY before any work on an existing shared branch. git fetch + status check before touching code, running tests, or making changes. Fires whenever resuming, continuing, or reviewing work on a branch that exists on a remote.
Use when reviewing code changes to dispatch parallel specialized reviewers instead of a single monolithic review — provides deeper, more precise findings across focused lenses. Invoke as: /sp-cr-battery [min-score] [--security|--no-security] [--mode=bug-fix|feature] (optional 1.0–10.0 quality threshold, default 7.0; default 9.2 in Bug Fix Review Mode). Bug Fix Mode auto-activates on hotfix/* and fix/[A-Z]+-[0-9]+ branches.
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 claimnpx claudepluginhub bordenet/superpowers-plus --plugin superpowers-plusBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills for AI coding assistants that enforce the practices AI would otherwise skip. Built on bordenet/superpowers, a maintained fork of Jesse Vincent's obra/superpowers (MIT). Can be used for non-coding workloads, too!
| Platform | Status |
|---|---|
| Claude Code | ✅ Full support — skills, lifecycle hooks (SessionStart, PreCompact, PreToolUse), commit gates, pre-push hooks, and red-autonomy guardrails all install and run cleanly. |
| Augment Code | ✅ Full support — skills, routing, commit gates, pre-push hooks, and MCP integrations install and run cleanly. |
AI coding assistants skip the practices that catch bugs before production: they implement the first idea without evaluating alternatives and claim "done" without verification.
Skills are structured procedures that AI agents follow automatically. obra/superpowers by Jesse Vincent is a framework for teaching AI agents reusable procedures; superpowers-plus builds on it via a maintained fork (bordenet/superpowers) for governance stability. superpowers-plus adds skills across 9 domains. Start debugging and systematic-debugging enforces root-cause investigation before fixes. Commit code and a gate chain blocks the commit until lint, type checks, and security scans pass.
Each skill exists because it caught a real problem.
| Skill | What it does |
|---|---|
| code-review-battery | Dispatches up to 6 specialist reviewers in parallel (Defect Finder, Design Critic, Guardian, Standards Enforcer, Performance Analyst; AttackerPersona on security-sensitive diffs). BugPath Verifier activates in bug-fix mode. Slash command: /sp-cr-battery [min-score] (optional 1.0–10.0 quality threshold, default 7.0). |
| debate | Generates 3+ decision options, builds a comparison matrix, then red-teams the winner. Requires adversarial review before committing to an approach. |
| progressive-harsh-review | Three escalating critic personas score non-code deliverables (plans, docs, designs) on 5 dimensions. Score below 6 = rejected. |
| systematic-debugging | Enforces root-cause-first investigation: reproduce, hypothesize, isolate, fix. No fixes without completing Phase 1. |
| feature-development | Full lifecycle orchestrator: brainstorm, debate, plan, TDD, review, verify. |
| think-twice | Detects when the AI is stuck in a loop and dispatches a fresh sub-agent with zero shared context. Auto-triggers on circular reasoning. |
| context-ferry | Generates a self-contained resume prompt before context compaction fires. Updates in-progress plan docs, captures pending questions and queued tasks verbatim. Slash command: /context-ferry. Auto-fires via PreCompact hook in Claude Code. |
| detecting-ai-slop | Scores text 0-100 for machine-generated patterns across lexical, structural, semantic, and stylometric dimensions. |
| wiki-orchestrator | Pipeline for bulk documentation: de-dup, content, coherence, links, secrets, slop detection, fact-check, publish. |
| evolution-loop | Self-improvement cycle: scans failures for recurring patterns, generates skill updates, tracks metrics over time. |
| unified-commit-gate | Runs all 5 commit gates in sequence (lint/build/test → style → code review → language → IP audit). Slash command: /sp-commit. Deep-dive into any gate via its individual skill. |
Install (details below):
git clone https://github.com/bordenet/superpowers-plus.git && cd superpowers-plus && bash install.sh
Enable pre-commit gates: bash tools/install-hooks.sh
These hooks are required if you want the full commit-gate chain to run locally before git commit and git push.
Then tell your AI assistant what you're doing:
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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.