factor-enumeration

star 312

List all key factors, conditions, and assumptions that support or enable the artifact's conclusion.

yogsoth-ai By yogsoth-ai schedule Updated 5/19/2026

name: factor-enumeration description: List all key factors, conditions, and assumptions that support or enable the artifact's conclusion. execution: subagent prompt: ./prompt.md input: artifact (string), causal_claims (list) dependencies: sops: - spawn-agent

Factor Enumeration

Lists all factors that the conclusion depends on — explicit conditions, implicit assumptions, and background requirements.

Execution

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

Why Subagent

Comprehensive factor enumeration requires systematic scanning without being biased by which factors seem most important.

Input

  • artifact: The artifact to analyze
  • causal_claims: Previously extracted causal claims (optional)

Output

  • factors: List of {name, type, explicit/implicit, suspected_importance}
  • factor_count: Total factors identified
  • categories: Grouping of factors by type

Budget

One unit = one enumeration 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.
Install via CLI
npx skills add https://github.com/yogsoth-ai/de-anthropocentric-research-engine --skill factor-enumeration
Repository Details
star Stars 312
call_split Forks 25
navigation Branch main
article Path SKILL.md
More from Creator