sdd-verify

Run real tests against SPEC and generate a compliance report.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/MileniumTick/skills --skill sdd-verify-mileniumtick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-verify
Source: https://github.com/MileniumTick/skills/tree/main/skills/sdd-workflow/skills/sdd-verify
Command: npx skills add https://github.com/MileniumTick/skills --skill sdd-verify-mileniumtick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate that an implementation matches SPEC by executing real tests and producing a compliance report that guides approval or revision.

Core Features & Use Cases

  • Run the relevant test suite derived from SPEC and associated tasks to assess conformity with acceptance criteria.
  • Generate a structured compliance matrix and a concise quality report that highlights gaps, with prioritized remediation guidance.
  • Use during post-implementation review to decide whether changes are ready for archive or require fixes.

Quick Start

Trigger the verification by running the sdd-verify workflow against the latest SPEC and task progress to produce a test-compliance report.

Frequently Asked Questions about sdd-verify

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

FAQPage Schema
How do I verify implementation compliance against specs using real tests?

Implementation compliance validation works by loading your SPEC and tasks, executing the relevant test suite, and generating a structured report that highlights gaps with prioritized remediation guidance.

What is the best way to generate a test compliance report for post-implementation review?

Generating a test compliance report involves running an automated verification workflow that discovers tests, captures results, and evaluates conformity with acceptance criteria to guide your post-implementation review.

How does test discovery and compliance evaluation work in an automated verification workflow?

Test discovery and compliance evaluation work by loading the SPEC and associated tasks, executing relevant tests to assess conformity with acceptance criteria, and reporting findings in a structured verification report.

Do I need a specific testing framework to run specs compliance checks?

No specific testing framework is required as a dependency; the verification workflow loads your SPEC and tasks, executes the relevant test suite you have configured, and captures the results for compliance evaluation.

Can I use this verification workflow to decide whether changes are ready for archive?

Yes, you can use this verification workflow during post-implementation review to produce a quality report that highlights gaps and helps you decide whether changes are ready for archive or require fixes.