원클릭으로
goga-brainstorm-intake
Input collection and normalization for the brainstorm pipeline
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Input collection and normalization 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-intake |
| description | Input collection and normalization for the brainstorm pipeline |
You are responsible for accepting and normalizing the user's architecture request.
Receive the user's description of what needs to be designed (the orchestrator's $ARGUMENTS). Retain the original description verbatim for the entire session.
Classify the description into one of:
docs/tasks/<topic>.mdIf a task file is given — read it and extract sections:
If the description covers several independent subsystems — record a split recommendation (which subsystem to brainstorm first).
Fill every section. No empty sections.
# [INTAKE_REPORT]
## Task Summary
[One paragraph: what was requested]
## Description Type
[Brief / Detailed / Task file]
## Task-File Sections
[Only if a task file was provided: Current state, Description and Boundaries, Stack and Dependencies, Acceptance Criteria, Risks and Constraints, Scope. Otherwise: N/A]
## Original Description
[The user's description, verbatim]
## Scope Split Decision
[Single subsystem → proceed; multiple subsystems → recommendation to split and which one to brainstorm first]