nulightjens/rocket-fuel-skill — explained in plain English
Analysis updated 2026-05-18
Kick off a new feature with an interview, adversarial plan review, and a Codex build verified by Fable.
Audit a messy codebase and get a ranked list of issues to choose from before fixing.
Have Codex attack an existing plan file read-only until it approves it.
Get a single scoped feature built by Codex and diff-reviewed by Fable.
| nulightjens/rocket-fuel-skill | 0whitedev/detranspiler | 0xluk3/zk-resources | |
|---|---|---|---|
| Stars | 21 | 21 | 21 |
| Language | — | Python | — |
| Setup difficulty | easy | hard | easy |
| Complexity | 2/5 | 4/5 | 1/5 |
| Audience | vibe coder | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires installing the Codex CLI and Claude Code, and logging into a ChatGPT account.
Rocket Fuel is a Claude Code skill that runs two different AI models together as if they were co-founders working on the same project. Claude Fable 5 plays the role of the Visionary: it interviews the user, writes the plan, sets the standards for the work, and reviews the finished result. OpenAI Codex plays the Integrator: it filters that plan down, pushes back on anything that looks like unnecessary scope, builds the actual code inside its own sandboxed environment, and reports back honestly on what it did. The idea is based on the Visionary and Integrator operating system described in the book Rocket Fuel by Gino Wickman and Mark C. Winters. Before any code gets written, the two models argue with each other in a structured, bounded meeting, and only once they reach a stated verdict of being on the same page does building actually begin. The user only makes three real decisions during a run: answering the interview questions, breaking rare ties if the two models get stuck disagreeing, and approving the final commit. The skill supports a few different modes depending on plain-English instructions. A full kickoff runs the whole interview, plan review, build, and verification cycle for a new feature. Telling it a repository is messy triggers a codebase audit that produces a ranked list of issues for the user to choose from before fixing. Pointing it at an existing plan file has Codex attack that plan without making changes until it approves it. A narrower request, like adding one specific feature, gets built by Codex and then checked by Fable. Every argument between the two models during a run is saved to a log file in the repository, alongside the plan file, so the reasoning stays visible after the fact. Installing it requires the Codex command line tool, Claude Code, and git. It is released under the MIT license.
A Claude Code skill that runs Claude Fable 5 and OpenAI Codex as co-founders, arguing over a plan before Codex builds and Fable verifies it.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.