Help us improve
Share bugs, ideas, or general feedback.
From codex-plan-critique
Invoke Codex CLI as peer reviewer during planning phases. Use when "planning an implementation", "designing a solution", "in plan mode", "architecting a feature", or about to "propose a plan" to get critique before presenting to user.
npx claudepluginhub adrianleb/codex-plan-critique-skill --plugin codex-plan-critiqueHow this skill is triggered — by the user, by Claude, or both
Slash command
/codex-plan-critique:codex-plan-critiqueThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Invoke Codex CLI to peer-review plans before presenting to user. Codex runs in the project directory with visibility to all files.
Invokes Codex to review implementation plans for gaps, risks, suboptimal steps, and alternatives. Triggered after Claude plans or on requests for second opinions.
Reviews Claude's implementation plans using Gemini for feedback on gaps, risks, optimality, alternatives, and completeness with project context.
Reviews and provides high-effort critique of execution plans stored in plan.md, with project-specific LSP detection and session management.
Share bugs, ideas, or general feedback.
Invoke Codex CLI to peer-review plans before presenting to user. Codex runs in the project directory with visibility to all files.
/tmp/plan-critique.md)scripts/codex-critique.sh <plan-file> <project-dir> "<user-prompt>"
Arguments:
plan-file - Path to plan fileproject-dir - Project root (Codex runs here for file access)user-prompt - Original user request for contextExample:
scripts/codex-critique.sh /tmp/plan.md /Users/ad/myproject "Add user authentication"
Output format:
Present critique to user:
★ Codex Peer Review ─────────────────────────
[Critique output here]
──────────────────────────────────────────────
If Codex unavailable:
codex CLI installed and authenticatedcodex login