Assess claim confidence and trace dependency propagation. Read-only inspection that shows which claims and argument chains need reassessment after new data arrives. Use this skill when the user asks "assess claims", "which claims changed?", "what needs reassessment?", "trace dependencies", "propagate confidence", "reassess", or "check claim status".
Read-only inspection that traces how new data affects existing claims and argument chains. Shows which claims need reassessment and in which direction. This skill never writes files.
| Invocation | Action |
|---|---|
/assess | Full assessment of all tracked claims and chains |
/assess CLAIM_ID | Assess a specific claim and its dependents |
synthesis/graph/nodes.yaml, synthesis/graph/edges.yamlsynthesis/graph/chains.yaml (if exists)/research TOPICqualifier set: report that no claims are being tracked yet, explain how to add qualifier fieldsFind all nodes where qualifier is not null. These are the claims being tracked.
For each tracked claim:
backs edges where the claim is the to node — these are its supporting evidencerebuts edges where the claim is the to node — these are counter-evidencebacks edges since the last assessment?rebuts edgesFor each affected claim, assess:
Follow the dependency chain:
backs edges where the affected claim is the from nodeIf synthesis/graph/chains.yaml exists:
composite_qualifier using weakest-link logic (min of all link qualifiers)Output a structured report with:
## Claim Assessment Report
### Claims Needing Reassessment
| Claim | Current Qualifier | Direction | Reason |
|---|---|---|---|
| [claim-id] | mittel | ↓ | New rebuttal: [rebutter-id] |
| [claim-id] | hoch | ↑ | Backing [backer-id] upgraded to gesichert |
### Propagation Tree
claim-a (mittel → ?)
├── backs → claim-b (hoch — reassess: backing weakened)
│ └── backs → claim-d (mittel — reassess: transitive)
└── backs → claim-c (niedrig — reassess: backing weakened)
### Chain Reassessment
| Chain | Previous Composite | New Composite | Changed Link | Action |
|---|---|---|---|---|
| chain-xx | niedrig | mittel | link-3 validated | ↑ Upgrade |
| chain-yy | mittel | ? | link-2 rebutted | ⚠ Review |
### Alternative Chain Comparison
| Observation | Chain A | Chain B | Shift |
|---|---|---|---|
| [what both explain] | chain-xx (mittel) | chain-yy (niedrig→?) | A now stronger |
Based on the assessment:
backs edges: [list] — these have no formal evidence trail"