Hoyeon execution workflow for Codex. Use when the user invokes
"$hoyeon-execute" or wants to execute a Hoyeon plan.json through the
Bash-first Codex adapter. This adapter loads the canonical execute skill and
follows its Codex runtime surface.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Hoyeon execution workflow for Codex. Use when the user invokes
"$hoyeon-execute" or wants to execute a Hoyeon plan.json through the
Bash-first Codex adapter. This adapter loads the canonical execute skill and
follows its Codex runtime surface.
hoyeon-execute
This is the Codex-facing wrapper for Hoyeon's canonical execute skill.
Treat canonical Agent(...), TaskCreate, TaskUpdate, TaskOutput, and
TeamCreate examples as Claude Code protocol notes, not literal Codex calls.
Parallel worker dispatch is allowed for disjoint parallel_safe tasks when
the relevant adapter is prompt-visible. scripts/codex-execute-smoke.sh
validates plan state transitions only, not parallel subagent behavior.
The output contract remains the canonical Hoyeon contract:
all executable tasks completed or blocked with evidence, followed by plan
validation.