conflation-score

Validate provenance-honesty of reported metrics and exit summaries in the fak kernel.

30|12|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/anthony-chaudhary/fak --skill conflation-score
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conflation-score
Source: https://github.com/anthony-chaudhary/fak/tree/main/.claude/skills/conflation-score
Command: npx skills add https://github.com/anthony-chaudhary/fak --skill conflation-score

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves truth-maintenance bugs where a system incorrectly attributes external provider-side misses or errors to its own internal actions, eroding trust in reported metrics.

Core Features & Use Cases

  • Provenance Labeling: Enforces a strict distinction between witnessed (internal) and observed (external) data points.
  • Attribution Correction: Identifies and fixes prose that misattributes provider-side issues to the agent kernel.
  • Use Case: Use this after adding new metrics or exit summaries to ensure that any external values are correctly labeled as OBSERVED, preventing false blame on the kernel for upstream failures.

Quick Start

Run the conflation scorecard to audit the current reporting surfaces and identify debt that requires provenance labeling.

Frequently Asked Questions about conflation-score

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is provenance-honesty in fact-reporting and why does it matter?

Provenance-honesty in fact-reporting ensures metrics accurately distinguish between witnessed internal signals and observed external data. It prevents truth-maintenance bugs where a system incorrectly attributes external provider-side errors to its own internal actions, eroding trust in reported metrics.

How do I audit reporting surfaces to identify provenance labeling debt?

To audit reporting surfaces for provenance labeling debt, run the internal Go-based conflation-scorecard verb. This scorecard measures debt within the fak kernel and verifies the integrity of the reporting boundary to identify where external values require proper labeling.

How do I fix misattributed provider-side issues in my agent kernel summaries?

To fix misattributed provider-side issues in your agent kernel summaries, apply attribution correction to identify prose that misattributes upstream failures. Enforce a strict distinction by correctly labeling external values as OBSERVED to prevent false blame on the kernel.

Does provenance auditing require any specific kernel environment or dependencies?

Yes, provenance auditing requires the internal Go-based conflation-scorecard verb to operate. It functions specifically within reporting surfaces inside the fak kernel to measure debt and verify the integrity of the reporting boundary.

When should I run a conflation scorecard audit on my metrics?

You should run a conflation scorecard audit after adding new metrics or exit summaries to your reporting surfaces. This ensures external values are correctly labeled as OBSERVED, preventing false blame on the kernel for upstream failures.