Causal Claim Extraction

Extract all causal claims (X causes Y, X leads to Y, X enables Y) from an artifact, producing a structured list of cause-effect pairs.

yogsoth-ai ac3ee15 2 files · 2.9 KB Updated

File contents

Causal Claim Extraction

Extracts all explicit and implicit causal claims from an artifact.

Execution

Subagent — spawned via subagent-spawning/spawn-agent.

Why Subagent

Causal claim extraction requires careful linguistic analysis of the entire artifact. Isolated context prevents premature evaluation of claims.

Input

  • artifact: The artifact to analyze
  • artifact_type: Type of artifact (gap, hypothesis, claim, etc.)

Output

  • causal_claims: List of {cause, effect, strength, evidence, location}
  • causal_graph: Directed graph of cause-effect relationships
  • claim_count: Total number of causal claims found

Budget

One unit = one extraction pass per artifact.

Available SOPs

Optional, no fixed order; the final leaf is always a sop.

SOP When to use
spawn-agent Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent.

yogsoth-ai/de-anthropocentric-research-engine/tree/main/skills/causal-claim-extraction commit ac3ee15957

Frequently asked questions

npx skillmds@latest add yogsoth-ai/causal-claim-extraction