Evidence Grading Framework is a skill that sits in front of a RAG pipeline or research agent and grades every source before the agent writes a single sentence. Rather than treating all retrieved documents as equally trustworthy, it assigns each source a structured score across five dimensions: TYPE (primary, secondary, tertiary, or unranked), RECENCY (currency relative to how fast the topic changes), AUTHORITY (domain-specific credibility for the specific claim), INDEPENDENCE (whether the source has a stake in the conclusion, flagging vendor and marketing pages), and CORROBORATION (how many independent sources agree, so one source republished ten times still counts as one).
From those scores the framework derives an A–D overall grade. Grade A sources are primary, current, authoritative, and independent — rely on them. Grade B sources are solid secondaries with minor weaknesses — usable but corroborate key figures. Grade C sources are tertiary, dated, or non-independent — treat as leads only. Grade D sources are unranked, conflicted, or contradicted by stronger evidence — do not rely on them.
When two sources disagree, the framework resolves the conflict by evidence weight rather than recency or confidence: the higher-graded source wins, ties go to the better-corroborated claim, and genuinely unresolved conflicts are reported as open. The output is a graded source ledger with a clear recommendation. The skill evaluates the sources provided to it; it does not independently search for additional sources.