ワンクリックで
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 ページを確認してインストールできます。
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-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]