gap-identification

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/gap-identification

Identifies unaddressed areas in the literature for research opportunities

  • Highlights missing methods, untested combinations, and unresolved contradictions
  • Requires corpus_summary and taxonomy as input for analysis
  • Analyzes literature to detect gaps using logical inference and pattern recognition
  • Returns findings as structured insights for downstream research strategies

SKILL.md

.github/skills/gap-identificationView on GitHub ↗
---
name: gap-identification
description: Identify what the literature has NOT addressed — missing methods, untested combinations, unexplored applications, contradictions without resolution. Used by all strategies.
execution: subagent
prompt: ./prompt.md
input: corpus_summary (string), taxonomy (string)
used-by: literature-survey, benchmark-archaeology, baseline-establishment
---

# Gap Identification

Find what the literature hasn't addressed.

## Execution

Subagent — spawned via subagent-spawning/spawn-agent skill.

## Why Subagent

Gap identification requires reasoning about absence — what SHOULD exist but doesn't. This requires holding the full picture of what DOES exist and reasoning about the negative space. Dedicated context for this analytical work.

More from yogsoth-ai/de-anthropocentric-research-engine