systematic-perturbation
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/systematic-perturbationSystematically perturbs variation axes to construct validity envelopes
- Solves the problem of mapping system validity under controlled variation
- Depends on variation-axis-definition, controlled-perturbation, and validity-envelope-construction subagents
- Decides based on orthogonal axes definition and degradation thresholds
- Delivers structured validity envelopes with performance degradation data
SKILL.md
.github/skills/systematic-perturbationView on GitHub ↗
--- name: systematic-perturbation description: Multi-axis systematic perturbation — define variation axes, perturb along each, measure degradation, construct validity envelope. execution: tactic used-by: validity-envelope-mapping --- # Systematic Perturbation Map validity by perturbing along defined axes. ## Operations - variation-axis-definition → controlled-perturbation → validity-envelope-construction ## Available SOPs **Subagent:** variation-axis-definition, controlled-perturbation, validity-envelope-construction **Import:** paper-search ## Execution Guidance Define orthogonal axes of variation (at least 3), perturb one axis at a time while holding others constant, record performance at each point, construct envelope from degradation thresholds. ## Minimum Yield ``` <HARD-GATE> - variation axes defined: >= 3 - perturbation curves: >= 3 - validity envelope: >= 1 constructed </HARD-GATE> ```
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.