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.
npx skills add drivestream-lab/prayog-skills --skill validate-requirementsgit clone --depth 1 https://github.com/drivestream-lab/prayog-skillsWrote 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.
[](https://agentmods.dev/skills/drivestream-lab/prayog-skills/validate-requirements)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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)
- Never skip a check. Mark unavailable checks as SKIPPED with reason.
- Show evidence for every finding — problematic text + source quote.
- Don't fix — flag. This skill identifies issues, never modifies the document.
- Dual output is mandatory: chat summary + saved report file + next steps.
- Incremental mode: when in doubt, RE-RUN. Stale carry-forward is worse than a redundant re-run.
- Canonical report path — overwrite
{reports_dir}/Validation-Report-{INIT}.mdonly. Never create*-revN,*-v2, or dated siblings. Seeprayog-skills/references/artifact-write-contract.md. - Stable finding ids — every finding row uses
VF-{nn}perprayog-skills/references/id-conventions.md. Carry forward keeps the same id. - Prefer targeting product ids (
REQ-*,CAP-*,OQ-*) in Location when present; legacyFR-*maps toREQ-*(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
- 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.
- 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).
- 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.
- 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.
- Be conservative with PASS. A check PASSes only if zero findings — including carried-forward findings. A carried-forward finding still counts.
- 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).
- 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.
- 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.
- 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." - 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.
- 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.
- 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 sameVF-*id. - 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. - Product ids. When the PRD lacks
CAP-*/REQ-*, Gaps may suggest assigning them (do not invent requirement text). Prefer citing existing ids in Location. - No revision siblings. If a non-canonical
Validation-Report-*-revN.mdexists, migrate into the canonical path, bumpreport_revision, and stop writing the sibling (do not delete without authorization).
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.
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.
- 11d ago First seen · 217 lines · 155 tokens per session scan A 44880ac9783f
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.
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.
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".
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…
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.
atmos-validation
Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.
skill-benchmark
Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.