sdd-verification

Installation
SKILL.md

SDD Verification

Validating that implementation output satisfies every acceptance criterion defined in the specification. This skill owns the Verify phase of the SDD pipeline — the final gate before delivery.

SDD Pipeline Position

SPECIFY → PLAN → TASKS → IMPLEMENT → [VERIFY]
                                     You are here

Verification is the phase that closes the loop. If specification is the question ("what should the system do?") and implementation is the answer ("this is what the system does"), verification is the judgment ("does the answer satisfy the question?").

Core Principle: Every AC Produces a Binary Verdict

An acceptance criterion that cannot produce a CLEAR PASS or CLEAR FAIL is not a well-defined AC. Verification exposes spec defects: if a criterion is ambiguous and cannot be tested, it is a spec bug, not an implementation failure. Verification findings thus flow in two directions — implementation failures (code doesn't meet the spec) and spec failures (the spec is untestable or ambiguous).

Artifact-Pyramid Output: VERIFICATION.md

Installs
1
GitHub Stars
167
First Seen
14 days ago
sdd-verification — magnus919/hermes-profiles