Borrowing it
Nothing to install: this file belongs to zekiriabd/SDD-Pro. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/zekiriabd/SDD-Pro/main/.claude/commands/sdd-reverse-parity.mdgit clone --depth 1 https://github.com/zekiriabd/SDD-ProWrote 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/commands/zekiriabd/sdd-pro/sdd-reverse-parity)<a href="https://agentmods.dev/commands/zekiriabd/sdd-pro/sdd-reverse-parity"><img src="https://agentmods.dev/badge/commands/zekiriabd/sdd-pro/sdd-reverse-parity.svg" alt="Measured on agentmods" 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.00074 | $0.00795 |
| Opus 5 | $0.00037 | $0.00398 |
| Sonnet 5 | $0.00015 | $0.00159 |
| Haiku 4.5 | $0.00007 | $0.00080 |
Grade A, and why
sdd-reverse-parity 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.
How it starts
The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/sdd-reverse-parity {n} [--json]
Rôle
Dériver des AC d'une FEAT reverse des scénarios Gherkin exécutables qui
définissent l'équivalence comportementale legacy ↔ application régénérée.
Comble l'angle mort « extraction statique, pas de validation runtime » : après
/sdd-full, le runner BDD de la stack qa/* peut exécuter ces .feature
contre la nouvelle application pour prouver la parité.
Args
| Arg | Type | Description |
|---|---|---|
{n} |
requis | Numéro de la FEAT reverse (workspace/feats/{n}-{FeatName}.md) |
--json |
flag | Émet le verdict en JSON |
Pré-conditions
workspace/feats/{n}-{FeatName}.mdexiste et portegenerated-by: sdd-reverse. Sinon → ERROR[REVERSE_UNIT_NOT_FOUND].- ≥ 1 US
workspace/us/{n}-{m}-*.mdexiste (escalier 3b a tourné).
Actions
- Spawn unique
Agent(reverse-parity-inspector)avec arg ={n}. - L'agent dérive les scénarios (1
.featurepar US, tags@AC-N), écritparity-map.md, puis valide via :
(max 3 itérations de correction surpython .sdd/python/sdd_reverse_scripts/validate_parity_features.py \ --feat-path workspace/feats/{n}-{FeatName}.md \ --parity-dir workspace/parity/feat-{n} --json[REVERSE_PARITY_INVALID]).
Sortie
workspace/parity/feat-{n}/
├── {m}-{Slug}.feature
└── parity-map.md
Couverture (coverage.verdict, ASCII) : complete | partial — jamais
bloquant ([REVERSE_PARITY_COVERAGE_GAP] informational ; les AC non
dérivables restent listés, jamais comblés par invention).
Émission chat
[REVERSE] Parité FEAT {n} : {S} scénarios, {K}/{N} AC couverts. (PROGRESS%)
Anti-derive
- Une seule FEAT par invocation
- No-spawn d'agent autre que
reverse-parity-inspector .featurestack-agnostiques (aucune techno cible nommée — step definitions en aval)- Verdict informational — ne bloque ni Phase 4 ni
/sdd-full - Idempotent : relancer écrase
feat-{n}/
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.
- 7d ago First seen · 71 lines · 74 tokens per session scan A 145ddb6d5e02
sdd-reverse-parity is a command published in the GitHub repository zekiriabd/SDD-Pro (191 stars, last pushed 3d ago), licensed Apache-2.0. It adds 74 tokens to every session and 795 once invoked, about $0.0004 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.
Other commands, from other repositories
cloudflare-durable-objects:setup
Interactive Durable Objects project initialization. Scaffolds new DO project with proper bindings, migrations, and boilerplate code.
api-runtime-verify
Verify an implemented backend HTTP surface at runtime: per route, record the request actually made, the HTTP status, the response content-type, and the observed body shape, assert each response against the slice's acceptance behavior, classify the findings, and decide a PASS/FAIL/BLOCKED runtime gate. The probe's real…
runtime-validate
Validate actual runtime behavior of HTTP APIs through execution testing. Tests GET endpoints, verifies responses match documentation, and catches functional failures.
state-validate
Validate stateful workflows and multi-step interactions. Tests authentication flows, shopping carts, pagination, session management, and state transitions through actual request sequences.
test
Generate API integration tests for endpoints.
run-load-test
Run API load tests with k6, Artillery, or Gatling to measure performance under load.