sdd-verify

Validate code implementation against specifications and design with test execution.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/thiagoooo34252/atlas-engineer --skill sdd-verify-thiagoooo34252
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-verify
Source: https://github.com/thiagoooo34252/atlas-engineer/tree/main/skills/sdd-verify
Command: npx skills add https://github.com/thiagoooo34252/atlas-engineer --skill sdd-verify-thiagoooo34252

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill verifies that code implementation aligns with specifications, design, and tasks, acting as a quality gate for completed changes.

Core Features & Use Cases

  • Spec Compliance: Static analysis and execution to validate code against specifications.
  • Design Verification: Checks that design decisions were followed and implemented correctly.
  • Testing and Validation: Executes tests, checks build and type checks, and validates coverage.
  • Behavioral Validation: Ensures spec scenarios are met through actual test run results.
  • Report Generation: Generates a detailed verification report for review.

Quick Start

Run the sdd-verify skill on the change 'feature/x' to ensure compliance with specs and design.

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 design specifications?

To verify code implementation against design specifications, you run static analysis and execute tests to validate that completed code changes align with project specs, design decisions, and task requirements, generating a detailed compliance report for review.

What is spec compliance testing in software development workflows?

Spec compliance testing in software development workflows is a quality gate process that validates code through static analysis, test execution, and behavioral validation to ensure implemented changes adhere to required specifications and design standards.

How do I validate that design decisions were followed during code execution?

You validate that design decisions were followed by executing test runs and checking build and type checks, ensuring that actual test results meet the behavioral scenarios defined in the specifications and generating a verification report for review.

Can I use design verification to check test coverage and build status for completed changes?

Yes, you can use design verification to check test coverage and build status for completed changes. The process executes tests, runs build and type checks, and validates coverage to ensure spec scenarios are met through actual test run results.

What is the best way to generate a compliance report for spec validation?

The best way to generate a compliance report for spec validation is to execute a verification skill on a completed feature branch, which runs static analysis, executes tests, and outputs a detailed report covering spec compliance, design verification, and behavioral validation results.