ワンクリックで
agent-dispatch
Dispatch a claimed wave to a runtime per the V8 session-reuse ladder.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Dispatch a claimed wave to a runtime per the V8 session-reuse ladder.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Model-only playbook for adding a property-based test that pins a function's invariant.
Fresh-context verification of a phase deliverable or wave outcome. Spawns a fresh auditor subagent that re-reads the diff against the success criteria.
Auto-chained research follow-up skill with recursion guard for residual unknowns.
Resolve the Co-Authored-By trailer policy for the active repo.
Compress the session conversation when context approaches the limit.
Read-only design pass for an interactive surface: produces a statechart + action x context matrix + journey scenarios backed by an 11-rule lint contract. No state mutations.
| name | agent-dispatch |
| description | Dispatch a claimed wave to a runtime per the V8 session-reuse ladder. |
| argument-hint | <wave-id> [--runtime=<id>] |
| user-invocable | true |
| disable-model-invocation | true |
Dispatch resolves the wave's RoleSpec (role, model, tools, isolation) and renders the subagent's prompt from the wave's agent_role + the role's canonical contract. The dispatched session emits one agent_end report carrying an EvidenceRecord summary; the recorded evidence feeds the wave's CloseReadiness. When the operator pins a runtime preference, the choice persists via a MEMORY mutation (MutationKind=update) on the Project row so the next dispatch starts from the operator's pinned ladder.
wave_id (required; a missing id degrades to status=needs_user).Wave.runtime_preference ladder (or an explicit runtime_preference arg); an explicit runtime arg overrides the ladder head.status=partial (the dispatch can still proceed against the daemon default, but the operator can pin a preference).agent.dispatch RPC is the canonical mutator; the skill routes to eawf wave dispatch via next_valid_actions.A missing wave_id degrades to status=needs_user. When no runtime in the ladder resolves, the soft status=partial routes the operator to an AskUserQuestion prompt to pin a runtime preference rather than silently falling through to the daemon default.
Skill envelope with header.skill = "/agent-dispatch". Body carries wave_id, runtime_preference, and resolved_runtime.