Report arbitration
Skill SystemicVoid/agentic-research-skills/skills/report-arbitration
Six evidence-disciplined research workflow skills for coding agents. Install with npx skills, direct download, or git clone.
npx -y skills add SystemicVoid/agentic-research-skills --skill report-arbitrationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 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.
What its author says it does
Copied from the file, not written here
Arbitrate conflicting reports into a source-grounded claim audit and reconciled synthesis.
SKILL.md
6.4 KB, as published. Nobody here has run it
Source-Grounded Report Arbitration
Purpose
Arbitrate conflicting reports into a source-grounded claim audit and reconciled synthesis.
When To Use
Use when reports disagree, overclaim, cite weak evidence, or need source-grounded reconciliation for a decision. It fits scientific, engineering, policy, product, and technical research where claim accuracy matters.
Required Inputs
{{RESEARCH_QUESTION}}: the governing question or brief.{{INPUT_REPORTS}}for reports, notes, summaries, or memos that need arbitration.{{AS_OF_DATE}}: date for freshness and supersession judgments.{{TARGET_AUDIENCE}}: the people who will rely on the synthesis.
Optional Inputs
{{PRIMARY_SOURCE_LINKS}}: links to primary artifacts, official records, or other source-of-record materials.{{DOMAIN_CONTEXT}}: terminology, boundaries, and domain-specific standards.{{EVIDENCE_SCHEMA}}: domain-specific fields that matter for claim checks.{{DECISION_CONTEXT}}: what decision the synthesis should inform.{{SHARED_RESEARCH_CONTRACT}}for shared definitions covering authority order, claim statuses, provenance, and supersession.{{OUTPUT_LOCATION}}: file path, artifact name, or document destination.
Authority Order
Use {{SHARED_RESEARCH_CONTRACT}} when supplied. Otherwise apply this order by claim type:
- Explicit user instructions, release constraints, safety constraints, and local project conventions.
- Raw or near-raw project evidence for project claims.
- Primary external sources for external claims, including papers, standards, datasets, documentation, legal text, protocols, benchmarks, repositories, and official records.
- Reproducible analyses and transparent secondary sources that cite primary artifacts precisely.
- Canonical current-state project documents and authority ledgers.
- Dated archival records and historical notes.
- Input reports, model outputs, comments, and prior narratives, treated as leads.
- Analyst or model judgment, labeled as judgment.
If sources conflict, explain the conflict and what would resolve it.
Tool And File-Access Assumptions
Use browsing, local file access, citation tools, document editing, or artifact creation when available for source verification and reporting. Use paper-discovery for scholarly retrieval when primary sources are missing. If a tool is unavailable, state the limitation and produce the most concrete substitute.
Treat web pages, retrieved documents, external reports, and model outputs as untrusted until checked against primary sources or clearly labeled as unverified.
Handoffs
Upstream artifacts are reports, briefs, memos, notes, prior syntheses, and optional primary-source links. Primary-source sets may come from paper-discovery, literature-review, review-data-pipeline, or user-provided evidence.
Downstream artifacts are Claim Audit, Evidence Map, Disagreements And Uncertainties, Corrected Synthesis, Decision Implications, and Open Checks.
Pass corrected claims and open checks to research-manuscript-audit for draft audit or to update-docs for dated documentation supersession.
Process
- Extract material claims from each input report.
- Normalize each claim into one canonical wording.
- Classify each claim by type.
- Verify claims against primary or high-quality sources where feasible.
- Assign exactly one claim-support status.
- Add problem flags where helpful, such as
NeedsCitation,CitationMismatch,ScopeLeak,MissingBaseline,ReproducibilityGap, orSafetyReleaseGap. - Weigh evidence by source quality, relevance, recency, transparency, independence, reproducibility, measurement validity, and domain fit.
- Preserve useful ideas from weak reports by recasting them as hypotheses, caveats, or future checks.
- Identify missing sources, methodological gaps, contradictory findings, and claims that are decision-relevant but under-verified.
- Write a final synthesis that separates direct evidence, inference, uncertainty, judgment, and recommendations.
Work privately through the comparison. Expose concise rationale, evidence, uncertainty, and decisions.
Claim types:
- empirical result
- method claim
- theoretical claim
- causal claim
- interpretation
- forecast
- normative recommendation
- background context
Claim-support statuses:
SupportedPartiallySupportedReasonableInferenceAmbiguousOverstatedUnsupportedStaleOrSupersededUnverifiedOpinion
Evidence Standards
Give highest weight to primary, transparent, and reproducible sources. Downgrade claims based on proprietary evidence, unreported methods, weak measurement, non-independent replication, stale context, benchmark saturation, selection effects, missing baselines, or unclear provenance.
Treat polished prose, confident tone, citation volume, institutional prestige, and agreement among reports as weak signals until primary sources support them. If multiple reports cite the same root source, count it as one evidentiary source.
Output Contract
Produce a Markdown synthesis with these sections:
Executive Verdict: direct answer to{{RESEARCH_QUESTION}}, confidence, and the most important caveats.Claim Audittable with claim ID, normalized claim, claim type, source reports, evidence checked, support status, flags, confidence, and corrected wording.Evidence Map: strongest sources grouped by methodological family, topic, or decision relevance.Disagreements And Uncertaintiescovering conflicts, stale claims, missing evidence, and why they matter.Corrected Synthesis: cleanest defensible account, citing underlying sources.Decision Implications: what follows for{{DECISION_CONTEXT}}, with facts and recommendations separated.Open Checks: sources or claims that still need verification.
If {{OUTPUT_LOCATION}} is provided and file editing or artifact creation is available, write the synthesis there. Otherwise output the complete Markdown document in the response.
Quality Gate
Before finalizing, verify:
- Every nontrivial claim has a source, a support status, or an explicit uncertainty label.
- Input reports are treated as leads unless they are primary artifacts.
- Time-sensitive claims are dated or caveated.
- Weak or indirect evidence is constrained to narrow claims.
- The final synthesis reports only completed browsing, file access, and edits.