delegating-to-codex

Delegate narrow deterministic tasks to Codex via phase-based micro-prompts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tuvens/phased-development --skill delegating-to-codex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegating-to-codex
Source: https://github.com/tuvens/phased-development/tree/main/skills/delegating-to-codex
Command: npx skills add https://github.com/tuvens/phased-development --skill delegating-to-codex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents an agent from pretending to delegate work while actually doing it itself, giving you a clean, auditable way to hand off narrow deterministic tasks to Codex.

Core Features & Use Cases

  • Protocol-driven delegation: Writes a micro-prompt to the required phase-specific path so Codex receives a clear, bounded task.
  • Safety guardrails: Explicitly blocks using the Agent tool as a substitute for Codex and requires the work to be verifiable.
  • Use Case: You need an exact file edit, a fixed path update, or another self-contained change that can be checked after completion without further investigation.

Quick Start

Ask the AI to prepare a Codex micro-prompt for your deterministic task, save it in the required phase directory, and wait until the result is verified.

Frequently Asked Questions about delegating-to-codex

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

FAQPage Schema
How do I delegate deterministic file edits to Codex from Claude Code?

You delegate deterministic file edits by applying the codex delegation protocol, which writes a phase-based micro-prompt to a required directory for Codex to execute, ensuring the task is self-contained and verifiable without Claude doing the work itself.

What is a micro-prompt for Codex delegation and when do I need one?

A micro-prompt for Codex delegation is a bounded instruction file that defines a narrow, self-contained task. You need one when performing exact file edits or fixed path updates that require verifiable results without further investigation.

Can I use the Agent tool to substitute for Codex when delegating tasks?

No, you cannot use the Agent tool to substitute for Codex. The delegation protocol explicitly blocks using the Agent tool as a replacement to ensure tasks are handed off safely and auditably to Codex rather than executed internally.

How do I verify Codex task completion after delegating a fixed path update?

You verify Codex task completion by running post-completion checks against the listed files and requirements. The protocol requires that delegated work like fixed path updates is verifiable, ensuring the output meets the specified deterministic criteria without further investigation.

When should I not use Codex delegation for my coding tasks?

You should not use Codex delegation for tasks that require investigation or are not self-contained. The protocol applies only to narrow, deterministic work like exact file edits and fixed path updates that can be fully verified upon completion.