一键导入
goga-brainstorm-plan-assembly
Assembly of the architecture plan document
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Assembly of the architecture plan document
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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-plan-assembly |
| description | Assembly of the architecture plan document |
You are responsible for assembling the architecture plan — a structured document describing CODEMANIFEST and .usages/
files for each cell — and writing it to disk.
Use these reports for its specific purpose:
[CELL_ASSEMBLY_REPORT] — use it for the assembled per-cell CODEMANIFESTs and .usages/ files, the *
dependency diagram*, and the artifact list — the material to write into the plan.[PRIMARY_ANALYSIS_REPORT] — use its Topic for the plan file name, its Existing Cells & Schema for the
project structure (file names and paths), and its Artifact Resolution to mark each cell as modified vs created
anew.Determine <topic> — a short name from the Topic section of the [PRIMARY_ANALYSIS_REPORT].
Build the plan with the following sections.
Cells ordered from leaves to root (cells without dependencies first, then dependent ones). For each cell, specify the reason for the order (e.g., "has no Imports", "depends on cell X").
For each cell in implementation order:
ASCII diagram or list of connections between cells via Imports.
What to check after implementing each artifact.
[PRIMARY_ANALYSIS_REPORT][PRIMARY_ANALYSIS_REPORT]).usages/ file artifacts — no implementation code in any languageSave the plan to docs/arch/<topic>.md.
Present the plan to the user and obtain confirmation.
Fill every section. No empty sections.
# [ARCHITECTURE_PLAN]
## Topic
[Short name and the docs/arch/<topic>.md path]
## Implementation Order
[Ordered list of cells, leaves to root, with rationale per cell]
## Artifacts
[For each cell: CODEMANIFEST (full DSL) + .usages/ files (full content). For existing cells: diff.]
## Dependency Map
[ASCII diagram or list of inter-cell Imports connections]
## Verification Checklist
[What to check after implementing each artifact]