claude-supervisor-codex-worker

Orchestrate Claude and Codex through a planning-execution-review workflow.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill claude-supervisor-codex-worker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-supervisor-codex-worker
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.codex/memories/skills/claude-supervisor-codex-worker
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill claude-supervisor-codex-worker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates Claude as supervisor and Codex as executor to solve end-to-end software task orchestration.

Core Features & Use Cases

  • Three-stage workflow: plan, execute, and review to align ideas with implementations.
  • Output contracts: merged reports detailing architecture, implementation, and verification.
  • Failure handling: structured retries and blockers summaries to ensure progress.

Quick Start

Invoke claude-codex-supervisor with your task to start the workflow.

Frequently Asked Questions about claude-supervisor-codex-worker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multi-step software workflows across Claude and Codex?

To orchestrate multi-step software workflows, this Skill uses a three-stage planning, execution, and review loop where Claude acts as the supervisor and Codex serves as the executor to align architecture ideas with generated code.

What is the best way to automate code generation and verification with Claude and Codex?

Automating code generation and verification is handled by applying a defined output contract that merges detailed reports for architecture, implementation, and verification, ensuring end-to-end task alignment.

How does failure handling work when automating coding tasks with a supervisor-executor loop?

Failure handling for automated coding tasks provides structured retries and generates comprehensive blocker summaries, ensuring continuous progress and capturing failures within the multi-stage review process.

Can I use this supervisor-executor workflow for architecture planning as well as code execution?

Yes, the supervisor-executor workflow applies to multi-step tasks including architecture planning, code generation, and verification, orchestrating the entire end-to-end software task lifecycle.

Do I need to install external dependencies to run the Claude and Codex supervisor workflow?

No external dependencies are required to run the Claude and Codex supervisor workflow, allowing you to directly invoke the orchestration process to start the plan, execute, and review loop.