一键导入
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 页面并帮你完成安装。
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.