๐ฏ
plan-review
๐ฏSkillfrom longranger2/claude-gpt-workflow
What it does
|Runs an adversarial plan iteration workflow where Claude Code asks Codex to critically review a plan file, evaluates the feedback, revises the plan, and repeats until consensus is reached. Supports multi-round reviews with issue tracking and severity-based prioritization.
Same repository
longranger2/claude-gpt-workflow(3 items)
plan-review
Installation
Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add longranger2/claude-gpt-workflow --skill plan-reviewskills.sh Installโ Installs to .agents/skills/
npx skills add longranger2/claude-gpt-workflow --skill plan-reviewManual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/plan-review/SKILL.mdSKILL.md
219Installs
-
AddedMar 14, 2026
More from this repository2
๐ฏ๐ฏ
codex๐ฏSkill
Delegates coding tasks to OpenAI's Codex CLI for cost-effective execution, ideal for batch refactoring, code generation, multi-file changes, and test writing when the implementation plan is clear.
plan-execute๐ฏSkill
Orchestrates a plan execution workflow where Claude Code reviews code and delegates all implementation and fixes to Codex, iterating through review rounds until quality standards are met.