specd-verify

Load change state, merge specs with deltas, and validate scenarios.

12|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/specd-sdd/SpecD --skill specd-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specd-verify
Source: https://github.com/specd-sdd/SpecD/tree/main/.gemini/skills/specd-verify
Command: npx skills add https://github.com/specd-sdd/SpecD --skill specd-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify that a code change implements the merged spec scenarios and passes all verification criteria before progressing toward archiving.

Core Features & Use Cases

  • Provides a structured, end-to-end verification workflow that loads change state, merges specs with deltas, and validates scenarios against the required requirements.
  • Integrates with pre/post hooks and context loading to ensure reproducible, guarded deployments and reduces drift between design and implementation.
  • Supports artifact reviews and signoff gates, guiding users through recommended transitions when failures occur.

Quick Start

Load the change state with specd change status <name> and follow the verification steps described.

Frequently Asked Questions about specd-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify code changes against spec scenarios before shipping?

To verify code changes against spec scenarios, load the change state, apply deltas, and validate results against the merged spec scenarios. This structured workflow ensures your implementation meets all required criteria before progressing toward archiving.

What is the best way to prevent drift between design specs and implementation?

Preventing drift between design specs and implementation requires a graph-guided workflow with mandatory context loading and guardrails. Merging specs with deltas and validating scenarios enforces reproducible verification and reduces drift between design and implementation.

How do pre and post hooks work during change verification?

Pre and post hooks execute during the change verification lifecycle to ensure reproducible, guarded deployments. They integrate with context loading to validate results and enforce strict workflow transitions when verification failures occur.

Can I use artifact reviews and signoff gates to guide change transitions?

Artifact reviews and signoff gates guide users through recommended transitions during change verification. They validate merged spec scenarios, enforce guardrails, and direct the workflow toward archivable states only when all verification criteria pass.

How do I load change state to start the verification workflow?

Loading change state to start the verification workflow requires running the change status command with the target name. This loads the current state, applies deltas, and validates scenarios against required requirements to ensure reproducible verification.