sensitivity-analysis-design
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/sensitivity-analysis-designDesign sensitivity analyses to test meta-analysis robustness
- Solves the problem of assessing how sensitive results are to study inclusion or exclusion
- Uses input data on included studies, outliers, and subgroup variables
- Applies statistical methods to detect influential studies and subgroup effects
- Generates a structured sensitivity analysis plan for review and execution
SKILL.md
.github/skills/sensitivity-analysis-designView on GitHub ↗
--- name: sensitivity-analysis-design description: Design leave-one-out, influence diagnostics, subgroup analyses, and robustness checks execution: subagent prompt: ./prompt.md input: included_studies, potential_outliers, subgroup_variables used-by: meta-analysis --- # Sensitivity Analysis Design SOP Design comprehensive sensitivity analyses to test the robustness of meta-analytic conclusions under different assumptions and exclusion criteria. ## When to Use - After primary analysis plan is established - When outliers or influential studies are identified - When methodological decisions could affect conclusions ## Input - `included_studies`: List of included studies with characteristics - `potential_outliers`: Studies flagged as potential outliers or influential cases - `subgroup_variables`: Variables for pre-specified subgroup analyses ## Output Complete sensitivity analysis plan specifying each analysis, its rationale, and interpretation framework.
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.