Help us improve
Share bugs, ideas, or general feedback.
Disciplined workflow skills, security review, learning system, and cross-platform tooling
npx claudepluginhub aman-2709/superpowers-eccDisciplined workflow skills, security review, learning system, and cross-platform tooling for Claude Code
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
A focused Claude Code plugin merging superpowers workflow discipline with curated ECC tooling.
/plugin marketplace add https://github.com/aman-2709/superpowers-ecc
/plugin install superpowers-ecc@superpowers-ecc
/reload-plugins
Start with /superpowers-ecc:brainstorm to kick off a new feature or project. The brainstorming skill guides you through spec refinement, then transitions to planning and implementation.
| Component | Count | Details |
|---|---|---|
| Skills | 24 | 14 workflow + 10 tooling |
| Standalone agents | 7 | Domain consultants (planner, architect, etc.) |
| Slash commands | 24 | Workflow, quality, security, learning, orchestration |
| Rule sets | 4 | common + typescript + python + golang |
| Learning system | 6 commands | Instincts, confidence scoring, cross-session memory |
| Cross-platform | 4 | Claude Code, Cursor, OpenCode, Codex CLI |
The plugin enforces a 7-step development loop:
brainstorm -> worktree -> plan -> implement (subagent-driven) -> review -> verify -> merge
Each step has a dedicated skill with guardrails. Start with /superpowers-ecc:brainstorm to enter the loop.
| Layer | Purpose | Examples |
|---|---|---|
| Embedded subagent prompts | Execution machinery | implementer, spec-reviewer, quality-reviewer |
| Standalone agents | Domain consultants | planner, architect, security-reviewer, build-error-resolver |
Embedded prompts are invoked automatically during /superpowers-ecc:execute-plan. Standalone agents are called on-demand via their slash commands or by other skills that need specialist input.
The continuous learning system observes patterns across sessions and codifies them as instincts -- lightweight heuristics that evolve over time.
Lifecycle: observe patterns -> score confidence -> evolve into skills
| Command | Purpose |
|---|---|
/superpowers-ecc:learn | Record an observation or pattern |
/superpowers-ecc:learn-eval | Evaluate and score recorded instincts |
/superpowers-ecc:evolve | Promote high-confidence instincts to skills |
/superpowers-ecc:instinct-status | Show current instincts and their confidence scores |
/superpowers-ecc:instinct-import | Import instincts from a file |
/superpowers-ecc:instinct-export | Export instincts to a file |
| Command | Description |
|---|---|
/superpowers-ecc:brainstorm | Structured ideation with spec document output |
/superpowers-ecc:write-plan | Generate an implementation plan from a spec |
/superpowers-ecc:execute-plan | Run a plan via subagent-driven implementation |
/superpowers-ecc:plan | Alias for /superpowers-ecc:write-plan — shorter name, same behavior |
| Command | Description |
|---|---|
/superpowers-ecc:tdd | Test-driven development cycle |
/superpowers-ecc:code-review | Request a code review |
/superpowers-ecc:verify | Run verification checks before completion |
/superpowers-ecc:quality-gate | Enforce quality standards on changes |
/superpowers-ecc:test-coverage | Analyze and report test coverage |
| Command | Description |
|---|---|
/superpowers-ecc:security-scan | Run security review on code changes |
| Command | Description |
|---|---|
/superpowers-ecc:build-fix | Invoke build-error-resolver agent |
/superpowers-ecc:refactor-clean | Invoke refactor-cleaner agent |
/superpowers-ecc:e2e | Invoke e2e-runner agent |
| Command | Description |
|---|---|
/superpowers-ecc:learn | Record a pattern or observation |
/superpowers-ecc:learn-eval | Evaluate instinct confidence |
/superpowers-ecc:evolve | Promote instincts to skills |
/superpowers-ecc:instinct-status | Show instinct scores |
/superpowers-ecc:instinct-import | Import instincts |
/superpowers-ecc:instinct-export | Export instincts |
| Command | Description |
|---|---|
/superpowers-ecc:multi-plan | Plan across multiple worktrees |
/superpowers-ecc:multi-execute | Execute across multiple worktrees |
| Command | Description |
|---|---|
/superpowers-ecc:sessions | List and manage sessions |
/superpowers-ecc:checkpoint | Save session state for later restore |
| Command | Description |
|---|---|
/superpowers-ecc:model-route | Route tasks to appropriate model tiers |