By tim-hub
Claude Code-specific fork of Superpowers with native task management and CC-specific enhancements
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores requirements and design before implementation.
Execute plan in batches with review checkpoints
Run the 'do I know HOW?' self-check on a user-gate task and either execute its verification with captured evidence, or hand off to /specify-gate when the HOW is ambiguous. Dormant unless the user-gate opt-in hook is registered.
Guided setup for superpowers' optional features. Asks short multiple-choice questions and writes the chosen configuration files in place. Everything it configures can also be set up manually — see README.md.
Lock down verification mechanics for a user-gate task whose HOW is ambiguous. Asks 4 short questions, writes the answers back into the task's metadata, then returns control to executing-plans. Dormant unless the user-gate hook is registered.
Explores user intent, requirements, and design through dialogue before any implementation. Use when creating features, building components, adding functionality, or modifying behavior.
Validates user-gate acceptance criteria and posts evidence, or hands off to specifying-gates if mechanics are unclear. Use when picking up a user-gate task or when a hook demands re-validation.
Runs independent tasks concurrently by dispatching isolated subagents with precisely crafted context. Use when facing 2+ independent tasks with no shared state or sequential dependencies.
Executes a written implementation plan from disk with review checkpoints between tasks. Use when you have a plan file ready and need to implement it step by step.
Guides branch completion by presenting structured merge, PR, or cleanup options after verifying tests pass. Use when implementation is done and you need to decide how to integrate the work.
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 community-maintained fork of pcvelz/superpowers specifically for Claude Code users.
The original Superpowers is designed as a cross-platform toolkit that works across multiple AI CLI tools (Claude Code, Codex, OpenCode, Gemini CLI). Features unique to Claude Code fall outside the scope of the upstream project due to its cross-platform nature.
This fork integrates Claude Code-native features into the Superpowers workflow.
| Feature | Description |
|---|---|
| Native Task Management | Dependency tracking, real-time progress visibility |
| Structured Task Metadata | Goal/Files/AC/Verify structure with embedded json:metadata |
| Pre-commit Task Gate | Plugin hook blocks git commit when tasks are incomplete |
| User-Thrown Gate Enforcement | userGate / user-gate tag + opt-in hooks force re-validation when Claude closes a user-ordered verification task (see Recommended Configuration) |
| Subagent Model Routing | Opt-in per-task model tiers (mechanical/standard/frontier) route plan-execution subagents to cheaper models (see Subagent Model Routing) |
| Configurable Commit Strategy | Opt-in workflow.json switches plan execution from per-task commits to a single commit at plan end (see Commit Strategy) |
| Superpowers (Vanilla) | Superpowers Extended CC |
|---|---|
|
|
|
# Register marketplace
/plugin marketplace add tim-hub/superpowers
# Install plugin
/plugin install superpowers-extended-cc@superpowers-extended-cc-marketplace
/plugin install --source url https://github.com/tim-hub/superpowers.git
Third-party marketplaces don't auto-update by default — installs stay frozen on the original version until you refresh. To get future fixes and new optional hooks automatically:
/pluginsuperpowers-extended-cc-marketplaceOr refresh manually any time:
/plugin marketplace update superpowers-extended-cc-marketplace
Run /superpowers-extended-cc:onboard for a guided walkthrough of the optional features (model routing, user-gate enforcement, commit strategy). One scope choice governs every write; manual setup is documented below.
brainstorming - Activates before writing code. Refines rough ideas through questions, explores alternatives, presents design in sections for validation. Saves design document.
using-git-worktrees - Activates after design approval. Creates isolated workspace on new branch, runs project setup, verifies clean test baseline.
writing-plans - Activates with approved design. Breaks work into bite-sized tasks (2-5 minutes each). Every task has exact file paths, complete code, verification steps. Creates native tasks with dependencies.
subagent-driven-development or executing-plans - Activates with plan. Dispatches fresh subagent per task with two-stage review (spec compliance, then code quality), or executes in batches with human checkpoints.
test-driven-development - Activates during implementation. Enforces RED-GREEN-REFACTOR: write failing test, watch it fail, write minimal code, watch it pass, commit. Deletes code written before tests.
requesting-code-review - Activates between tasks. Reviews against plan, reports issues by severity. Critical issues block progress.
finishing-a-development-branch - Activates when tasks complete. Verifies tests, presents options (merge/PR/keep/discard), cleans up worktree.
The agent checks for relevant skills before any task. Mandatory workflows, not suggestions.
npx claudepluginhub tim-hub/superpowersBattle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent 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.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,913 supported skills.