List all key factors, conditions, and assumptions that support or enable the artifact's conclusion.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill factor-enumeration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Factor Enumeration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-factor-enumeration)More formats (shields.io, HTML) on the badges page.
---
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)
used-by: [counterfactual-probing]
---
# 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.
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!