Verifies that a recorded DecisionRecord still holds — baseline-vs-measure evidence loop with drift detection per FPF Evidence Decay. Make sure to use this skill whenever the user asks "did dec-X work", "is decision Y still valid", "did the prediction come true", "check if the migration held", "is X stale", "measure that decision against reality", "did we actually fix Z", "is our caching decision still right" — or whenever a shipped decision needs a post-implementation reality-check before further work relies on it. Also use when /h-status surfaces a refresh-due decision. NOT for ad-hoc sanity checks (just run the tests directly). NOT for re-framing the underlying problem (use h-frame).
$npx -y skills add m0n0x41d/haft --skill h-verifyInstalls into the current project.
Run `npx skills use "https://github.com/m0n0x41d/haft" --skill "m0n0x41d/haft/h-verify"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/m0n0x41d/haft" that are relevant to the current task. Run `npx skills add "https://github.com/m0n0x41d/haft"` and select the relevant skills, then follow their instructions.