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