بنقرة واحدة
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]