Generate solutions targeting specific coverage gaps — detect gaps, generate failure-driven solutions, and design factor-level experiments.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill gap-driven-generation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gap Driven Generation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-gap-driven-generation)More formats (shields.io, HTML) on the badges page.
---
name: gap-driven-generation
description: Generate solutions targeting specific coverage gaps — detect gaps, generate failure-driven solutions, and design factor-level experiments.
execution: tactic
used-by: systematic-enumeration, failure-taxonomy, factorial-ideation
---
# Gap-Driven Generation
Detect coverage gaps in the solution space, then generate targeted solutions using failure analysis and factorial design.
## Stages
### Stage 1: Coverage Gap Detection
Run coverage-gap-detection SOP to identify uncovered regions in the solution space. Output: gap list with priority ranking based on impact and feasibility.
### Stage 2: Failure-Driven Generation
Run failure-driven-generation SOP to generate solutions that specifically target identified failure modes or gaps. Output: one or more targeted solutions per gap.
### Stage 3: Factor-Level Design
Run factor-level-design SOP to identify key factors in the gap space, define levels, and design an experiment matrix for systematic exploration. Output: factorial design ready for implementation.
## Minimum Yield
| Metric | Floor |
|--------|-------|
| Coverage gaps identified | ≥3 |
| Gaps with priority ranking | 100% |
| Solutions generated per gap | ≥1 |
| Total targeted solutions | ≥3 |
| Factor-level matrix produced | yes |
## Available SOPs
| SOP | Role |
|-----|------|
| coverage-gap-detection | Stage 1 — detect uncovered regions |
| failure-driven-generation | Stage 2 — generate targeted solutions |
| factor-level-design | Stage 3 — factorial experiment design |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!