Skip to content

app3apps/SuperpowersPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Superpowers Plugin

A Claude Code plugin that orchestrates Claude + Codex CLI into a structured 5-phase development workflow.

Phases

Phase 1: Design / Brainstorm     — Claude investigates codebase, drives design
Phase 2: Design Review            — Claude vs Codex adversarial battle
Phase 3: Implementation           — Codex handles backend, Claude handles frontend
Phase 4: Testing                  — Verify on device/emulator/browser
Phase 5: Code Simplification      — /simplify runs 3 parallel review agents

Why

  • Phase 2 (Battle) catches design flaws that a single AI misses
  • Phase 5 (/simplify) catches 3-5 code quality issues per feature branch that would otherwise surface during code review
  • Division of labor plays to each AI's strengths: Codex for backend/logic, Claude for frontend/UI

Install

claude plugin add app3apps/SuperpowersPlugin

Usage

Trigger naturally in conversation:

  • "Let's brainstorm a notification system"
  • "Design and implement user authentication"
  • "/superpowers add a dashboard feature"

Requirements

About

Custom Superpowers Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors