speckit-adlc-product-validate

Compare feature specifications against PRD scope, personas, metrics, traceability, and boundary maps.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/chaimt/GarminShabbatMode --skill speckit-adlc-product-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-adlc-product-validate
Source: https://github.com/chaimt/GarminShabbatMode/tree/main/.cursor/skills/speckit-adlc-product-validate
Command: npx skills add https://github.com/chaimt/GarminShabbatMode --skill speckit-adlc-product-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate feature specifications against the Product Requirements Document (PRD) in a strict, read-only validation pass.

Core Features & Use Cases

  • Read-only validation against PRD: compares scope, personas, success metrics, traceability, and boundary maps to ensure alignment.
  • Phase-driven checks: loads PRD baseline, identifies specs, and executes seven checks (scope, persona, metrics, traceability, out-of-scope, demo sentence, boundary map) to produce a structured report.
  • Remediation guidance: surfaces actionable changes or PRD references while preserving source files.

Quick Start

Provide the SPEC.md directory or file to run a read-only validation against the PRD and obtain a comprehensive report.

Frequently Asked Questions about speckit-adlc-product-validate

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

FAQPage Schema
How do I validate a feature spec against a PRD?

PRD validation compares feature specifications against the Product Requirements Document in a strict read-only pass. It checks scope, personas, success metrics, traceability, and boundary maps to identify misalignments and output a structured validation report.

What is PRD traceability and how does boundary mapping work?

PRD traceability verifies that feature specifications map directly to Product Requirements Document scope, personas, and metrics. Boundary mapping checks out-of-scope elements and demo sentences to ensure specs stay within defined project limits.

Can I validate specs without modifying my source files?

Yes, you can validate specs without modifying source files using a strict read-only validation pass. This approach enforces non-modification of original documents while surfacing actionable remediation guidance in a structured report.

What checks are included in a phase-driven PRD validation?

A phase-driven PRD validation executes seven specific checks: scope, persona, metrics, traceability, out-of-scope, demo sentence, and boundary map. These checks load the PRD baseline to produce a comprehensive structured alignment report.

What's the best way to identify misalignments between specs and product requirements?

The best way to identify misalignments is comparing feature specifications against the PRD baseline using structured phase checks. This surfaces scope, persona, and metric discrepancies while providing actionable remediation guidance without altering files.

Does PRD validation work for specs located in a specific directory?

Yes, PRD validation works by targeting specs located under a designated specs directory or specific SPEC.md file. It loads the PRD baseline and traces specifications across phase checks to output a comprehensive validation report.