validate-requirements

validate-requirements is a skill for Claude Code, Codex from drivestream-lab/prayog-skills. It costs 155 tokens per session (3,571 once invoked), scanned A, original, MIT.

A review process for requirements documents, which describe what a product or system must do. It checks their meaning, structure, consistency, scope, testability, assumptions, and missing details.

In plain words
What is it for?
Use it to review requirements, record evidence for each issue, produce a validation report, and identify questions or next steps without editing the document.
Why use it?
It helps find unclear, unsupported, contradictory, or incomplete requirements before they cause implementation or testing problems.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review requirements, record evidence for each issue, produce a validation report, and identify questions or next steps without editing the document.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/drivestream-lab/prayog-skills/validate-requirements
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add drivestream-lab/prayog-skills --skill validate-requirements
Clone the repo
git clone --depth 1 https://github.com/drivestream-lab/prayog-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for validate-requirements

README.md
[![agentmods](https://agentmods.dev/badge/skills/drivestream-lab/prayog-skills/validate-requirements/github.svg)](https://agentmods.dev/skills/drivestream-lab/prayog-skills/validate-requirements)
Your own site
<a href="https://agentmods.dev/skills/drivestream-lab/prayog-skills/validate-requirements"><img src="https://agentmods.dev/badge/skills/drivestream-lab/prayog-skills/validate-requirements/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for validate-requirements

Your own site · 80×15
<a href="https://agentmods.dev/skills/drivestream-lab/prayog-skills/validate-requirements"><img src="https://agentmods.dev/badge/skills/drivestream-lab/prayog-skills/validate-requirements.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 155 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,571 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00155 $0.03571
Opus 5 $0.00077 $0.01785
Sonnet 5 $0.00031 $0.00714
Haiku 4.5 $0.00015 $0.00357

Measured 11d ago against content hash 44880ac9783f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

validate-requirements scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/requirements/validate-requirements/SKILL.md · 217 lines

How it starts

The opening of the file, as written. The whole thing — 217 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Validate Requirements — Semantic + Structural Review

NON-NEGOTIABLE (read first)

  1. Never skip a check. Mark unavailable checks as SKIPPED with reason.
  2. Show evidence for every finding — problematic text + source quote.
  3. Don't fix — flag. This skill identifies issues, never modifies the document.
  4. Dual output is mandatory: chat summary + saved report file + next steps.
  5. Incremental mode: when in doubt, RE-RUN. Stale carry-forward is worse than a redundant re-run.
  6. Canonical report path — overwrite {reports_dir}/Validation-Report-{INIT}.md only. Never create *-revN, *-v2, or dated siblings. See prayog-skills/references/artifact-write-contract.md.
  7. Stable finding ids — every finding row uses VF-{nn} per prayog-skills/references/id-conventions.md. Carry forward keeps the same id.
  8. Prefer targeting product ids (REQ-*, CAP-*, OQ-*) in Location when present; legacy FR-* maps to REQ-* (same number).

Purpose

Catches both semantic inaccuracies (factually wrong, unsourced, over-generalized, solution-prescriptive, untestable content) and structural issues (stale placeholders, contradictions, broken cross-references, completeness gaps) in a single pass.

This skill replaces the need to run validate-requirements and document-audit separately on requirements documents. The standalone document-audit skill remains available for non-requirements documents (PRDs, meeting notes, design specs).

Critical Rules

  1. Never skip a check. If inputs are missing for a check, mark it SKIPPED with an explanation — do not silently omit it. In incremental mode, CARRY FORWARD is not "skipped" — the check ran in the prior report and its results are being reused because inputs haven't changed.
  2. Show evidence, not just verdicts. For every finding, show the problematic text and (for source checks) what the source actually says. Critical rows must include enough evidence for a review decision brief (Source Says / Doc Claims or concrete example).
  3. Severity matters. Group findings by severity in the report, not by check number. A single finding may fail multiple checks — list it once under its highest severity with all applicable check numbers.
  4. Dual output + next steps are mandatory. Always produce the chat summary, the full report file, and prioritized next steps. The chat summary is for quick triage; the report file is for persistent reference; the next steps tell the user exactly what to do next and in what order.
  5. Be conservative with PASS. A check PASSes only if zero findings — including carried-forward findings. A carried-forward finding still counts.
  6. Don't fix — flag. This skill identifies issues; it does not modify the requirements document. Fixes are applied separately (by the user or by the pipeline).
  7. Type column is mandatory. Every finding row must include the Type column (Semantic / Structural) so findings from both dimensions are clearly distinguished in severity-sorted tables.
  8. Read the FULL document. Structural checks are only effective when cross-referencing the entire document. Never audit from a partial read. In incremental mode, the full document is still read in Phase 1 — only source documents may be skipped if unchanged.
  9. Never invent answers. If a [PENDING] marker exists and the answer is NOT in the document or conversation, leave it as-is. Report it as "unresolved — still needs input."
  10. Incremental mode: when in doubt, re-run. If it is unclear whether a change affects a check, classify it as RE-RUN. The cost of re-running an unnecessary check is low; the cost of carrying forward a stale finding is high.
  11. Incremental mode: Check 11 and S1–S4 always re-run. These are the consistency safety net. Any edit — even one that fixes a finding — can introduce new contradictions, stale references, or consistency gaps in other sections. Never carry these checks forward.
  12. Incremental mode: tag carried-forward findings. Every finding reused from a prior report must include (carried from [date]) in its Finding cell and keep the same VF-* id.
  13. Checklist is mandatory. Every run must maintain the six-item control loop (T0 Gather, T1 Understand, T2 Analyze, T3 Plan, T4 Execute, T5 Verify) with explicit status transitions. Do not skip directly from analysis to output.
  14. Product ids. When the PRD lacks CAP-* / REQ-*, Gaps may suggest assigning them (do not invent requirement text). Prefer citing existing ids in Location.
  15. No revision siblings. If a non-canonical Validation-Report-*-revN.md exists, migrate into the canonical path, bump report_revision, and stop writing the sibling (do not delete without authorization).

Read the full file on GitHub · 217 lines

Files

What ships with it

9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 217 lines · 155 tokens per session scan A 44880ac9783f

Subscribe to this mod's changes

validate-requirements is a skill published in the GitHub repository drivestream-lab/prayog-skills (2 stars, last pushed 4d ago), licensed MIT. It adds 155 tokens to every session and 3,571 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

research-engineer

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

davila7/claude-code-templates · 43 tokens

tika-eval-compare

Compare extracts from two Tika builds over a corpus to detect regressions in content, encoding, exceptions, and embedded-document handling. Use for "compare before/after extracts", "eval this change against the corpus".

apache/tika · 50 tokens

neuron-evaluation-engineer

Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…

neuron-core/neuron-ai · 77 tokens

jetson-validate-image

Use after jetson-flash-image to run static BSP checks, on-target smoke/regression tests on a flashed DUT, or both. Not for build or flash steps. Triggers: validate bsp, on-target validation.

NVIDIA/skills · 50 tokens

atmos-validation

Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.

cloudposse/atmos · 31 tokens

skill-benchmark

Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.

HoangNguyen0403/agent-skills-standard · 16 tokens