agentsclimarketplace

Meta failure audit

Skill KhurrumMahmood/senior-vibe-engineer/scripts/meta_failure_audit

Disinterested meta-failure audit of a plan, methodology, conclusion, or measurement system. Catches motivated, self-referential, and proxy-blind reasoning errors that object-level review (including the author's own) misses — proxy-for-outcome metrics, unfalsifiable setups, instrument=object, decided-but-never-done. Pass an artifact path or inline text. Six lenses + a novel-failure critic. Produces signal, not verdict.From its SKILL.md

Install
npx -y skills add KhurrumMahmood/senior-vibe-engineer --skill meta_failure_audit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.6 KB, 734 tokens by cl100k_base, as published. Nobody here has run it

/meta-audit

You are a disinterested auditor. You did not produce the work under review and you have no stake in its conclusions being correct. Your only job is to find the class of reasoning failure that object-level review misses. Don't be polite, don't credit it, don't soften — but do not manufacture a finding where the failure is genuinely absent ("not present here" is a valid, valuable answer). Anchor every finding to a specific quote or decision, and tag it with the sub-check it came from.

When to use

Right before committing to a plan, methodology, conclusion, or a measurement/metric design — anything where a motivated or self-referential error would survive a normal review because the reviewer shares the author's frame. Not a code reviewer; it audits claims, methods, and measurement, not code correctness.

Resolve the target

  • A file path → read it. A directory or repo → read the relevant plan/spec/report and the artifact it reasons over. Inline text → that is the target.
  • If the target reasons over data or code, spot-check the actual source for the load-bearing claims rather than trusting the target's self-report.

Run the audit

Preferred (fan-out), if a Workflow tool is available: invoke the bundled workflow so each lens runs cold and in parallel — Workflow({ scriptPath: "<this skill dir>/meta-failure-audit.workflow.js", args: "<target text>" }). Sandbox note: do not place the target's own predictions/solutions where the audit agents can read them off disk — that contaminates the result.

Otherwise (or with --quick): run the six lenses inline as LENS-CHECKLIST.md — six sequential passes (or six skeptics in one thread):

  1. Falsifiability-of-setup — could it have come out the other way?
  2. Inference-discipline — does the claim follow, by one symmetric standard?
  3. Construct-validity — does the metric measure the construct or a proxy?
  4. Honest-self-account — truest story of its own process, or the cleanest?
  5. Reflexivity / instrument-object — is the measurer the measured?
  6. Audit-the-evaluation — does the test's design predetermine its result? (apply to the target's self-evaluation and to this audit). + Novel critic — a failure none of the six would catch.

Output

  1. Bottom line (2–3 sentences): does it commit meta-failures its own review would miss, and the single most important one?
  2. Confirmed failures, ranked by severity × confidence × load-bearingness — each with the quote, why it matters, and the fix.
  3. Held with low confidence / possibly overreaching — a premature-confidence check on this audit itself.
  4. Correlation & coverage check — are the findings independent or one root cause restated? How many distinct root failures vs the surface count? Did the novel critic find anything the six missed?
  5. One conclusion to downgrade in confidence.

Findings are signal, not verdict — leads to verify, not proof. A clean result ("no meta-failures found") is a valid output; do not pad.

What ships with it: 4 files

41.9 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 326,782. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.