SOP for updating confidence scores on claims and evidence pages based
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill confidence-update --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Confidence Update?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-confidence-update)More formats (shields.io, HTML) on the badges page.
---
name: confidence-update
description: SOP for updating confidence scores on claims and evidence pages based
on new information.
execution: sop
---
# Confidence Update
Update confidence scores on claim and evidence pages when new supporting or contradicting information arrives.
## Tool
CC file edit + `vault_search`
## Protocol
1. Identify pages with outdated confidence (based on new evidence or contradictions)
2. Read current page content and confidence score
3. Assess new evidence: does it support or contradict?
4. Update confidence score in frontmatter (increase for support, decrease for contradiction)
5. Add note in page body explaining the update
## HARD-GATE
<HARD-GATE>
Confidence changes must be justified with specific evidence references.
Never change confidence without citing the reason.
</HARD-GATE>
## Yield
Returns: `{ updated: number, pages: Array<{path: string, old: number, new: number}> }`
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!