requirements-validator

Review requirements documents for gaps, ambiguity, and missing acceptance criteria.

Updated Jul 27, 2026
One-click install
npx skills add https://github.com/sebaperiesdigit-create/Peries-Skills-Master --skill requirements-validator-sebaperiesdigit-create
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requirements-validator
Source: https://github.com/sebaperiesdigit-create/Peries-Skills-Master/tree/main/.claude/skills/requirements-validator
Command: npx skills add https://github.com/sebaperiesdigit-create/Peries-Skills-Master --skill requirements-validator-sebaperiesdigit-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Requirements documents often contain ambiguity, contradictions, unstated assumptions, and missing acceptance criteria that surface only after implementation begins. This Skill reviews requirements documents, PRDs, tickets, and implementation briefs before work starts, producing a structured validation report with prioritized issues and fixes. ## Core Features & Use Cases - Gap and Ambiguity Detection: Identifies missing functional or non-functional requirements, undefined terms, conflicting statements, and unstated assumptions. - Testability Evaluation: Checks whether each requirement is specific, measurable, testable, feasible, and traceable to a user need or business goal. - Structured Validation Report: Outputs an issues table with severity ratings, suggested acceptance criteria, open stakeholder questions, and a readiness recommendation. - Use Case: Before handing a PRD to engineering, run it through this Skill to catch vague wording like "the system should be fast" and convert it into a verifiable acceptance criterion such as "page loads in under 2 seconds at p95." ## Quick Start Ask the assistant to validate your requirements document by providing the file path or pasting the requirements text directly.

Frequently Asked Questions about requirements-validator

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

FAQPage Schema
How do I validate a requirements document before development starts?▼

Provide the requirements document as a file path or pasted text, and the Skill checks clarity, completeness, feasibility, and testability. It returns a validation report listing issues by severity, suggested acceptance criteria, and open questions for stakeholders.

How to write testable acceptance criteria from vague requirements?▼

The Skill evaluates each requirement for specificity and measurability, then drafts refined acceptance criteria that are observable and verifiable. Vague statements are rewritten into concrete conditions that can be confirmed during testing.

What types of requirements issues does this review detect?▼

It detects ambiguous wording, missing functional or non-functional requirements, conflicting statements, undefined terms, missing edge cases and dependencies, and unstated assumptions. Each issue is classified by type and rated High, Medium, or Low severity.

Can I paste requirements text directly instead of a file?▼

Yes, pasted text is treated as the requirements content directly when it is not a file path. If no input is provided, the Skill asks whether you want to paste text or supply a file path.

Does the requirements review rewrite my entire document?▼

No, the Skill preserves original intent and only suggests targeted improvements for clarity and testability. It flags uncertainty rather than guessing and does not invent requirements unsupported by the source material.