bookstrap-plan-research
Analyze BRD and existing corpus to identify knowledge gaps, then generate prioritized research tasks for filling those gaps
npx skills add majiayu000/claude-skill-registry --skill bookstrap-plan-research --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /bookstrap-plan-research - Identify Knowledge Gaps Analyze the Book Requirements Document (BRD) against the existing research corpus to identify knowledge gaps and generate prioritized research tasks. ## Purpose Compare what the book requires (from BRD) with what knowledge currently exists in the database (from prior ingestion). Generate a prioritized list of research tasks that will fill the identified gaps before writing begins. This command delegates the analysis work to the `corpus-analyst` agent. ## Input Arguments None. This command reads from the database: - BRD content and requirements - Existing sources and their coverage - Entities already extracted - Current knowledge gaps ## Processing Workflow ### 1. Load BRD Requirements Query the database to retrieve the Book Requirements Document: ```bash # Query BRD from database surreal sql --conn http://localhost:2665 \ --user root --pass root \ --ns bookstrap --db <database-name> \ --query "SELECT * FROM brd ORDER BY version DESC LIMIT 1;" ``` Extract key requirements: - Planned chapters and sections - Key concepts, characters, locations, events - Research areas specified in BRD - Genre-specific knowledge needs - Target audien
- Purpose
- Input Arguments
- Processing Workflow
- 1. Load BRD Requirements
- 2. Query Existing Corpus Coverage
- 3. Compare BRD Against Corpus
- 4. Generate Prioritized Research Tasks
- 5. Store Tasks in Database
- 6. Delegate to Corpus Analyst
- Output Format
- Statistics to Track
- Implementation Notes
- Agent Delegation
- Gap Detection Strategies
Query BRD from database surreal sql --conn http://localhost:2665 \ Load corpus-analyst agent with context Agent will: After initial ingestion, identify what's missing Re-run after additional ingestion to update gap list Check gaps before starting to write
What does the bookstrap-plan-research skill do?
Analyze BRD and existing corpus to identify knowledge gaps, then generate prioritized research tasks for filling those gaps
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill bookstrap-plan-research --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
