All skills
Skillintermediate

Book Idea Validator

> Stress-test book concepts against existing research before committing to > architecture. Produces a Validation Report with Go/Revise/Kill recommendation. > The goal is intellectual honesty, not ego validation.

Claude Code Knowledge Pack7/10/2026

Overview

Book Idea Validator

Stress-test book concepts against existing research before committing to architecture. Produces a Validation Report with Go/Revise/Kill recommendation. The goal is intellectual honesty, not ego validation.


Overview

The Book Idea Validator stress-tests the core ideas from your Book Concept Document against existing research, surfacing weaknesses early—when they're cheap to fix or when killing the project saves months of wasted effort.

This skill operates on a fundamental principle: better to kill a weak idea now than to finish a weak book later. Claude functions as an intellectual partner who brings genuine contributions, pushes back on problems, and remains brutally honest about what works and what doesn't.

The validation uses a two-layer research model: Claude performs landscape scans to map territory, then provides targeted prompts for deep research that you execute independently.


Quick Start

Prerequisites

  • Completed Book Concept Document with all 8 core elements
  • Book Ideation skill outputs ready for validation

Basic Usage

=== "Claude Code"

Add to your project's `CLAUDE.md`:

```markdown
When validating book ideas, read and follow /path/to/claude-skills/non-fiction-book-factory/book-idea-validator/SKILL.md.
```

=== "Claude.ai"

Upload the packaged `.skill` file via Settings → Skills (build with `python build.py book-idea-validator`).

Sample prompt:

I have a Book Concept Document ready for validation. Here it is: [paste document]

Features

FeatureDescription
Two-Layer ResearchLandscape scan (Claude) + Deep research (user-executed with Claude-provided prompts)
Claim ExtractionSystematically identifies all claims requiring validation
Competitor AnalysisMaps the intellectual territory and identifies gaps
Kill Signal DetectionFlags serious concerns that could sink the book
Green Light IdentificationSurfaces strengths that make the concept viable
Go/Revise/Kill VerdictClear recommendation with reasoning

Workflow

Phase 1: Claim Extraction & Brainstorming

  1. Extract claims from Book Concept Document
  2. Present for confirmation
  3. Brainstorm additional claims together (Claude contributes proactively)
  4. Consolidate into categorized Master Claim List

Phase 2: Landscape Scan

Claude searches each claim area and reports:

  • Key voices in the space
  • Existing coverage
  • Obvious gaps
  • Territory map

Phase 3: Deep Research Flagging

For claims needing deeper investigation, Claude provides:

  1. The claim — Which specific claim needs investigation
  2. Why it needs deep research — What landscape scan couldn't answer
  3. What we're hoping to learn — The specific question
  4. Suggested prompt — Ready to paste into Claude/Gemini
  5. Suggested sources — Databases, books, or experts to consult

Phase 4: Deep Research Analysis

  • You return with findings from external research
  • Claude analyzes and synthesizes
  • May flag additional research needs

Phase 5: Validation Report

  • Synthesize all findings
  • Assess each claim: Strong / Needs Work / Weak
  • Identify kill signals and green lights
  • Deliver Go / Revise / Kill recommendation

Inputs & Outputs

Inputs

InputRequiredSource
Book Concept DocumentYesbook-ideation
8 core elements completeYesPrerequisite check

Outputs

DocumentPurpose
Master Claim ListCategorized list of all claims to validate
Landscape Scan NotesFindings by claim: key sources, territory, gaps
Deep Research LogPrompts given, reasoning, findings returned
Competitor AnalysisBooks in adjacent territory, differentiation
Decision LogWhy key choices were made
Validation ReportFinal synthesis with Go/Revise/Kill

Optional Documents

Claude recommends these based on book type:

For Persuasive Books:

  • Reader Resistance Map
  • Counterargument Registry
  • Claim Dependencies

For Research-Heavy Books:

  • Quotes and Sources Bank
  • Personal Reading Queue

For How-To Books:

  • Method Comparison Matrix
  • Common Mistakes Registry

Kill Signals vs. Green Lights

Kill Signals (Serious Concerns)

SignalMeaning
Already Said BetterMajor recent book makes same argument more credibly
Factually ProblematicCore claims contradict established evidence
No StandingAuthor lacks credibility for these claims
Straw Man Enemy"Enemy" is a caricature no one holds
Moving TargetThesis keeps shifting
Solution Without ProblemNo real reader has this problem

Green Lights (Strengths)

SignalMeaning
Genuine NoveltyPerspective hasn't been articulated this way
TimelyCurrent events make this relevant
Underserved ReaderTarget reader isn't well-served by existing books
Strong Evidence BaseClaims are well-supported
Credible AuthorExperience/expertise matches claims
Clear EnemyArgues against something specific and real

Claim Assessment Levels

LevelMeaningAction
StrongWell-supported, defensible, author has credibilityProceed with confidence
Needs WorkPromising but gaps existStrengthen before architecture
WeakSignificant problemsMajor revision or consider cutting

Best Practices

  • Provide complete concept document — Missing elements get sent back to ideation
  • Be open to hard truths — The value is in honest assessment
  • Do the deep research — Claude provides prompts; you gather the evidence
  • Document decisions — The reasoning matters for future reference

Integration

Pipeline Position

flowchart LR
    A[book-ideation] --> B[book-idea-validator]
    B --> C[book-market-research]
    C --> D[book-architect]

Upstream Skills

  • book-ideation — Provides the Book Concept Document

Downstream Skills

  • book-market-research — Receives Validation Report + Competitor Analysis
  • book-architect — Receives all core and optional documents

Scope Boundaries

This skill validates intellectual merit, not:


Related Skills