Strategy: Systematic factor removal — remove factors one at a time and observe whether the conclusion remains stable, identifying which factors are load-bearing.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill factor-removal --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Factor Removal?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-factor-removal)More formats (shields.io, HTML) on the badges page.
---
name: factor-removal
description: "Strategy: Systematic factor removal — remove factors one at a time and observe whether the conclusion remains stable, identifying which factors are load-bearing."
type: strategy
used-by: [counterfactual-probing]
tactics: [systematic-factor-ablation, minimal-change-search]
---
# Factor Removal Strategy
Ablation study approach: systematically remove each factor and observe conclusion stability.
## Method
1. **factor-enumeration** lists all factors supporting the conclusion
2. **single-factor-removal** removes one factor at a time
3. **counterfactual-scenario-construction** reasons about the modified scenario
4. **fragility-measurement** scores how much the conclusion degrades
5. **load-bearing-identification** ranks factors by impact of removal
6. Optional: **flip-point-detection** for partial removal (dose-response)
## Budget Table
| Parameter | S | M | L |
|---|---|---|---|
| Factors removed | 5 | 10 | 20 |
| Removal iterations | 1 | 2 | 3 |
| Combination removals | 0 | 3 | 8 |
## Orchestration
```
factor-enumeration → [rank by suspected importance]
→ [for each factor]:
single-factor-removal
→ counterfactual-scenario-construction
→ fragility-measurement
→ [if budget allows, test combinations]:
single-factor-removal (multiple factors)
→ counterfactual-scenario-construction
→ load-bearing-identification (final ranking)
```
## Subagents
- factor-enumeration (factor listing)
- single-factor-removal (ablation)
- counterfactual-scenario-construction (scenario reasoning)
- fragility-measurement (degradation scoring)
- load-bearing-identification (ranking)
- flip-point-detection (dose-response, optional)
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!