nfr-validation

nfr-validation is a skill for Claude Code from rpraharaj/forward-deployed-engineer. It costs 104 tokens per session (1,789 once invoked), scanned A, original, MIT.

A process for measuring non-functional requirements, meaning qualities such as speed, capacity, failure behavior, and audit logging, under stated conditions.

In plain words
What is it for?
Use before release when targets exist, performance is disputed, a change affects data or calls, or a review needs evidence.
Why use it?
It replaces claims like “performance should be fine” with measured evidence and shows how the system behaves when dependencies fail.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the fde-core plugin — 30 skills shipped together

Good fit Use before release when targets exist, performance is disputed, a change affects data or calls, or a review needs evidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rpraharaj/forward-deployed-engineer/nfr-validation
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 rpraharaj/forward-deployed-engineer --skill nfr-validation
Clone the repo
git clone --depth 1 https://github.com/rpraharaj/forward-deployed-engineer

Made for: Claude Code.

Or install fde-core, the plugin that ships this one along with the rest of its 30 skills.

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 nfr-validation

README.md
[![agentmods](https://agentmods.dev/badge/skills/rpraharaj/forward-deployed-engineer/nfr-validation.svg)](https://agentmods.dev/skills/rpraharaj/forward-deployed-engineer/nfr-validation)
Your own site
<a href="https://agentmods.dev/skills/rpraharaj/forward-deployed-engineer/nfr-validation"><img src="https://agentmods.dev/badge/skills/rpraharaj/forward-deployed-engineer/nfr-validation.svg" alt="Measured on agentmods" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,789 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.00104 $0.01789
Opus 5 $0.00052 $0.00894
Sonnet 5 $0.00021 $0.00358
Haiku 4.5 $0.00010 $0.00179

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

Security

Grade A, and why

nfr-validation 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 7d 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.

fde-core/skills/nfr-validation/SKILL.md · 139 lines

How it starts

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

NFR validation

Measuring what was promised.

Why this exists

nfr-baseline writes down the targets. This skill finds out whether they hold.

The gap between the two is where a specific and common failure lives: everyone agrees performance matters, a target gets written, nobody measures it, and at go/no-go someone says "performance should be fine" — which is a feeling, not evidence, and it is accepted because the alternative is delaying the release to find out.

An FDE is well placed to break that pattern, precisely because you have no stake in the previous assumption. "We haven't measured it" is easier to say when you weren't the one who didn't measure it.

The other half of this skill is failure behavior. Systems are almost never tested for how they behave when a dependency is down, and that is exactly the condition under which they'll be judged.

When this applies

  • Before release, against declared NFRs
  • Someone claims performance is fine without a number
  • A change board needs evidence, not assurance
  • You need to know what happens when a dependency fails
  • A change alters data volume, query shape, or call patterns

When it doesn't

  • No NFRs declared — run nfr-baseline first, or you're measuring against nothing
  • Genuinely trivial internal tooling
  • Production is down or customers are failing now — that's incident-triage. Coming back later to measure a slow path is this skill.

Prerequisites

  • .fde/03b-nfrs.mdrequired. The targets and the baseline.
  • .fde/07-verification.md — this appends to it. If the file does not exist, create it with the standard header and say so in Confidence; do not pretend verification-plan already ran.
  • Access to a realistic environment, or an honest statement that you don't have one

Procedure

1. Measure the same way the baseline was measured

If the baseline came from an APM p95 over thirty days, a local benchmark is not comparable and the comparison will mislead. Match the method, the percentile, and the conditions — or state plainly that you didn't and that the numbers aren't directly comparable.

Read the full file on GitHub · 139 lines

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. 7d ago First seen · 139 lines · 104 tokens per session scan A 7bea5f3106cb

Subscribe to this mod's changes

nfr-validation is a skill published in the GitHub repository rpraharaj/forward-deployed-engineer (6 stars, last pushed 20d ago), licensed MIT. It adds 104 tokens to every session and 1,789 once invoked, about $0.0005 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

typescript-providers

Implement, modify, test, or document TypeScript provider packages under ts/packages/providers, including framework adapters for OpenAI, Anthropic, Google, LangChain, Mastra, Vercel, LlamaIndex, Cloudflare, and Claude Agent SDK. Use for provider-specific TS work; do not use for core-only changes.

ComposioHQ/composio · 70 tokens

cli-e2e

Write, modify, or debug Docker-based Composio CLI end-to-end tests under ts/e2e-tests/cli, including binary invocation, fixture isolation, output assertions, and package manifests. Use for CLI E2E test suites only; use cli-command for CLI source implementation.

ComposioHQ/composio · 62 tokens

python-sdk

Implement or modify Python SDK behavior under python/composio, including tools, toolkits, sessions, auth configs, connected accounts, client integration, and shared Python models. Use for Python core runtime/API work; pair with python-testing and cross-sdk-parity when TypeScript must match.

ComposioHQ/composio · 60 tokens

go-testing

Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.

Gentleman-Programming/gentle-ai · 26 tokens

semgrep-rule-variant-creator

Creates language variants of existing Semgrep rules. Use when porting a Semgrep rule to specified target languages. Takes an existing rule and target languages as input, produces independent rule+test directories for each language.

waybarrios/opencode-power-pack · 50 tokens

memstack-development-webapp-testing

Use when the user says 'write browser tests', 'test this page', 'playwright test', 'e2e test', 'end to end test', 'browser test', 'test the UI', or needs Playwright-based browser testing for a web application. Do NOT use for unit tests, API tests, or non-browser testing.

cwinvestments/memstack · 75 tokens