Codex Plan Review banner
irama irama

Codex Plan Review

AI community

Description

--- description: Adversarial Codex review of a PLAN or design (not code) via the local Codex CLI. Read-only second-model challenge — pressure-tests the approach, assumptions, tradeoffs, and failure modes before you build. Use when a plan is agreed but not yet implemented. argument-hint: '[plan text, or path to a plan file — defaults to the current in-context plan]' allowed-tools: Bash(codex:*), Bash(git:*), Read --- Get an independent second model to CHALLENGE the current plan before building.

Installation

Installs to ~/.claude/skills/irama-irama-skills-codex-plan-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/irama-irama-skills-codex-plan-review && curl -fsSL https://raw.githubusercontent.com/irama/irama-skills/HEAD/commands/codex-plan-review.md -o ~/.claude/skills/irama-irama-skills-codex-plan-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository