# Claude Supervisor Codex Worker

> Use when the user wants Claude to act as supervisor/brain and drive Codex implementation, especially phrases like "claude当监工", "claude指挥codex", or "监工大脑".

- Skill: `kyrie66nb/claude-supervisor-codex-worker` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add kyrie66nb/claude-supervisor-codex-worker`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kyrie66nb/claude-supervisor-codex-worker/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: kyrie66nb (https://skillmd.com/u/kyrie66nb)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kyrie66nb/claude-supervisor-codex-worker

---


# Claude Supervisor Codex Worker

## Overview

Run a strict 3-stage loop where Claude plans and reviews while Codex executes. Prefer the command `claude-codex-supervisor "<task>"` so the workflow is reproducible.

## Trigger Phrases

- `claude当监工`
- `claude监工`
- `监工大脑`
- `claude指挥codex`
- `claude操控codex`
- `claude-supervisor-codex`
- `监工执行模式`

## Workflow

1. Normalize the user request into one executable task sentence.
2. Run `claude-codex-supervisor "<task>"`.
3. Use Claude output as architecture and acceptance gate.
4. Use Codex output as implementation delta.
5. Use Claude final review as pass/fail decision.

## Output Contract

Return one merged report with these sections:

1. `Architecture`
2. `Implementation`
3. `Verification`
4. `How to rerun`

## Failure Handling

- If Claude plan step fails: return the failure and retry with a shorter task sentence.
- If Codex execution step fails: keep artifacts, summarize blocker, and request targeted retry.
- If Claude review fails: return explicit fix list with severity (`P0`, `P1`, `P2`).

