원클릭으로
goga-brainstorm-contracts-annotations
Writing annotations at all levels for a single cell in the brainstorm contracts pipeline
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Writing annotations at all levels 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-annotations |
| description | Writing annotations at all levels for a single cell in the brainstorm contracts pipeline |
Write the implementation instructions for the given cell. Process every annotation target in order — cell header,
then each Entity/Routine, then each method/property — and for each one:
Determine the level: global (cell header), type-level (per Entity/Routine), or member-level (per
method/property). The level selects the content — see goga-cookbook "When to write annotations". The global
level additionally includes the base annotations from goga-codemanifest-base (the contract must comply with
their constraints).
Decide what content the annotation needs. Do not invent content — derive it:
[TYPE_DETAIL_REPORT] — responsibility, signature (params and return), methods/properties, interactions.goga-cookbook ("Why") — the content categories that fit the level.Write the annotation by goga-cookbook Annotations writing standard (elements, the Algorithm: placement
rule), references, and the sufficiency criterion: if not sufficient for implementation, add the missing element
(Algorithm: / Requirements: / Constraints:).
Verify against goga-cookbook Annotations — references resolve, no cross-level duplication, no implementation
details.