sdd-verify

Verify code changes against specs, design decisions, and task completion.

1.3k|159|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Gentleman-Programming/agent-teams-lite --skill sdd-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-verify
Source: https://github.com/Gentleman-Programming/agent-teams-lite/tree/main/skills/sdd-verify
Command: npx skills add https://github.com/Gentleman-Programming/agent-teams-lite --skill sdd-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as the quality gate for software deliveries by proving that implementations align with the defined specs, design choices, and task completions through executable verification.

Core Features & Use Cases

  • End-to-end verification: Validate that code changes satisfy documented requirements, design decisions, and task completion.
  • Evidence-based reports: Produce verification artifacts that demonstrate compliance with specs and design.
  • Quality gate for reviews: Serve as the authoritative check before merging or archiving changes.

Quick Start

Run a full verification pass to produce a report showing evidence that the change satisfies specs, design, and tasks.

Frequently Asked Questions about sdd-verify

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

FAQPage Schema
How do I verify code changes against specs and design decisions?

You verify code changes against specs by running a full verification pass that checks documented requirements, design choices, and task completions to produce an evidence-based compliance report.

What is evidence-based validation for software deliveries?

Evidence-based validation is a quality gate process that proves implementations align with defined specs and design decisions by consulting tasks.md, specs, design documents, and test results to produce verifiable artifacts.

How do I use a quality gate check before merging changes or PRs?

To use a quality gate before merging, run an end-to-end verification pass on your PR to validate that code changes satisfy documented requirements and generate a report demonstrating compliance.

Can I validate task completion across software projects and design documents?

Yes, you can validate task completion across software projects and design documents by consulting tasks.md, specs, and test results to ensure implementations align with documented requirements.

Does verification work without existing test results and specs?

No, verification requires existing test results, specs, and design documents to consult during the validation process, as it follows an execution and persistence contract to produce evidence-based reports.

Why should I use automated verification instead of manual code review for specs compliance?

Automated verification serves as the authoritative check by producing verifiable evidence artifacts that demonstrate compliance with specs and design, whereas manual review may miss documented requirement alignments.