coverage-gap-detection

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

Identifies and prioritizes uncovered regions in the solution space

  • Solves the problem of incomplete solution space exploration
  • Uses coverage analysis data from prior execution results
  • Evaluates density and distribution across solution dimensions
  • Returns a ranked list of gaps for targeted generation
SKILL.md
.github/skills/coverage-gap-detectionView on GitHub ↗
---
name: coverage-gap-detection
description: Detect uncovered regions in the solution space, producing a prioritized gap list.
execution: subagent
prompt: ./prompt.md
input: coverage_analysis (object)
used-by: gap-driven-generation, failure-taxonomy, factorial-ideation
---

# Coverage Gap Detection

Detect uncovered regions in the solution space and prioritize them for targeted generation.

## Execution

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

## Why Subagent

Gap detection requires comparing actual coverage against theoretical completeness. Benefits from focused context to systematically scan all dimensions without missing regions.
More from yogsoth-ai/de-anthropocentric-research-engine