sdd-verify

Verify a change against the accepted spec and plan for CRITICAL, WARNING, and SUGGESTION findings.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/rodacato/kwik-e-dev --skill sdd-verify-rodacato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-verify
Source: https://github.com/rodacato/kwik-e-dev/tree/main/plugins/lifecycle/skills/sdd-verify
Command: npx skills add https://github.com/rodacato/kwik-e-dev --skill sdd-verify-rodacato

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a final verification gate that checks a change against the accepted spec and plan, ensuring the delivery matches the intended criteria before PR submission.

Core Features & Use Cases

  • Performs a multi-axis spec-fit check against the approved spec, plan, and risk criteria.
  • Generates a formal verdict (APPROVE or REQUEST CHANGES) and records findings for audit.
  • Used as the final gate after sdd-apply and before opening a PR to ensure conformity to the documented goals.

Quick Start

Run the verification workflow for the target change to perform a spec-fit gate before opening the PR.

Frequently Asked Questions about sdd-verify

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

FAQPage Schema
How do I perform spec-fit verification for a pull request?

Spec-fit verification checks a completed change against the accepted spec and plan to identify CRITICAL, WARNING, and SUGGESTION findings. It acts as a final verification gate before PR submission, ensuring delivery matches documented success criteria and constraints.

What is the best way to audit code changes against a project plan?

Auditing changes against a project plan involves a multi-axis spec-fit check that produces a formal verdict of APPROVE or REQUEST CHANGES. Findings are recorded in tasks.md with citations to exact files and lines where criteria are satisfied or violated, creating an audit trail.

How do I verify code changes match documented risk criteria before review?

To verify changes match risk criteria, run the verification workflow after applying changes and before opening a PR. The process evaluates alignment with documented goals, constraints, and risks, generating a formal verdict and recording findings for audit purposes.

When do I need to run spec-fit verification in the development lifecycle?

Spec-fit verification is needed after sdd-apply is complete and the change is ready for PR review. It serves as the final gate before opening a PR, ensuring the implementation conforms to the accepted spec, plan, and documented success criteria.

Can I get an automated APPROVE or REQUEST CHANGES verdict for PR prep?

Yes, the verification process generates a formal verdict of APPROVE or REQUEST CHANGES based on a multi-axis check against the approved spec and plan. It identifies findings categorized as CRITICAL, WARNING, or SUGGESTION to guide PR preparation.

Does spec-fit verification create an audit trail for quality assurance?

Yes, spec-fit verification records all findings in tasks.md for audit purposes, including citations to exact files and lines where criteria are satisfied or violated. This creates a formal audit trail supporting quality assurance and lifecycle compliance.