Identify research gaps from taxonomy analysis. Use when user says "find gaps", "identify research gaps", "gap analysis", or needs to discover unexplored areas in a research field. Input: taxonomy.md. Output: gap_analysis.md
Identifies research gaps from a hierarchical taxonomy for survey construction.
$ARGUMENTS: The survey topic (e.g., "Graph Robustness", "AI for Scientific Discovery")
Expected Input: taxonomy.md in the current working directory
/taxonomy-build skilltemplates/TAXONOMY_TEMPLATE.mdFile: gap_analysis.md in the current working directory
templates/GAP_ANALYSIS_TEMPLATE.mdtaxonomy.mdBuild and analyze:
Method-Challenge Matrix:
| Challenge A | Challenge B | Challenge C | |
|---|---|---|---|
| Method X | #papers | #papers | #papers |
| Method Y | #papers | #papers | #papers |
Identify: Cells with 0 or very few papers = Unexplored Combinations
Method-Paradigm Matrix:
| Paradigm A | Paradigm B | Paradigm C | |
|---|---|---|---|
| Method X | # | # | # |
| Method Y | # | # | # |
Identify: Missing cells = Unexplored Combinations
Check for each method category:
Check:
Check:
Check:
For each identified gap:
For high-priority gaps:
Write gap_analysis.md following templates/GAP_ANALYSIS_TEMPLATE.md
# Gap Analysis: [Survey Topic]
## Gap 1: Unexplored Combinations
### Description
No papers explore the combination of Method A + Paradigm B under Setting C.
### Evidence
- Paper 2401.12345 uses Method A + Paradigm X
- Paper 2402.23456 uses Method B + Paradigm B
- No paper combines both
### Recommended Action
Evaluate whether Method A + Paradigm B can outperform single-axis variants under Setting C.
---
## Prioritized Gap List
| Priority | Gap Type | Gap Description | Confidence |
|----------|----------|------------------|------------|
| 1 | Unexplored Combination | Method A + Paradigm B under Setting C | High |
| 2 | Scale Gap | Not tested on larger-scale or cross-domain settings | Med |
...
For survey construction workflow, see /survey-pipeline
For survey writing, see /survey-write