assumption-challenge
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/assumption-challengeChallenges assumptions with adversarial reasoning and alternatives
- Identifies and attacks flawed assumptions in decision-making
- Uses subagent execution to isolate adversarial analysis
- Constructs counter-arguments with evidence and alternative hypotheses
- Delivers structured impact assessments and confidence ratings
SKILL.md
.github/skills/assumption-challengeView on GitHub ↗
--- name: assumption-challenge description: Construct the strongest counter-argument against a specific assumption and propose alternatives. execution: subagent prompt: ./prompt.md input: assumption used-by: [steel-manning] --- # Assumption Challenge Attacks a specific assumption adversarially — constructing the strongest argument for why it might be wrong, proposing an alternative assumption, and assessing the impact on the overall decision if the assumption fails. ## Execution Spawns a subagent that takes a single assumption and builds the strongest possible case against it. ## Why Subagent - Challenge requires adversarial mindset isolated from the assumption-maker - Each assumption deserves focused, dedicated attack - Isolation prevents the challenger from being "too kind" to assumptions ## HARD-GATE Output must include: - Challenge argument with evidence or reasoning - At least 1 alternative assumption (what if the opposite is true?) - Impact assessment if the assumption is wrong - Confidence in the challenge itself (is this a real threat or theoretical?)
More from yogsoth-ai/de-anthropocentric-research-engine
- abductive-hypothesis-generationStrategy: 面对异常的最佳解释推理
- ablation-brainstormRemove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps.
- ablation-component-mappingMap system architecture to ablatable units for ablation studies
- ablation-designDesign ablation studies to isolate component contributions in ML systems
- ablation-executionRemove components one by one from a system, record the response/impact of each removal.
- abp-vulnerability-classificationClassify assumptions on 2 axes — load-bearing (how much conclusion depends on it) × vulnerable (how likely to be false). Focuses attention on High-Load × High-Vulnerable quadrant.
- abstraction-extractionExtract abstract principles from concrete domain cases. Strips domain-specific details to reveal transferable mechanisms.
- abstraction-ladderPerform bisociation at multiple abstraction levels
- abstraction-ladderingMove between concrete and abstract framings — 3 levels up (Why?) and 3 levels down (How?) to find the most productive research level.
- abstraction-to-designAbstract biological principle to design principle. Bridge from biology to engineering.