sdd-verify

Validate code implementations against specifications by executing tests and builds.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/statick88/dotfiles --skill sdd-verify-statick88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-verify
Source: https://github.com/statick88/dotfiles/tree/main/opencode/skills/sdd-verify
Command: npx skills add https://github.com/statick88/dotfiles --skill sdd-verify-statick88

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as a quality gate, ensuring that code implementations precisely match specifications, design documents, and task requirements through rigorous execution and analysis.

Core Features & Use Cases

  • Completeness Check: Verifies all defined tasks are completed.
  • Static & Behavioral Validation: Assesses code against specs, design, and runs tests/builds to confirm correctness.
  • Use Case: After a developer completes a new feature, this Skill is triggered to automatically confirm that all requirements are met, tests pass, and the code adheres to the design before it's merged.

Quick Start

Trigger the sdd-verify skill to validate the recent changes against the project specifications.

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 implementation against project specifications and design documents?

To verify code implementation against specifications, you can trigger an automated validation process that executes tests, build commands, and static analysis. This ensures behavioral compliance and structural correctness by confirming the code matches defined requirements before merging.

What is the best way to check if all defined development tasks are completed before merging?

A completeness check validates whether all defined development tasks are completed by cross-referencing the implementation against task lists. It runs build processes and tests to confirm recent changes adhere to defined requirements.

Can I use static analysis to ensure behavioral compliance for software quality assurance?

Yes, static and behavioral validation assesses code against design documents while running tests and builds. This confirms structural correctness and ensures behavioral compliance for software development quality assurance.

How does automated validation confirm code adherence to task requirements?

Automated validation confirms code adherence by requiring the execution of tests and build processes. It performs static analysis to validate the implementation against specifications, design documents, and task requirements.

Do I need existing specifications and design documents to perform a completeness check?

Yes, you need existing specifications, design documents, and task lists to perform a completeness check. The validation process cross-references these defined requirements against the actual code implementation to ensure correctness.