원클릭으로
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.