corpus-analysis
Corpus Analysis and Gap Detection
This skill provides methods for analyzing corpus coverage, detecting knowledge gaps, and generating prioritized research tasks.
Coverage Analysis Methods
1. Source Distribution Analysis
Analyze how research sources map to planned chapters/sections.
Questions to ask:
- Which chapters have the most/least source support?
- Are sources evenly distributed or clustered?
- Which topics have only one source (single point of failure)?
SurrealQL query:
-- Count sources per chapter
SELECT chapter, count() as source_count
More from mikkelkrogsholm/bookstrap
writing
Grounded prose composition workflow including pre-write queries, consistency checks, and post-write entity extraction for database-backed writing.
1editing
Comprehensive editing framework covering voice consistency, timeline verification, citation coverage, and multi-pass editing strategies for autonomous manuscript refinement.
1research
Source evaluation framework, web search strategies, and ingestion workflows for autonomous research. Includes reliability scoring, chunking strategies, entity extraction patterns, and quality thresholds.
1brd
Book Requirements Document (BRD) structure, systematic question frameworks for thorough book concept interviews, and genre-specific considerations for fiction vs nonfiction projects.
1outlining
Outline creation patterns for fiction and nonfiction book structures, including chapter breakdowns, scene planning, and narrative arc mapping.
1fact-check
Verify factual claims against database sources
1