sub-question-generation
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/sub-question-generation将主研究问题分解为可独立回答的子问题。
SKILL.md
.github/skills/sub-question-generationView on GitHub ↗
---
name: sub-question-generation
description: "SOP: 将主研究问题分解为可独立回答的子问题"
version: 1.0.0
category: hypothesis-formation
type: sop
campaign: research-question
input: "主研究问题(RQ)"
output: "子问题列表 + 独立性论证"
dependencies:
skills:
- subagent-spawning
---
# Sub-Question Generation
将主研究问题分解为可独立回答的子问题。
## HARD-GATE
<HARD-GATE>
输入必须包含: 1 个已确认范围合适但复杂度高的主研究问题。
</HARD-GATE>
## Pipeline
1. **前置检查**: 主 RQ 是否确实需要分解(复杂度判断)
2. **维度识别**: 识别主 RQ 中的独立维度
3. **分解策略选择**: 按因果/变量/条件/层级/时序
4. **子问题生成**: 为每个维度生成子问题
5. **MECE 检验**: 互斥且穷尽
6. **独立性论证**: 每个子问题可独立研究
7. **覆盖性检验**: 子问题答案组合 = 主问题答案
8. **输出**: 子问题列表 + 独立性论证 + 覆盖性论证
## Output Format
```
Main RQ: [主问题]
Decomposition strategy: [选择的分解策略]
Sub-questions:
1. [子问题1] — Independence: [论证]
2. [子问题2] — Independence: [论证]
...
MECE check: PASS/FAIL
Coverage check: PASS/FAIL
```
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.