design-validate

Validate design documents against the SDD standard for frontmatter and section structure.

31|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NSEvteev/FullSpec --skill design-validate-nsevteev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-validate
Source: https://github.com/NSEvteev/FullSpec/tree/main/.claude/skills/design-validate
Command: npx skills add https://github.com/NSEvteev/FullSpec --skill design-validate-nsevteev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill validates design documents against the SDD standard by checking frontmatter presence, correct naming, and required section structure to ensure consistency across specs.

Core Features & Use Cases

  • Frontmatter validation for required fields (name, description) and proper metadata.
  • Section-level validation for SVC-N (9 subsections) with correct mapping to INT-N, STS-N, and delta-format markers.
  • Pre-commit / code-review readiness by enforcing document structure during design edits and reviews.

Quick Start

Run /design-validate path/to/design.md to validate a document against the SDD standard.

Frequently Asked Questions about design-validate

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

FAQPage Schema
How do I validate frontmatter in a design document against SDD standards?

To validate frontmatter in a design document, check that required fields like name and description are present. It enforces correct metadata and section structure to ensure design specs meet SDD standards.

How do I check design docs for required SVC-N and INT-N section structure?

Checking design docs for required SVC-N and INT-N section structure involves validating section presence and mapping. It enforces correct structure across SVC-N subsections and their mapping to STS-N and delta-format markers.

Can I use spec-validation for pre-commit checks on design specs?

Yes, you can use spec-validation for pre-commit checks on design specs. It enforces document structure readiness during design edits and code reviews across documents in specs/ paths.

What is delta-format marker validation in design docs?

Delta-format marker validation in design docs ensures correct mapping between SVC-N subsections and their corresponding STS-N markers. It maintains structural consistency across delta-format specifications.

Does design-doc validation work with ownership mappings and markers?

Yes, design-doc validation works with ownership mappings and markers. It verifies that ownership mappings are correctly enforced alongside required frontmatter and section structure within the document.

When do I need to validate naming conventions in specs paths?

You need to validate naming conventions in specs paths during the creation and updates of design specs. This ensures consistency and correct structure across all design documents in the repository.