What problem does it solve? When every task for a specification is marked complete, teams still lack a rigorous, evidence-backed gate that proves the implementation actually satisfies the active requirements before declaring the Spec done. This Skill performs that lifecycle validation and records durable completion evidence only when the verdict is GO. ## Core Features & Use Cases - Preflight gating: Runs read-only preflight checks on state, gate freshness, task completion, and a clean committed HEAD, pinning the exact implementation revision to validate. - Evidence-driven verdicts: Reads requirements, design, contract, and traceability to scope the active Requirement IDs, then runs the project's canonical test, build, lint, and typecheck commands plus any Validation adapter procedures before deciding GO, NO-GO, or MANUAL_VERIFY_REQUIRED. - Completion recording: On GO only, submits strict JSON evidence (verbatim commands and exit codes) via specbind spec completion accept, and supports invalidation and revalidation when evidence no longer holds. - Use Case: After finishing all tasks for a Spec, ask the agent to validate the implementation; it gathers mechanical check results, dispatches independent review dimensions, and either records completion or returns named findings to implementation. ## Quick Start Ask the agent to validate the active Spec implementation now that all its tasks are complete and record completion if the verdict is GO.