codex-plan-review

Installation
SKILL.md

Codex Plan Review

Purpose

Adversarially review a plan before implementation starts.

When to Use

After creating a plan, before implementing code.

Prerequisites

  • A Markdown plan file (e.g. plan.md) with headings.

Runner

RUNNER="{{RUNNER_PATH}}" SKILLS_DIR="{{SKILLS_DIR}}" json_esc() { printf '%s' "$1" | node -e 'let d="";process.stdin.on("data",c=>d+=c);process.stdin.on("end",()=>process.stdout.write(JSON.stringify(d)))'; }

Related skills
Installs
19
GitHub Stars
59
First Seen
Feb 24, 2026