By anderson-0
Unified Claude Code plugin for full-lifecycle software development — combining the best of Superpowers, Ultraship, and BMAD Method. 54 skills, 22 tools, 6 agents, 34 commands.
Start a Lifecycle brainstorming session (creative techniques + memlog)
Start a design brainstorming session
Post-deploy canary health check
Human-in-the-loop checkpoint review of a change
Generate a compact codebase index to save tokens
Use this agent to review architectural decisions, evaluate trade-offs, identify scalability concerns, and suggest design patterns. Expert in distributed systems, API design, database design, and infrastructure.
Use this agent when you need a thorough code review against plan specifications and coding standards. It performs a two-stage review: first checking spec compliance, then evaluating code quality across five dimensions.
Use this agent for incident response: health checks, git history analysis to find culprit commits, rollback command generation, and post-mortem template creation. Produces incident reports with diagnosis and remediation.
Use this agent to review PRDs for completeness, validate user stories, check business logic coverage, and identify missing requirements. Produces requirements assessments with gap analysis and prioritization.
Use this agent to review test coverage, identify untested code paths, suggest test strategies, and validate acceptance criteria. Produces test coverage assessments and test strategy recommendations.
Push the LLM to reconsider, refine, and improve its recent output. Use when user asks for deeper critique or mentions a known deeper critique method, e.g. socratic, first principles, pre-mortem, red team.
Perform a Cynical Review and produce a findings report. Use when the user requests a critical review of something
Living Architecture Map — auto-generate Mermaid diagrams of your codebase. Use when user wants to visualize architecture, understand code structure, generate diagrams, or document system design.
Produce the architecture: a lean spine of invariants that keeps everything built from it consistent, projected into whatever format the work needs. Use when the user says "create the architecture", "create technical architecture", "architecture spine", or "create a solution design".
Facilitate a brainstorming session using diverse creative techniques. Use when the user says 'help me brainstorm' or 'help me ideate'.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Unified Claude Code plugin for full-lifecycle software development. Combines the best of Superpowers, Ultraship, and BMAD Method into a single coherent plugin.
claude plugin marketplace add anderson-0/mighty-powers
claude plugin install mighty-powers
For local development from a clone, use claude plugin marketplace add ./mighty-powers instead of the GitHub slug above.
Then in your project:
/mp:init # first-time setup: config, CLAUDE.md, directory structure
/resume picks up exactly where you stoppedWhen you give Claude a task, it follows a decision tree to pick the right level of process. It defaults to the lightest approach that fits. It will never use heavyweight BMAD lifecycle planning for a simple feature unless you explicitly ask for it.
You give a task
│
├─ Bug fix? → /investigate (4-phase root cause) → fix with appropriate tier
│
├─ You explicitly ask for PRD, architecture, or epics?
│ → Lifecycle Track (formal planning)
│
├─ New project with unclear scope?
│ → Claude asks: "Structured planning or jump straight in?"
│
├─ Trivial? (typo, config, < 20 lines)
│ → Claude asks: "Jump in or plan first?"
│ ├─ Jump in → TDD → verification
│ └─ Plan first → treated as Small tier
│
├─ Small? (clear scope, < 100 lines)
│ → /write-plan → /execute-plan → verification
│
├─ Medium? (single feature, multiple files)
│ → /brainstorm → /write-plan → /execute-plan → /review
│
└─ Needs spec tracking across sessions?
→ /quick-dev (5-step with adversarial review + spec file)
The key principle: pick the smallest tier that fits. You can always escalate mid-task if the work turns out to be bigger than expected.
Every implementation plan — regardless of size — is organized into waves. This is the core execution model.
A wave groups tasks at the same dependency level — they all depend on the same set of prior tasks being done. Tasks within a wave MAY be independent (different files, no shared state → run in parallel) or they may need sequential execution (shared files, ordering requirements). Between waves, there is a checkpoint where all tests must pass before proceeding.
Not every wave has parallelism. A wave with a single task is perfectly normal. A fully sequential plan (one task per wave) is also fine — waves still provide checkpoints and clear dependency ordering.
Feature: Add webhook retry logic
Wave 1: Foundation (3 independent tasks → parallel)
Task 1.1: Define retry config schema and types
Task 1.2: Create retry queue interface
Task 1.3: Add retry-related database migrations
→ Checkpoint: run full test suite
Wave 2: Core Logic (2 independent tasks → parallel)
Task 2.1: Implement exponential backoff retry strategy
Task 2.2: Implement dead letter queue for failed webhooks
→ Checkpoint: run full test suite
Wave 3: Integration (1 task)
Task 3.1: Wire retry logic into existing webhook dispatcher
→ Checkpoint: run full test suite
Every task is self-contained — a subagent reading only that task has everything it needs:
Crash-resilient progress tracking for Claude Code plans. Auto-syncs checkboxes, survives IDE crashes, coordinates multi-agent work. Never lose progress again.
npx claudepluginhub anderson-0/mighty-powers --plugin mighty-powersHarness-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
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.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer