explaingit

chaseai-yt/grill-me-codex

Analysis updated 2026-05-18

99Audience · developerComplexity · 2/5LicenseSetup · moderate

TLDR

Claude Code skills that grill you to lock a build plan, then have OpenAI Codex adversarially review it before any code is written.

Mindmap

mindmap
  root((grill-me-codex))
    What it does
      Interrogate the plan
      Cross-model review
      Lock plan before coding
    Tech stack
      Claude Code skills
      OpenAI Codex CLI
    Use cases
      Plan alignment
      Adversarial plan review
      Decision logging
    Audience
      Developers using Claude Code

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Force a clear plan out of yourself and Claude before starting a coding task, using structured questioning.

USE CASE 2

Get a second AI model's adversarial review of your plan before any code is written.

USE CASE 3

Keep a written record of plan revisions and the reasoning behind them in a project.

What is it built with?

Claude CodeOpenAI Codex CLIMarkdown

How does it compare?

chaseai-yt/grill-me-codexmrxujiang/hicadtornikegomareli/aurora
Stars999999
LanguageJavaScriptSwift
Setup difficultymoderatemoderateeasy
Complexity2/53/52/5
Audiencedevelopervibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires installing and authenticating the OpenAI Codex CLI (version 0.130 or later) separately from Claude Code.

You can use, modify, and distribute this project freely, including commercially, as long as you keep the copyright notice.

In plain English

This repository contains a set of skills for Claude Code, the AI coding assistant, that add a two-step review process before any code gets written. The idea is to address two weak points in AI-assisted development: first, making sure the AI and the developer agree on what is being built, and second, having an independent AI from a different company evaluate the plan before work begins. The first step, called Act 1, has Claude ask you a series of questions until the plan is fully defined and all decision branches are resolved. A variant called grill-with-docs-codex also checks the plan against a project glossary and records architectural decisions as the conversation progresses. Once the plan is locked, Claude writes it to a file called PLAN.md. The second step, called Act 2, feeds that written plan to OpenAI Codex, which is a separate AI tool from a different provider. Codex reviews the plan and returns either an approval or a list of objections. If it requests revisions, Claude updates the plan and sends it back for another round. This loop continues until Codex approves or until a maximum number of rounds is reached (five by default). Codex is restricted to read-only mode throughout this process, meaning it can only evaluate and critique, never write or change files. A log file called PLAN-REVIEW-LOG.md records the full round-by-round exchange. The rationale the README gives for using a second AI from a different company is that the model doing the planning and the model grading the plan are the same system, which creates a blind spot. A different provider is more likely to catch structural problems in the plan. Installation involves copying the skill folders into Claude Code's local skills directory and having the Codex CLI installed and authenticated separately via an OpenAI or ChatGPT account. The skills are invoked using Claude Code's slash-command interface. Act 1 was built on top of earlier work by Matt Pocock, Act 2 and the packaging were added by Chase AI. The project is MIT licensed.

Copy-paste prompts

Prompt 1
Help me install the grill-me-codex skills into my Claude Code skills directory.
Prompt 2
Walk me through running /grill-me-codex to plan a new feature before writing any code.
Prompt 3
Explain how the Codex review loop decides between APPROVED and REVISE in this workflow.
Prompt 4
What do I need to set up the OpenAI Codex CLI so it works with this skill?

Frequently asked questions

What is grill-me-codex?

Claude Code skills that grill you to lock a build plan, then have OpenAI Codex adversarially review it before any code is written.

What license does grill-me-codex use?

You can use, modify, and distribute this project freely, including commercially, as long as you keep the copyright notice.

How hard is grill-me-codex to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is grill-me-codex for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.