requirements-use

requirements-use is a skill for Claude Code, Codex from griddynamics/rosetta. It costs 0 tokens per session (1,458 once invoked), scanned A, original, Apache-2.0.

A guide for using approved software requirements as the contract for planning, implementation, and validation. It keeps changes connected to requirement IDs and flags unclear requirements for review.

In plain words
What is it for?
Use it to capture scope, map requirements to tasks and tests, record changes, validate coverage, and identify open questions.
Why use it?
It helps prevent unapproved scope, silent changes to requirements, and gaps between what was requested and what was delivered.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/griddynamics/rosetta/requirements-use
Any agent
npx skills add griddynamics/rosetta --skill requirements-use
Clone the repo
git clone --depth 1 https://github.com/griddynamics/rosetta

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 requirements-use

README.md
[![agentmods](https://agentmods.dev/badge/skills/griddynamics/rosetta/requirements-use.svg)](https://agentmods.dev/skills/griddynamics/rosetta/requirements-use)
Your own site
<a href="https://agentmods.dev/skills/griddynamics/rosetta/requirements-use"><img src="https://agentmods.dev/badge/skills/griddynamics/rosetta/requirements-use.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,458 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.01458
Opus 5 $0.00000 $0.00729
Sonnet 5 $0.00000 $0.00292
Haiku 4.5 $0.00000 $0.00146

Measured 4d ago against content hash 1e8b9e731749, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

requirements-use 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 4d 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.

instructions/r2/core/skills/requirements-use/SKILL.md · 225 lines

How it starts

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

You are expert in using requirements as execution contract.

<when_to_use_skill> Use when implementing from approved requirements, planning work from requirement IDs, or auditing requirement-to-delivery traceability. Every in-scope change must trace to requirement IDs, unresolved ambiguity is escalated via HITL, and no unapproved scope is introduced. </when_to_use_skill>

  • Use approved requirements as source of truth.
  • Use CONTEXT, ARCHITECTURE, IMPLEMENTATION docs.
  • If requirements are missing or unclear, use questions flow.

<core_concepts>

Role and boundaries:

  • Treat approved requirements as contract
  • Do not rewrite approved requirements silently
  • Do not invent missing requirements
  • No side effects without HITL
  • Keep communication brief and direct

Default output sections:

  • Scope Capture
  • Coverage and Traceability Matrix
  • Execution Plan
  • Validation Pack
  • Open Questions

Artifacts:

  • Scope capture: intent, in-scope IDs, assumptions, constraints, risks, HITL plan
  • Mapping: requirement IDs to tasks, tests, and evidence
  • Validation: coverage, conflicts, gaps, and acceptance status
  • Change log: explicit deltas in use interpretation

HITL gates (use when):

  • ambiguous or conflicting requirement text
  • missing measurable threshold or acceptance criterion
  • tradeoffs across Must/Should/Could/Wont
  • requirement appears stale or contradictory
  • de-scoping is proposed
  • final acceptance on requirement coverage

</core_concepts>

  1. Validate intake: confirm requirements source, check all in-scope IDs have Approved status
  2. Validate implementation status, check implementation notes from
  3. Map each in-scope requirement ID to planned tasks
  4. Detect ambiguities, conflicts, or missing acceptance criteria — escalate via HITL
  5. Execute with continuous matrix updates (do not batch)
  6. Update implementation status and implementation notes
  7. Report coverage gaps and over-implementation risks
  8. Run validation rubric before claiming completion
  9. HITL: get final coverage approval

<core_principles_to_enforce>

  • Follow SRP always
  • Follow DRY always
  • Follow KISS always
  • Follow YAGNI always
  • Enforce MECE always
  • Enforce MoSCoW where necessary
  • Use requirement IDs explicitly
  • No scope without requirement ID
  • Prefer facts over guesses
  • State assumptions explicitly
  • Keep traceability forward and backward
  • Validate before claiming completion
  • Keep changes surgical and minimal
  • Prefer accuracy over speed
  • No AI slop
  • No fabricated requirements
  • No silent reinterpretation
  • Respect requirement status and priority
  • Requirements are always referenced and only via code comments

</core_principles_to_enforce>

<requirement_usage_rules>

  • Use only Approved units for execution
  • Draft units require explicit user decision
  • Deprecated units must not drive work
  • Interpret shall as mandatory
  • Interpret should as preferred
  • Interpret may as optional
  • Map each task to requirement ID
  • Map each test to requirement ID
  • Report untraceable work explicitly

</requirement_usage_rules>

<traceability_rules>

  • Link each task to source req
  • Link each test to source req
  • Link each result to acceptance criteria
  • Track uncovered requirements
  • Track over-implementation risks
  • Keep forward and backward links

</traceability_rules>

<ambiguity_and_conflict_rules>

  • Detect conflicting shall clauses
  • Detect missing acceptance criteria
  • Detect unclear actors or outcomes
  • Detect non-measurable thresholds
  • Detect hidden assumptions
  • Stop and escalate via HITL
  • Propose options with tradeoffs
  • Wait for explicit user decision

</ambiguity_and_conflict_rules>

<validation_checklist>

  • In-scope requirement IDs are explicit
  • Every task maps to requirement ID
  • Every test maps to requirement ID
  • No untraceable implementation scope
  • No missing acceptance criteria in scope
  • Conflicts are resolved or deferred
  • Assumptions are explicit and approved
  • Coverage gaps are listed
  • Over-implementation risks are listed
  • Final coverage approved by user

Read the full file on GitHub · 225 lines

Files

What ships with it

2 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. 4d ago First seen · 225 lines · 0 tokens per session scan A 1e8b9e731749

Subscribe to this mod's changes

requirements-use is a skill published in the GitHub repository griddynamics/rosetta (342 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,458 tokens. 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-30.