mzored/superpowers-cc-to-codex

5 stars · Last commit 2026-04-09

Claude orchestrates, Codex executes. Combines Claude's judgment with GPT's speed for coding, debugging, review, and TDD.

README preview

# Superpowers × Codex

> Claude orchestrates. Codex executes. One plugin, two models.

A Claude Code plugin that combines **Claude's orchestration and judgment** with **GPT's speed at bounded coding tasks**. Forked from [obra/superpowers](https://github.com/obra/superpowers), adapted for [Codex CLI](https://github.com/openai/codex) delegation.

## Why Two Models?

Claude and GPT have complementary strengths:

| | Claude | GPT (via Codex) |
| - | - | - |
| **Best at** | Orchestration, planning, user dialogue, subagent coordination | Fast code generation, debugging, diff review |
| **Role here** | Controller — owns the conversation thread | Worker — executes bounded tasks |
| **Speed** | Thoughtful, context-rich | Fast mode available (GPT-5.4 Fast) |

The plugin keeps Claude in the driver's seat for design decisions and workflow control, while delegating execution-heavy work to Codex — getting the best of both worlds.

```text
User ↔ Claude (controller)

View full repository on GitHub →