Convert a plan document such as PLAN.md into a single runnable Python workflow. Use only when Codex is explicitly invoked with `$compile-plan` and given a concrete plan file path to compile. Apply it when the task is to preserve the plan's ordered steps, conditions, retries, and agent tasks in one `.agentify.py` file, using `agentify.call_executor()` and `agentify.call_reviewer()` for delegated agent work.
2026-04-26