From clodex
Coordinates Claude Code CLI planning with Codex CLI implementation and dual adversarial audits across task lifecycle (plan, build, apply, audit).
How this skill is triggered — by the user, by Claude, or both
Slash command
/clodex:clodex-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Prefer native Clodex coordination when the repository has been initialized with
Prefer native Clodex coordination when the repository has been initialized with
clodex init: use the available MCP handoff tools first, and use
clodex task ..., clodex audit --diff, and clodex status as fallbacks. The
older harness commands remain valid for scripted or non-MCP workflows.
Harness commands:
clodex plan "<task>" asks Claude Code CLI to produce a structured plan.clodex build "<task>" runs Claude planning, Codex implementation, and multi-reviewer audit in an isolated worktree.clodex apply <run-id> applies an approved worktree patch back to the source checkout.clodex task start/get/cancel/list manages durable async runs.clodex audit --diff audits the current uncommitted diff with both Claude and Codex.clodex status shows recent local task and run state.Defaults:
claude -p --model opus --effort max --permission-mode plan.codex exec or codex review with gpt-5.5 and model_reasoning_effort="xhigh"..clodex/workspaces/<run-id>/; use --workspace local only when in-place changes are intentional.ci, local, and auto_review; ci is the deterministic default.Do not mark a run complete unless .clodex/runs/<run-id>/05-agreement.json
contains approved: true.
npx claudepluginhub 9thlevelsoftware/clodexUse when the user asks to run Claude Code CLI (`claude`, `claude resume`) for review, analysis, implementation, refactoring, debugging, or follow-up specifically through Claude Code.
Guides codex-review plugin workflows including plan review, implementation review, status checks, and finding resolution.
Orchestrates Codex agents for code implementation, file modifications, codebase research, security audits, testing, and multi-step execution workflows.