spider-application
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/spider-application应用 SPIDER 框架 — 适用于定性研究。
SKILL.md
.github/skills/spider-applicationView on GitHub ↗
---
name: spider-application
description: "SOP: 应用 SPIDER 框架结构化定性研究问题"
version: 1.0.0
category: hypothesis-formation
type: sop
campaign: research-question
input: "研究意图(定性研究方向)"
output: "完整 SPIDER 填充 + RQ 表述"
dependencies:
skills:
- subagent-spawning
---
# SPIDER Application
应用 SPIDER 框架 — 适用于定性研究。
## HARD-GATE
<HARD-GATE>
输入必须包含: 明确的定性研究意图(探索性、理解性、解释性)。
</HARD-GATE>
## Pipeline
1. **前置检查**: 确认研究适合 SPIDER 框架
2. **S (Sample)**: 定义样本/研究对象
3. **PI (Phenomenon of Interest)**: 定义关注的现象
4. **D (Design)**: 定义研究设计(访谈/观察/案例等)
5. **E (Evaluation)**: 定义评估方式(主题分析/扎根理论等)
6. **R (Research type)**: 定义研究类型(探索/描述/解释)
7. **组装**: 将各组件组装为完整 RQ 句子
8. **输出**: SPIDER 填充表 + RQ 表述
## Output Format
```
S: [样本描述]
PI: [关注现象]
D: [研究设计]
E: [评估方式]
R: [研究类型]
RQ: "How do [S] experience [PI], as explored through [D] and evaluated via [E]?"
```
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.