Tactic for assessing the strength and relevance of evidence for causal
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill evidence-weighing --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Evidence Weighing?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-evidence-weighing)More formats (shields.io, HTML) on the badges page.
---
name: evidence-weighing
description: Tactic for assessing the strength and relevance of evidence for causal
claims — distinguishes correlation from causation.
execution: tactic
dependencies:
sops:
- confidence-scoring
- contradiction-flagging
- evidence-linking
---
# Evidence Weighing
Assess the strength of evidence for causal claims. Not all evidence is equal — RCTs > observational studies > expert opinion > anecdote.
## Available SOPs
- evidence-linking — connect evidence to claims
- confidence-scoring — assign calibrated confidence
- contradiction-flagging — identify conflicting evidence
## Guiding Principles
- **Hierarchy of evidence.** Interventional > observational > theoretical > anecdotal.
- **Effect size matters.** A statistically significant but tiny effect is weak evidence for practical causation.
- **Replication is king.** Single studies are suggestive; replicated findings are convincing.
- **Confounders weaken.** Evidence from studies with uncontrolled confounders gets lower weight.
- **Mechanism strengthens.** Evidence backed by a plausible mechanism gets higher weight.
## Minimum Yield
<HARD-GATE>
≥2 evidence assessments with explicit strength ratings per invocation.
</HARD-GATE>
<!-- BEGIN available-tables (generated) -->
## Available SOPs
Optional, no fixed order; the final leaf is always a sop.
| SOP | When to use |
| --- | --- |
| confidence-scoring | SOP for assigning calibrated confidence scores to causal claims based on evidence quality and quantity. |
| contradiction-flagging | SOP for flagging contradictions in the causal model — identify conflicting evidence or mechanism claims. |
| evidence-linking | SOP for linking evidence pages to causal claims — creates supported_by or contradicts edges. |
<!-- END available-tables (generated) -->
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!