feat-validate

feat-validate is a command for Claude Code from zekiriabd/SDD-Pro. It costs 23 tokens per session (5,297 once invoked), scanned A, original, Apache-2.0.

Automatická kontrola, či sú funkčná požiadavka, jej používateľské príbehy a HTML makety pripravené na implementáciu. Kontrola používa pevne dané pravidlá a nevolá jazykový model ani agenta.

In plain words
What is it for?
Na kontrolu pripravenosti požiadavky pred vývojom alebo po ňom. Výsledok môže byť GO, WARN alebo chybový stav a dá sa vypísať aj ako JSON.
Why use it?
Odhaľuje nejasné požiadavky, nemerateľné podmienky a chýbajúce technické údaje ešte pred spustením vývoja. Upozornenia predvolene nezastavia proces.

Command for Claude Code

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 commands/zekiriabd/sdd-pro/feat-validate
Clone the repo
git clone --depth 1 https://github.com/zekiriabd/SDD-Pro

Made for: Claude Code.

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 feat-validate

README.md
[![agentmods](https://agentmods.dev/badge/commands/zekiriabd/sdd-pro/feat-validate.svg)](https://agentmods.dev/commands/zekiriabd/sdd-pro/feat-validate)
Your own site
<a href="https://agentmods.dev/commands/zekiriabd/sdd-pro/feat-validate"><img src="https://agentmods.dev/badge/commands/zekiriabd/sdd-pro/feat-validate.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,297 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.00023 $0.05297
Opus 5 $0.00012 $0.02648
Sonnet 5 $0.00005 $0.01059
Haiku 4.5 $0.00002 $0.00530

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

Security

Grade A, and why

feat-validate 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.

.claude/commands/feat-validate.md · 415 lines

How it starts

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

/feat-validate — Implementation Readiness Gate (déterministe, v6.1)

Vérifie qu'une FEAT + ses US + mockups HTML sont prêts pour /dev-run. Validation 100% déterministe via Python (validate_readiness.py

  • validate_semantic.py, 0 token LLM, 0 agent invoqué).

v6.1 (réintroduction validation sémantique low-cost) : à la couche structurelle (readiness) s'ajoute une couche sémantique déterministe (vocabulaire + regex) qui détecte ambiguïtés, AC non mesurables, keywords sécurité sans mécanisme de protection, PII sans mention de privacy, et routes /api/* mentionnées sans endpoint backend déclaré. Toujours 0 token LLM ; WARN non bloquant par défaut.

Usage :

  • /feat-validate {n} — valide la FEAT {n} et produit le rapport
  • /feat-validate {n} --json — sortie JSON pour CI/CD (n'affecte QUE le format de sortie — ne bypasse JAMAIS la spec-compliance gate STEP 4.5, cf. FWD-C3 fix 2026-06-12)
  • /feat-validate {n} --post-dev — force MODE=post-dev (active la spec-compliance gate STEP 4.5 sans dépendre de l'heuristique HAS_CODE). Utilisé par /sdd-full STEP 4.7. Combinable avec --json.

Décisions possibles :

  • 🟢 GO : prêt pour /dev-run
  • 🟡 WARN : passable mais review humaine recommandée
  • 🔴 NO-GO : bloque /dev-run (sauf /dev-run {n} --force)

STEP 1 — Valider l'argument

Argument obligatoire : {n} (entier ≥ 1).

Flags optionnels (parsés ici, ordre libre) :

  • --jsonJSON_FLAG=1 (format de sortie JSON, cf. Mode JSON)
  • --post-devPOST_DEV_FLAG=1 (force MODE=post-dev au STEP 4.5.1)

Tout autre flag inconnu → ignoré silencieusement (forward-compat).

Si absent →

ERROR: /feat-validate — argument manquant
CAUSE: [INVALID_ARG] aucun numéro de FEAT fourni
FIX: relancer /feat-validate {n} (ex. /feat-validate 1)

Si non numérique →

ERROR: /feat-validate — argument invalide
CAUSE: [INVALID_ARG] "{argument}" n'est pas un entier
FIX: relancer /feat-validate {n}

STEP 2 — Localiser la FEAT

Read the full file on GitHub · 415 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. 4d ago First seen · 415 lines · 23 tokens per session scan A 0742929a5383

Subscribe to this mod's changes

feat-validate is a command published in the GitHub repository zekiriabd/SDD-Pro (190 stars, last pushed yesterday), licensed Apache-2.0. It adds 23 tokens to every session and 5,297 once invoked, about $0.0001 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-30.