Skip to content
Automation
Skill

/atomize-claim

Decompose a compound position into atomic, independently challengeable/falsifiable claims and expose implicit assumptions.

From plugin
de-anthropocentric-research-engine
499200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill atomize-claim --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/atomize-claim

Context preview

The summary Claude sees to decide when to auto-load this skill.

Decompose a compound position into atomic, independently challengeable/falsifiable claims and expose implicit assumptions.

SKILL.md

atomize-claim.SKILL.md
name: atomize-claim
description: "Decompose a compound position into atomic, independently challengeable/falsifiable claims and expose implicit assumptions."

atomize-claim

Purpose

Split a compound claim into atomic propositions that can receive separate evidence and confidence judgments.

Input contract

required: [compound_claim]
optional: [argument_context, domain_terms, evidence_records]
constraints: [atomic claims retain logical connectors and scope qualifiers]

Procedure

1. Identify subjects, predicates, qualifiers, conditions, and logical connectors. 2. Split independent propositions while preserving dependency and quantifier scope. 3. Mark implicit premises and ambiguous terms. 4. Emit an ordered atomic claim set with recomposition rules.

Output contract

produces: [atomic_claims, logical_connectors, implicit_premises, recomposition_map]
delta_fields: [findings, uncertainties, open_questions]

Quality gates

  • Recombining the atoms preserves the original meaning.
  • Each atom is independently evidence-addressable.

Failure and counterexamples

Do not split a definition or condition from the proposition it qualifies.

Provenance map

  • `resolved: atomize-claim`
Ships withde-anthropocentric-research-engine

The complete research orchestration system for AI-native science. What It Does Design Philosophy Architecture (v3.2.2) Quick Start Configuration Roadmap License DARE is not a tool that helps you do research. It is the researcher.

Get the whole plugin
Stats
499
Stars
41
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
2h ago
Last commit
7mo ago
Created

Repo: yogsoth-ai/de-anthropocentric-research-engine