Find the minimal change magnitude along a dimension that causes the conclusion to flip from true to false.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill flip-point-detection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Flip Point Detection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-flip-point-detection)More formats (shields.io, HTML) on the badges page.
---
name: flip-point-detection
description: Find the minimal change magnitude along a dimension that causes the conclusion to flip from true to false.
execution: subagent
prompt: ./prompt.md
input: artifact (string), dimension (string), conclusion (string)
used-by: [counterfactual-probing]
---
# Flip-Point Detection
Binary search for the minimal perturbation that reverses the conclusion.
## Execution
Subagent — spawned via subagent-spawning/spawn-agent.
## Why Subagent
Flip-point detection requires iterative reasoning about graduated changes, best done in isolated context.
## Input
- **artifact**: The original artifact
- **dimension**: The dimension to perturb along
- **conclusion**: The conclusion being tested
## Output
- **flip_point**: The minimal change that flips the conclusion
- **distance**: How far from actuality the flip-point is (0.0–1.0)
- **confidence**: Confidence in the flip-point location
- **search_path**: Steps taken to find the flip-point
## Budget
One unit = one binary search per dimension.
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!