Cc-doubleteam – Claude plans, Codex executes, Claude reviews

responsiblparty1 pts0 comments

GitHub - responsiblparty/cc-doubleteam · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

responsiblparty

cc-doubleteam

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>2 Commits<br>2 Commits

skills/doubleteam

skills/doubleteam

CLAUDE.md

CLAUDE.md

LICENSE

LICENSE

README.md

README.md

View all files

Repository files navigation

cc-doubleteam

Three-phase project mode for Claude Code: Claude plans, Codex executes, Claude reviews — execution burns your ChatGPT limits, not your Claude limits.

Why

You get Fable-quality planning plus Codex execution without burning your Claude usage on the heavy lifting. The models work in sequence, each at their best effort level.

Prerequisites

Claude Code installed

Codex CLI: npm install -g @openai/codex then codex login (requires paid ChatGPT Plus subscription)

Codex plugin in Claude Code:<br>/plugin marketplace add openai/codex-plugin-cc<br>/plugin install codex@openai-codex

Install

git clone https://github.com/responsiblparty/cc-doubleteam<br>cp -r cc-doubleteam/skills/doubleteam ~/.claude/skills/doubleteam

Optionally copy CLAUDE.md contents into your project's CLAUDE.md to enable proactive suggestions:

> /path/to/your/project/CLAUDE.md">cat cc-doubleteam/CLAUDE.md >> /path/to/your/project/CLAUDE.md

Restart Claude Code after install. Type /doubleteam to confirm it's working.

Usage

/doubleteam — starts immediately with your task

/doubleteam — Claude asks what the task is

Claude will also proactively suggest it when a session is heading into a substantial build

The three phases

Phase<br>Model<br>Effort<br>Role

1 — Plan<br>Claude Fable (fallback: Opus)<br>high<br>Produces step-by-step implementation plan; pauses for your approval

2 — Execute<br>Codex<br>xhigh<br>Implements the plan; burns ChatGPT limits, not Claude limits

3 — Review<br>Claude Fable (fallback: Opus)<br>max<br>Reviews output against plan; flags issues without rewriting

Skipping phases

just plan → Phase 1 only

skip review → Phases 1 and 2 only

If Codex is unavailable → falls back to Claude execution (noted in output)

License

MIT

About

No description, website, or topics provided.

Resources

Readme

License

MIT license

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

stars

Watchers

watching

Forks

forks

Report repository

Releases

tags

Packages

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

You can’t perform that action at this time.

claude doubleteam codex reload search code

Related Articles