ワンクリックで
cost-model
Use when working on the Cost harness and you need capability control: Adds per-provider cost models and budget-policy authoring.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when working on the Cost harness and you need capability control: Adds per-provider cost models and budget-policy authoring.
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 | cost-model |
| description | Use when working on the Cost harness and you need capability control: Adds per-provider cost models and budget-policy authoring. |
Adds per-provider cost models and budget-policy authoring.
Changing this harness changes spend control for the call: budget prechecks, token accounting, halt thresholds, and whether the request is demoted, delayed, or blocked before money is spent.
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.
Cost / Capability.Use this minimum evidence before trusting the change:
Cost Model and produces the expected controlled behavior.Return this structure:
## Cost Model Harness Update
Boundary: Cost / Capability
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.