ワンクリックで
goga-brainstorm-contracts-usages-file
Designing cell-level consumer usage files for a single cell in the brainstorm contracts pipeline
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Designing cell-level consumer usage files for a single cell in the brainstorm contracts pipeline
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Python rules for implementing CODEMANIFEST contracts
Verify each Cell's CODEMANIFEST against the implementation
Generate the final acceptance report with verdict
Defines the acceptance scope — the set of cells for a given functionality
Final acceptance orchestrator for contract-oriented workflows
Cell test coverage assessment for acceptance review
| name | goga-brainstorm-contracts-usages-file |
| description | Designing cell-level consumer usage files for a single cell in the brainstorm contracts pipeline |
Design the consumer API documentation in <cell_path>/.usages/ for the given cell.
<cell_path>/.usages/ files follow goga-cookbook..usages/ placement and {name}.md path resolution follow goga-cell.Build the factual basis for the documentation:
[TYPE_DETAIL_REPORT] — the cell's contract: each type's responsibility, methods/properties/signatures, and
interactions. This is the API surface a consumer calls.Review existing md files in <cell_path>/.usages/ — preserve or extend them; do not overwrite blindly.
Split the API (Step 1) into functional domains by the actions a consumer performs.
One file per domain: <cell_path>/.usages/<domain>.md.
Per file: a domain statement (area + target audience), ready-to-use patterns with code examples, and preconditions/side effects relevant to the consumer. Self-contained — describes how to use, not what to implement.
Return the paths: <cell_path>/.usages/<domain>.md and Full usage-files content.