원클릭으로
goga-brainstorm-context
Project context exploration for the brainstorm pipeline
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Project context exploration for the brainstorm 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-context |
| description | Project context exploration for the brainstorm pipeline |
You are responsible for gathering facts about the current state of the project.
Use this report for its specific purpose:
[INTAKE_REPORT] — use it for the topic, the user's description, and any names/terms it mentions; these drive the matching against the project schema (Read relevant CODEMANIFESTs) and the choice of usages to read (Read relevant usages).Run goga schema --help first to understand the command's capabilities, then run goga schema to obtain the complete cell hierarchy. To understand what a cell is, use skill goga-cell.
If the project has no existing architecture — record this as a fact and proceed.
Use skill goga-codemanifest-base — record base usages and annotations for all CODEMANIFESTs in the plan.
Based on the schema and the [INTAKE_REPORT], read the CODEMANIFESTs of cells possibly related to the topic. Match the user's description to the schema:
--depends-on <cell_path> to search dependent cells when necessaryRead usages of files related to the cells from Phase 3, following the rules of skill goga-cookbook.
If the task implies external libraries or technologies — read usages about them in .goga/usages/cooks/.
This provides a catalog of available practices, libraries, and tools that the new architecture can reference.
Adapt depth:
Record description-to-schema matches as hypotheses. Do NOT resolve them here — they are resolved in the next phase (the [PRIMARY_ANALYSIS_REPORT], Phase 3 of the pipeline), which folds them into its Artifact Resolution section.
Fill every section. No empty sections.
# [PROJECT_CONTEXT_REPORT]
## Cell Hierarchy
[Output of `goga schema`, or "no existing architecture" as a fact]
## Base Usages & Annotations
[From goga-codemanifest-base]
## Relevant Existing Cells
[Table: Cell | CODEMANIFEST location | Relevance to the task]
## Relevant Usages
[Table: Usage file | Cell | Relevance; include external-library usages in .goga/usages/cooks/]
## Description-to-Schema Matches
[Table: Name/term from description | Schema match? | Hypothesis (existing artifact to modify / new artifact to create / ambiguous)]
goga schema is unavailable