agy-delegate
Build a versioned Antigravity teammate delegation envelope and route it through the guarded agy wrapper.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build a versioned Antigravity teammate delegation envelope and route it through the guarded agy wrapper.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Route proposed Team Mimir profile behavior changes to target-owned Hermes dialogue.
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.
Run a structured Infiquetra code-quality review at the work-to-PR boundary. Reads the merge-base diff, runs a built-vs-planned audit plus judgment-selected review lenses, validates findings, writes a durable review artifact, appends to the work-thread saga, and routes — without mutating code. Triggers on "review this PR", "code review", "check my diff", "pre-PR review", or a /work hand-in before shipping.
| name | agy-delegate |
| description | Build a versioned Antigravity teammate delegation envelope and route it through the guarded agy wrapper. |
| when_to_use | Use when the operator calls /agy:delegate or when agy-coder / agy-reviewer need to delegate a bounded coding or review task to Antigravity. |
This skill is the routing contract for the dormant agy plugin scaffold. It prepares one
agy.delegation.v1 envelope and invokes the shared wrapper:
python3 plugins/agy/scripts/agy_delegate.py
The wrapper is the only supported execution path. Do not call raw agy 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: no-write or patch-only.task: bounded task text or a task file path.evidence: minimal, summary, or full.write_set: explicit paths bounding what the delegate may change in the clone.verification: orchestrator-supplied commands when checks are required.apply_policy is always preserve-patch. Concurrent writes are
prevented by assigning work units that do not cross files, not by a runtime fence.mode=patch-only.role=reviewer, mode=no-write, and
review_lens=adversarial.adversarial, quality, scope-gap, and security-ops; route
lens variants through the envelope instead of creating more agents.patch-only, after the delegate's changes and
before the patch is reported. verification.required decides whether a failure is terminal: a
required command that fails yields checks_failed, while an unrequired one is recorded in
checks.json and leaves the run patch_ready. no-write runs skip verification — the clone is
unchanged, so there is nothing to verify.agy/skills/agy-delegate/references/delegation-contract.md.agy.delegation.v1 contract.plugins/agy/scripts/agy_delegate.py.Each follow-up delegation is a fresh wrapper invocation unless a later wrapper version explicitly adds stateful conversation support.