원클릭으로
codex-delegate
Delegate a coding task to OpenAI Codex agent for autonomous execution
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Delegate a coding task to OpenAI Codex agent for autonomous execution
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Process autonomous task queue from do-work/ folder
Enter plan mode for complex tasks (pour energy into the plan for 1-shot implementation)
Initiate autonomous PR review process with Codex agent
Run comprehensive repo assessment with Codex (every 3 PRs)
Comprehensive security audit covering 10 threat categories
Install all automation for a new repo (git hooks + GitHub Actions)
SOC 직업 분류 기준
| name | codex-delegate |
| description | Delegate a coding task to OpenAI Codex agent for autonomous execution |
Created: 2026-02-09-00-00 Last Updated: 2026-02-16-00-00
You are delegating a coding task to a headless Codex agent. Codex will do the actual implementation work.
Review conversation context. Restate the task clearly: what to do, which files, what "done" looks like. If unclear, ask the user.
Read CODEX.md and relevant code. Build ONE prompt with this structure:
# Project Context
[Relevant sections from CODEX.md]
# Task
[Clear description from conversation context]
# Relevant Files
[Key files the model should know about]
# Requirements
- [specific requirements]
# Success Criteria
- [how to verify it's done correctly]
Rules: Include CODEX.md context directly. Be specific about requirements. Do NOT tell the model how to implement or over-constrain the solution.
codex exec --full-auto "YOUR_PROMPT_HERE" 2>&1
--full-auto enables --sandbox workspace-write and -a on-request (model decides when to ask for approval). Codex auto-applies changes to the workspace.
## Delegation Report
### Task: [what was delegated]
### Context Provided: [summary of CODEX.md context included]
### What Codex Did: [files created/modified, summary of changes]
### Verification: [did it meet success criteria? issues?]
### Follow-up: [remaining tasks, things to review]