re-derivation

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/re-derivation

Re-derive conclusions under a negated assumption and track divergence points

  • Solves the problem of understanding how conclusions change with altered assumptions
  • Depends on subagent-spawning and access to original derivation methods
  • Compares logical steps under the original and negated assumptions to identify divergence
  • Returns a detailed derivation path with marked differences to the parent agent
SKILL.md
.github/skills/re-derivationView on GitHub ↗
---
name: re-derivation
description: Re-derive conclusions under a negated assumption, tracking where the derivation diverges from the original.
execution: subagent
prompt: ./prompt.md
input: original_method, alternative_assumption
used-by: assumption-criticality
---

## Execution

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

## Budget

One unit = one complete re-derivation under one alternative assumption.
More from yogsoth-ai/de-anthropocentric-research-engine