AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Empirical Validation

skill-ralfyishere-rules-with-receipts-empirical-validation · by ralfyishere

Test a load-bearing efficacy claim by running the cheapest experiment that could falsify it - with real data and confidence intervals - instead of reasoning about whether it works. Activate before relying on or shipping any efficacy claim: an inherited system's supposed edge, a prompt/rule/config change you believe helps, a cited performance number (win rate, accuracy), or a vendor/docstring metr…

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-ralfyishere-rules-with-receipts-empirical-validation

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ralfyishere-rules-with-receipts-empirical-validation)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Empirical Validation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Empirical Validation

Purpose

Claims of efficacy are cheap to make and expensive to trust. An inherited service "has a 74% success rate"; a new rule "sharpens the model"; a vendor "cuts errors 40%." The default failure is to reason about whether these hold — plausibility-check them, argue both sides — and then build on them. Reasoning cannot distinguish a real effect from an overfit artifact; only measurement can. This skill makes the reflex: when a claim is load-bearing, find the cheapest experiment that could falsify it, run it against real data with confidence intervals, and let the result decide — before you invest in it or ship it.

It is the difference between "this metric looks predictive" and "over 52,000 samples it's 49.8%, CI excludes nothing"; between "the new rule should help" and "14-rule flagged 9/12, 15-rule 1/9 — it hurt." Both verdicts were unavailable to argument and decisive to data.

When to use this skill

  • About to rely on an inherited/abandoned system's claimed advantage (revival, due diligence).
  • About to ship a change to something whose value is empirically established (a proven

prompt, snippet, model, config, few-shot set) — verify the change didn't erode it.

  • A performance number appears with no committed, re-runnable artifact behind it

(docstring win rate, vendor ROI, "we saw a lift").

  • A decision worth real money/time/reputation rests on "X works."
  • Someone asks "does this actually work?" and the honest answer is "nobody measured."

When NOT to use

  • No efficacy claim is load-bearing — you're not betting on whether something works.
  • The claim is already backed by a reproducible artifact you can inspect (read it instead).
  • Pure correctness questions about your own output — that's adversarial-verify.
  • The cost of the experiment exceeds the cost of being wrong (rare; usually the cheap

experiment is far cheaper than the misplaced investment — check before assuming this).

The procedure

  1. Name the one claim the decision lives or dies on, in falsifiable terms. Not "the

bot is good" but "signal S predicts the 5-min direction >52% after costs."

  1. Find the cheapest ground-truth for it. Free public data, a held-out slice, a

historical log, a small controlled run. The best experiments cost cents and minutes (a free public dataset pull; 12 claude -p cells). Ask: what's the least I can gather that could prove this false?

  1. Design to isolate and to falsify. Change exactly one variable (controlled A/B: same

everything, differ only in the thing under test). Prefer a design where a null result is meaningful. Interleave arms so a partial run stays balanced.

  1. Run it and compute uncertainty. Report rates with confidence intervals, not point

estimates; state n; flag thin cells. A "0%" on n=12 is not the same as on n=3,000. Compute the CI on the independent unit (window, user, day), not the raw row count — correlated rows inflate n and manufacture false precision.

  1. Adversarially check the result before trusting it: fat tails / worst cases (not just

the average), sample-regime limits, whether your proxy equals the real settlement variable, whether a "positive" is an upper bound (naive fill/selection bias).

  1. Act on the verdict, and publish the artifact. The experiment script + numbers are

the receipt — reproducible, committed. Let a kill be a kill and a pass be a pass; update the plan, don't re-litigate the data.

Quality bar

  • The load-bearing claim is stated in falsifiable terms before any experiment.
  • The result rests on real data with n and confidence intervals, not on argument.
  • The experiment isolates the variable under test (a controlled comparison, where applicable).
  • The result's limits are stated (sample regime, proxy fidelity, upper-bound caveats).
  • A reproducible artifact exists; the decision follows the verdict, including "kill it."

Common failure modes

  • Plausibility theater: arguing a claim is reasonable instead of measuring it. If you

can gather ground-truth for cents, reasoning about it is a choice to stay wrong.

  • Confirmation-shaped experiments: a test that can only pass. Design so a null result

would show; test the strongest way it could be false.

  • Point-estimate confidence: "74%!" on n=8. Report CIs; small-n fractions (5/8, 2/3)

are the canonical overfit trap.

  • Uncontrolled A/B: changing five things and crediting one. Isolate the variable.
  • Pseudo-replication / unnamed selection: CIs computed on correlated rows (12,000 trades

from 250 windows) — effective n is the independent cluster, not the row count; and reporting the best-of-N slice as if it were the only hypothesis. Compute on the independent unit; name the search space.

  • Ephemeral evidence: a verdict resting on data that can't be re-pulled (a live API with

short retention) and was never snapshotted — commit the raw data, or label it "unreproducible after DATE."

  • Ignoring the tail: a mean that hides ruinous worst cases (a rare catastrophic loss the

average quietly absorbs until it doesn't).

  • Proxy ≠ target: measuring the convenient thing (a proxy signal) and claiming the real

thing (the outcome that actually pays) — name the gap.

  • Not shipping the receipt: a verdict with no committed, re-runnable artifact is a claim,

not evidence — exactly the thing this skill exists to stop.

Works with sibling skills

verification-discipline labels a claim's evidence level; this skill goes and generates the evidence when the label is "unmeasured." adversarial-verify attacks your finished work by reasoning; this attacks a claim by experiment (and step 5 runs adversarial-verify on the result). research-methodology gathers what others have measured; this measures it yourself when they haven't. product-thinking decides whether a claimed edge is worth building; this decides whether it's real first. plan-gate/deep-decomposition sequence the larger work once the premise survives.

Provenance and maintenance

Added 2026-07 after two independent wins in one session: a load-bearing efficacy claim that looked impressive on its face was falsified for $0 on real public data — the effect was overfit noise — and a snippet change believed to help was shown by a controlled A/B to have eroded the pack's one proven behavioral result. In both, argument had been inconclusive and a cheap experiment was decisive. Re-verify by the negative test: on the next "does X work?" that gets answered by discussion rather than a runnable measurement, this skill's trigger failed. See .claude/learnings/2026-07-08-prove-the-premise-before-reviving.md and …-adding-to-the-proven-snippet-needs-an-ab.md.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.