بنقرة واحدة
sdd-verify
Verify the implementation against the spec's acceptance criteria. Produces a pass/fail verdict.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Verify the implementation against the spec's acceptance criteria. Produces a pass/fail verdict.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Dual-model adversarial review: local and delegated reviewers audit independently, verdicts are synthesized.
Implement the SDD task list. Read tasks and design from memory, write code, run tests.
Archive all SDD artifacts for a change as a single completed record in memory.
Write the technical design for a planned change: components, interfaces, data flows, edge cases.
Explore the codebase to build context for a planned change. First phase of the SDD workflow.
Propose 2–3 solution approaches for a planned change, evaluating trade-offs and recommending one.
| name | sdd-verify |
| description | Verify the implementation against the spec's acceptance criteria. Produces a pass/fail verdict. |
| compatibility | opencode |
| when_to_use | After sdd-apply. Reads spec and implementation from memory, checks each acceptance criterion. |
| allowed-tools | ["Read","Bash","Glob","Grep","mcp__n3rv-memory__memory_recall","mcp__n3rv-memory__memory_save"] |
| model | medium |
| effort | medium |
| user-invocable | false |
| hub-skill-ids | ["review"] |
Determine whether the implementation satisfies every acceptance criterion in the spec. Produce a structured verdict that can be acted on.
memory_recall(topic_key="sdd-<change_id>-spec")memory_recall(topic_key="sdd-<change_id>-impl")SDD Verify: <change_id>sdd-<change_id>-verifycontext## Acceptance Criteria Check
| Criterion | Status | Evidence |
|-----------|--------|----------|
| <criterion 1> | PASS/FAIL/PARTIAL | <file:line or test name> |
...
## Regression Check
<test suite result>
## Verdict
APPROVED / NEEDS_WORK
## Blocking Issues (if NEEDS_WORK)
<what must be fixed before approval>
If verdict is APPROVED, the workflow proceeds to sdd-archive. If NEEDS_WORK, the blocking issues are returned to the orchestrator for remediation.