원클릭으로
goga-brainstorm-primary-analysis
Primary analysis of concepts, dark zones, and risks for the brainstorm pipeline
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Primary analysis of concepts, dark zones, and risks 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-primary-analysis |
| description | Primary analysis of concepts, dark zones, and risks for the brainstorm pipeline |
You are responsible for the first analytic pass of the brainstorm cycle and for producing the canonical context
snapshot. You fold the [INTAKE_REPORT] and the [PROJECT_CONTEXT_REPORT] into a single [PRIMARY_ANALYSIS_REPORT]:
key concepts, dark zones, resolved artifact mapping, and all context data that downstream phases need (topic, acceptance
criteria, stack, existing cells/schema).
Use these reports for its specific purpose:
[INTAKE_REPORT] — use it for the request and its boundaries, the acceptance criteria, the stack, and
the Description Type (which sets the expected analysis depth); this phase folds them into the canonical context
snapshot carried by the [PRIMARY_ANALYSIS_REPORT].[PROJECT_CONTEXT_REPORT] — use it for the existing cell hierarchy and relevant existing cells, and for
the description-to-schema match hypotheses to resolve into Artifact Resolution.Apply the orchestrator's Dialogue Protocol throughout (hypotheses, one question per message, structured responses, ASCII diagrams).
From the description and gathered facts, determine. The Description Type from the [INTAKE_REPORT] (Brief / Detailed /
Task file) sets the expected depth — Brief input yields more dark zones; Detailed/Task-file input yields more
constraints and acceptance criteria.
[INTAKE_REPORT] task summary (used by plan-assembly for
docs/arch/<topic>.md)[INTAKE_REPORT] "Acceptance
Criteria" section; otherwise N/A[INTAKE_REPORT] "Stack and Dependencies"
section; otherwise the detected/inferred stack; or N/A[PROJECT_CONTEXT_REPORT] (or "no existing architecture")[PROJECT_CONTEXT_REPORT]
into modify <existing cell> / create new <artifact> / new artifact, through the Dialogue Protocol (hypothesis →
one question → confirmation). Ambiguous matches must NOT remain ambiguous in the outputIf the description covers several independent subsystems — propose splitting into subsystems and brainstorming one at a time.
Present the primary analysis to the user and obtain approval (see WAIT).
Present the [PRIMARY_ANALYSIS_REPORT] to the user and obtain approval before proceeding.
Fill every section. No empty sections.
# [PRIMARY_ANALYSIS_REPORT]
## Topic
[Short topic name derived from the [INTAKE_REPORT] task summary.
## Acceptance Criteria
[If task-file input: verbatim/condensed list from the [INTAKE_REPORT] "Acceptance Criteria" section. Otherwise: N/A.
Canonical source for the cell-assembly acceptance check.]
## Stack & External Dependencies
[If task-file input: from the [INTAKE_REPORT] "Stack and Dependencies" section. Otherwise: detected/inferred stack; or
N/A. Used by contracts/type-detail to account for technologies.]
## Existing Cells & Schema
[Cell hierarchy from the [PROJECT_CONTEXT_REPORT] (or "no existing architecture") + relevant existing cells table (
Cell | CODEMANIFEST location | Relevance). Canonical source for cell-distribution extend-vs-create decisions and
plan-assembly project structure.]
## Artifact Resolution
[Table: Name/term from the description | Resolution: modify <existing cell> / create new <artifact> / new artifact |
Justification. Resolves the [PROJECT_CONTEXT_REPORT] description-to-schema matches using goga-cell + goga-cookbook.
Ambiguous cases resolved through the Dialogue Protocol before this section is finalized. If there are no name-level
matches: "No name-level matches; resolution deferred to cell-distribution by responsibility zone" (not empty). Canonical
source for cell-distribution modify-vs-create and plan-assembly modified-vs-created marking.]
## Key Concepts
[List of entities, interfaces, types implied by the description]
## Dark Zones
[Aspects that are unclear or require design decisions]
## Connection to Existing Architecture
[Which existing cells are affected; whether integration is needed. Cross-reference Artifact Resolution / Existing Cells & Schema.]
## Risks and Constraints
[From the task file "Risks and Constraints" section, if present, plus detected constraints. Include stack dependencies that act as constraints.]
## Scope Decision
[Single subsystem → proceed; multiple subsystems → recommendation to split and which one to brainstorm first]
## Notes
[Any additional observations]