specification-compliance

Validate implementations against documented specifications with structured compliance reporting.

381|48|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/rsmdt/the-startup --skill specification-compliance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specification-compliance
Source: https://github.com/rsmdt/the-startup/tree/main/plugins/start/skills/specification-compliance
Command: npx skills add https://github.com/rsmdt/the-startup --skill specification-compliance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill validates implementation against documented specifications, ensuring contracts, data models, and logic align with SDD/PLAN.

Core Features & Use Cases

  • Interface contracts check: API/endpoint signatures match.
  • Data model alignment: Schemas reflect spec.
  • ADR validation: Architecture decisions traceable.

Quick Start

Validate your implementation against SDD and PRD references.

Frequently Asked Questions about specification-compliance

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

FAQPage Schema
How do I validate that my implementation matches the specification?

Specification compliance validation checks whether your implementation aligns with documented specs (PRD, SDD, PLAN). It verifies interface contracts, data models, business logic, and architecture decisions match their specifications, surfacing exact deviations with structured reporting.

Can I verify API endpoint signatures against interface contracts?

Yes. Interface contract checking validates that API and endpoint signatures match their specification. This ensures parameters, return types, and behaviors conform to documented contracts.

How do I ensure my data models conform to the specification?

Data model alignment validation checks whether your schemas and data structures reflect the specification. It confirms fields, types, and relationships match the documented design.

What gets checked during architecture decision validation?

Architecture decision review (ADR) validation ensures implemented patterns and decisions are traceable to documented architecture specs. It verifies pattern adherence and decision rationale alignment.

When should I check specification compliance across project phases?

Run compliance checks at task completion, phase handoffs, and checkpoint reviews to catch deviations early. This maintains alignment between plan, specification, and implementation throughout the project lifecycle.

What output does compliance validation produce?

Structured deviation and compliance reporting documents which requirements are met, which deviate, and specific mismatches between spec and implementation across contracts, schemas, logic, and architecture.