一键导入
batch-mode
Use when working on the Latency harness and you need cost efficiency control: Trades latency for cheaper batch processing where the task tolerates delay.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when working on the Latency harness and you need cost efficiency control: Trades latency for cheaper batch processing where the task tolerates delay.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when working on the Sub-agent Dispatch harness and you need capability control: Registers new agent types, pluggable planning strategies, and enforced result schemas.
Use when working on the Orchestrator harness and you need capability control: Lets operators swap the "why this next" decision logic (round-robin, risk-first, deadline-first) without touching the orchestrator core.
Use when working on the Trace harness and you need performance control: Writes traces asynchronously so audit logging doesn't block the call path.
Use when working on the Orchestrator harness and you need cost efficiency control: Caps concurrent high-cost reasoning sessions per project and reclaims idle slices, holding total attention spend under a set ceiling.
Use when working on the Latency harness and you need capability control: Adds SLO config and availability probes for new routes.
Use when working on the Provider harness and you need cost efficiency control: Chooses batch over realtime endpoints and compresses payloads where latency allows to reduce vendor cost.
| name | batch-mode |
| description | Use when working on the Latency harness and you need cost efficiency control: Trades latency for cheaper batch processing where the task tolerates delay. |
Trades latency for cheaper batch processing where the task tolerates delay.
Changing this harness changes speed behavior: latency targets, slow-route demotion, batch-vs-realtime choices, and availability probes that decide whether the call should wait or move.
This is a working harness-control runbook. Use it to inspect the current boundary, choose a small control change, define tests, and produce an implementation-ready patch plan.
Latency / Cost efficiency.Use this minimum evidence before trusting the change:
Batch Mode and produces the expected controlled behavior.Return this structure:
## Batch Mode Harness Update
Boundary: Latency / Cost efficiency
Problem: <one sentence>
Selected lever: <one lever>
Change: <smallest concrete change>
Files or systems touched: <paths, configs, tools, policies, or human steps>
Allowed behavior: <what may happen>
Blocked behavior: <what must not happen>
Verification: <positive test, boundary test, regression check>
Evidence captured: <logs, traces, screenshots, costs, timings, or audit records>
Rollback: <how to undo>
Approval needed: <none or specific human gate>
Do not grant new runtime authority, spend money, deploy, modify secrets, delete data, contact external users, change access control, or bypass approval gates unless the operator explicitly authorizes that action. If authority is unclear, stop with a blocker question and state the exact approval needed.