Agent skill · Workflow & Productivity

bookstrap-plan-research

Analyze BRD and existing corpus to identify knowledge gaps, then generate prioritized research tasks for filling those gaps

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Allowed tools: BashRead
Path: skills/analysis/bookstrap-plan-research/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /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

What's inside
Steps it walks through
  1. Purpose
  2. Input Arguments
  3. Processing Workflow
  4. 1. Load BRD Requirements
  5. 2. Query Existing Corpus Coverage
  6. 3. Compare BRD Against Corpus
  7. 4. Generate Prioritized Research Tasks
  8. 5. Store Tasks in Database
  9. 6. Delegate to Corpus Analyst
  10. Output Format
  11. Statistics to Track
  12. Implementation Notes
  13. Agent Delegation
  14. Gap Detection Strategies
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going