🎯
plan-execute
🎯Skillfrom longranger2/claude-gpt-workflow
What it does
|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.
Same repository
longranger2/claude-gpt-workflow(3 items)
plan-execute
Installation
Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add longranger2/claude-gpt-workflow --skill plan-executeskills.sh Install⚠ Installs to .agents/skills/
npx skills add longranger2/claude-gpt-workflow --skill plan-executeManual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/plan-execute/SKILL.mdSKILL.md
214Installs
-
AddedMar 14, 2026
More from this repository2
🎯🎯
plan-review🎯Skill
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.
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.