ワンクリックで
ipc-contract
Define service, API, event, storage, or process-boundary contracts between components.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Define service, API, event, storage, or process-boundary contracts between components.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Convert source notes into claim-level evidence with confidence and limitations.
Verify source traceability, artifact completeness, and citation correctness before citation_qa gate.
Write an evidence-backed final research report from sources and the evidence matrix.
Review research method quality, source diversity, bias, and conclusion strength.
Convert a broad research request into subquestions, assumptions, and source criteria.
Design and execute a multi-round SearxNG/arXiv search strategy.
| name | IPC Contract |
| description | Define service, API, event, storage, or process-boundary contracts between components. |
| when-to-use | Use when two or more components must agree on data shape, behavior, ordering, errors, or compatibility. |
| user-invocable | false |
| context | inline |
Write or update the shared contract as <project_root>/INTERFACE_CONTRACT.md.
Use the vocabulary of the actual stack. A contract may be HTTP, CLI, file, database, event, queue, function, plugin, UI bridge, or another component boundary.
Size guidance:
Required sections:
Contract summary
Operations
Errors and edge behavior
Security and trust boundary
Sequencing and consistency
Compatibility and migrations
Integration smoke
Handoff rules:
INTERFACE_CONTRACT.md, then notify affected agents.