一键导入
dge-verify
Independently verify a Delivery Graph node against its validation contract and block completion until evidence and verifier independence exist.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Independently verify a Delivery Graph node against its validation contract and block completion until evidence and verifier independence exist.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Capture reusable learning from completed Delivery Graph nodes, tracks, or demands.
Drive a raw demand all the way to done from a single command - design, plan, and evidence-gated execution - stopping only at two judgment gates and on genuine failure or ambiguity.
Design a structured demand from a raw request, including its gap register, requirements, and acceptance criteria for Delivery Graph Engineering.
Drive the ready queue end to end - implement each ready node, gate it on evidence, and stop on the first failure.
Convert DGE requirements into tracks, dependency nodes, and validation contracts.
Execute one ready Delivery Graph node while preserving its validation contract and dependency boundaries.
| name | dge-verify |
| description | Independently verify a Delivery Graph node against its validation contract and block completion until evidence and verifier independence exist. |
| argument-hint | NODE-### [optional graph path] |
Use this skill when a node is ready to prove complete.
Gate node completion on validation evidence. Verification is a first-class workflow, not a summary.
done without evidence.release is high-risk by default; project policy may promote other nodes or types).verified only after the independent verifier passes.done only when review is not required, or after /dge-review passes.Follow the shared output convention (see skills/README.md): lead the final
reply with a bold one-line synthesis (e.g. "NODE-### verified" or "NODE-### blocked
— missing evidence"), then the demand's progress indicator (see
skills/README.md), then the detail:
Then a ## Next block with the next required step.
When local tooling is available, use:
npx dge evidence run NODE-001 --satisfies "..." -- <validation-command>
npx dge evidence playwright NODE-001 --satisfies "..." --url http://localhost:3000 --script tests/e2e/app.spec.ts
npx dge done NODE-001
Use npx dge evidence playwright ... for browser flows, screenshots, traces, and UX checks. Use npx dge evidence add ... only for manual approvals or external evidence the agent cannot capture directly.
Use npx dge verify NODE-001 when you only need to mark evidence verified without closing the node. Do not mark a node verified or done by editing graph.json directly.