一键导入
goga-brainstorm-plan-verification
Verification of the assembled architecture plan against the DSL
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verification of the assembled architecture plan against the DSL
用 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-verification |
| description | Verification of the assembled architecture plan against the DSL |
You are responsible for verifying the created architecture plan and fixing the issues found.
Use these skills for verification:
goga-cell and goga-cookbook — DSL validation (syntax, directives, design principles).goga-codemanifest-base — base usages/annotations compliance.goga-lang-disp — language correctness (naming, location file names).Use this artifact for its specific purpose:
[ARCHITECTURE_PLAN] (at docs/arch/<topic>.md) — use it as the object of verification: its implementation
order, per-cell CODEMANIFESTs and .usages/ files, dependency map, and verification checklist, against which the DSL
checks are run, failures are fixed in place, and the report is produced.Run every check in Verification Checks below. For each, record PASS/FAIL with evidence.
For each FAIL — fix the issue in the plan file and re-check.
Produce the [VERIFICATION_REPORT] (see Output Format).
Present the final (fixed) plan and the [VERIFICATION_REPORT] to the user and obtain final confirmation before the
pipeline concludes.
Usages header is mentioned in at least one annotationlocation value is a file name with extension only, no directories, no escaping
the current level->) is available through ImportsObject::Target) are available (imported or declared)methods/properties are Entities; types without are Routines and
lack these sectionsUsages of all CODEMANIFESTs and referenced
in at least one annotationAnnotations of all CODEMANIFESTs and
contracts comply with themlocation values
have correct file names for the target languageFill every section. No empty sections.
# [VERIFICATION_REPORT]
## Check Results
[Table: # | Check | PASS/FAIL | Evidence]
## Fixes Applied
[Table: Issue | Fix | Re-check status]
## Unresolved Issues
[List any unresolved DSL errors or failed checks. Empty if none]
## Final Status
[VERIFIED / FAILED — with justification]