codex-delegate
Build a versioned codex delegation envelope and route it through the guarded codex wrapper.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build a versioned codex delegation envelope and route it through the guarded codex wrapper.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Route proposed Team Mimir profile behavior changes to target-owned Hermes dialogue.
Build a versioned Antigravity teammate delegation envelope and route it through the guarded agy wrapper.
Create durable Infiquetra implementation plans with issue, review, test, and deploy gates. Interrogates HOW work gets built, writes an agent-consumable plan artifact, records a plan saga, and routes to doc-review and /work. Triggers on "plan this", "how should we build this", "create a plan", "break this down", or a handoff issue ready for planning.
Coordinate a whole outcome as a durable DAG of leaf sagas. A level-triggered reconcile loop that dispatches the ready frontier to executors, harvests completion, and pages the operator only at gates and exceptions. The coordinator routes and never runs leaf work; status is derived on read. Thin coordinator verbs only — start, graph, advance, attend, resume, discover, handoff, attach — leaf work stays the native /resume, /work, /code-review, /qa.
Execute a settled Infiquetra plan to PR-ready, then own the round-N PR continuation loop. Restores and writes the work-thread saga (the primary writer), recommends an execution backend, runs risk-gated tests, calls /code-review programmatically and reads its envelope, gates hard on P0/P1 and stale reviews, and coordinates PR-open/review-request/merge under explicit confirmation — without owning deploy. Triggers on "build it", "work this plan", "execute the plan", "resume work on
Deep-dive one chosen Infiquetra idea into a right-sized requirements document before planning.
| name | codex-delegate |
| description | Build a versioned codex delegation envelope and route it through the guarded codex wrapper. |
| when_to_use | Use when the operator calls /codex:delegate or when codex-coder / codex-reviewer need to delegate a bounded coding or review task to codex. |
This skill is the routing contract for the codex plugin. It prepares one
codex.delegation.v1 envelope and invokes the shared wrapper:
python3 plugins/codex/scripts/codex_delegate.py
The wrapper is the only supported execution path. Do not call raw codex directly, do not run a
background or detached path, and do not solve the delegated task locally as a fallback.
Direct Read/Edit/Write solving is a contract breach.
role: coder or reviewer.mode: read-only or task.task: bounded task text or a task file path.evidence: minimal, summary, or full.write_set: explicit paths, required when mode=task.model / effort: optional for direct /codex:delegate use; omit them to let codex fall back
to its own configured default (KTD3). Saga registry dispatch supplies both explicitly and fails
closed if either is absent.Registry-backed Codex identity is the canonical <model>-<effort> pair, for example
gpt-5.6-sol-high. The separate model and effort fields are preserved in the envelope so the
Codex argv, bridge receipt, and Saga evidence can be compared without parsing prose.
mode=task, which is write-capable but scoped to a disposable
clone only — a run always preserves its patch in the evidence bundle and never applies to the
live tree in v1 (KTD5).role=reviewer, mode=read-only, and
review_lens=adversarial.adversarial, quality, scope-gap, and security-ops; route
lens variants through the envelope instead of creating more agents.codex.delegation.v1 contract.plugins/codex/scripts/codex_delegate.py.Each follow-up delegation is a fresh wrapper invocation.