spice-application
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/spice-applicationApplies SPICE framework to structure evaluation research questions
- Transforms evaluation research intent into structured SPICE components
- Relies on subagent-spawning for component elaboration
- Uses predefined SPICE categories to guide question formulation
- Generates SPICE table and RQ statement as final output
SKILL.md
.github/skills/spice-applicationView on GitHub ↗
---
name: spice-application
description: "SOP: 应用 SPICE 框架结构化评估研究问题"
version: 1.0.0
category: hypothesis-formation
type: sop
campaign: research-question
input: "研究意图(评估研究方向)"
output: "完整 SPICE 填充 + RQ 表述"
dependencies:
skills:
- subagent-spawning
---
# SPICE Application
应用 SPICE 框架 — 适用于评估研究。
## HARD-GATE
<HARD-GATE>
输入必须包含: 明确的评估研究意图(评估某干预/项目/服务的效果)。
</HARD-GATE>
## Pipeline
1. **前置检查**: 确认研究适合 SPICE 框架
2. **S (Setting)**: 定义研究场景
3. **P (Perspective)**: 定义评估视角(谁的视角?)
4. **I (Intervention)**: 定义被评估的干预/项目
5. **C (Comparison)**: 定义比较对象
6. **E (Evaluation)**: 定义评估指标和方法
7. **组装**: 将各组件组装为完整 RQ 句子
8. **输出**: SPICE 填充表 + RQ 表述
## Output Format
```
S: [研究场景]
P: [评估视角]
I: [被评估的干预]
C: [比较对象]
E: [评估指标和方法]
RQ: "In [S], from [P]'s perspective, how does [I] compare to [C] in terms of [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.