Book Bestseller Studio
This is the umbrella skill for creating a complete book at market level. It does not replace canonical book-genesis; it coordinates specialist skills and adds commercial gates.
Load the installed book-genesis skill and its references/pipeline/host-contract.md first. Resolve this skill's references/ locally and skills/<name>/ through sibling installed skills. The repository Python helper is optional; use native file tools when it is absent. Optional external skills and services are enhancements, never required to begin writing.
Use this when the user says things like:
- "create a complete book"
- "bestseller-level"
- "commercially viable book"
- "prepare for agents/editors"
- "complete book pipeline"
- "market-ready"
- "publication or launch prep"
Specialist Stack
book-genesis: canonical project pipeline, state files, chapters, audits, Genesis Score.
book-researcher: genre map, comp titles, reader gaps, word count targets, nonfiction evidence.
book-swarm-panel: MiroFish-style simulated reader swarms, niche-risk scouting, public-opinion tests, interviews, heatmaps, and revision tickets.
literary-agent-panel: simulated agent/editor/bookseller review for market acceptance.
book-editor: surgical revision by mode after evaluation.
copy-editing: final language cleanup.
humanizer: remove synthetic phrasing and restore lived voice.
editorial-package: logline, back-cover copy, synopsis, query letter, cover brief.
launch-strategy: go-to-market, offer, launch calendar, proof-driven positioning.
content-strategy: audience-building and content plan around the book.
launch-strategy and content-strategy are optional external companions. Do not block manuscript completion when they are not installed.
Operating Rule
Create durable files. Do not keep the book only in chat.
Default project layout:
<project>/
PROJECT_STATE.yaml
ASSUMPTIONS.md
research/
foundation/
manuscript/
chapters/
evaluations/
delivery/
launch/
Market-Level Pipeline
- Run
book-researcher before architecture unless user already supplied market research.
- Run
book-genesis phases 0-3 to build intake, foundation, architecture, and manuscript.
- After first full draft or major act, run
literary-agent-panel.
- Run
book-swarm-panel when the project needs many fictional readers, niche/sensitivity-risk scouting, public-opinion reaction, or package-framing tests.
- Run
book-genesis adversarial audit and Genesis Score.
- Use
book-editor only against specific findings. Pick mode: structural, connective, prose-texture, rag-rewrite, or factual.
- Use
humanizer and copy-editing after structure is stable.
- Run
literary-agent-panel and/or book-swarm-panel again after revision.
- Run
editorial-package only after manuscript passes product gates.
- Run
launch-strategy and content-strategy for public-launch readiness.
Portable Agent Dispatch
Read references/dispatch.md and use references/agent-registry.yaml for specialist ownership. Prepare packets with python runner/cli.py prepare-agent-packet <project> <agent> when the runner is available.
- Claude Code: dispatch a custom or general-purpose subagent with the packet.
- Codex: dispatch an isolated subagent with the packet when available.
- Kimi Code: dispatch a fresh built-in subagent with the packet.
- No subagents: run roles sequentially, mark evaluation independence as degraded, and never call self-scoring independent.
Editorial rules remain identical across adapters. Platform-specific agent files may select tools or models, but must not redefine gates or scoring.
Commercial Gates
Do not call a project "market-ready", "best-seller-ready", or "publication-ready" unless all gates pass or blockers are documented.
Gate 1: Product Fit
- clear genre/category
- current comp titles
- target reader defined
- reader promise stated in one sentence
- format and word count match category expectations
Gate 2: Manuscript Fit
- complete manuscript or explicit serial/novella positioning
- opening creates immediate reader contract
- chapter endings sustain forward motion
- weakest Genesis Score dimension is not hiding behind average score
- continuity and factual checks complete
Gate 3: Market Package
- logline
- 100-word cover copy
- 300-word editorial synopsis
- query/pitch letter
- cover brief with genre shelf fit
- author positioning
Gate 4: Launch Fit
- proof points or platform plan
- audience acquisition path
- content angles
- launch calendar
- review/ARC strategy
- retailer/category metadata assumptions
Bestseller Discipline
"Bestseller" is a positioning target, not a promise. Treat it as a standard for product, package, and launch quality:
- write for a specific reader, not "everyone"
- use comp titles from the current market, not classics
- make the first 10 pages commercially ruthless
- preserve voice while improving readability
- document risks instead of pretending certainty
- separate craft excellence from market readiness
Output Contract
For any full run, maintain:
research/market-research.md
foundation/positioning.md
manuscript/chapters/chapter-XX.md
evaluations/agent-panel.md
evaluations/book-swarm/<run>/SUMMARY.md
evaluations/genesis-score.md
delivery/editorial-package.md
launch/launch-plan.md
If user asks only for one part, run only the relevant specialist and do not force full pipeline.
1---2name: book-bestseller-studio3description: Use when the user wants a complete book-production system aimed at commercial viability, bestseller positioning, agent/editor readiness, or launch readiness. Orchestrates book-genesis, book-researcher, literary-agent-panel, book-editor, copy-editing, humanizer, editorial-package, launch-strategy, and content-strategy.4---56# Book Bestseller Studio78This is the umbrella skill for creating a complete book at market level. It does not replace canonical `book-genesis`; it coordinates specialist skills and adds commercial gates.910Load the installed `book-genesis` skill and its `references/pipeline/host-contract.md` first. Resolve this skill's `references/` locally and `skills/<name>/` through sibling installed skills. The repository Python helper is optional; use native file tools when it is absent. Optional external skills and services are enhancements, never required to begin writing.1112Use this when the user says things like:1314- "create a complete book"15- "bestseller-level"16- "commercially viable book"17- "prepare for agents/editors"18- "complete book pipeline"19- "market-ready"20- "publication or launch prep"2122## Specialist Stack2324- `book-genesis`: canonical project pipeline, state files, chapters, audits, Genesis Score.25- `book-researcher`: genre map, comp titles, reader gaps, word count targets, nonfiction evidence.26- `book-swarm-panel`: MiroFish-style simulated reader swarms, niche-risk scouting, public-opinion tests, interviews, heatmaps, and revision tickets.27- `literary-agent-panel`: simulated agent/editor/bookseller review for market acceptance.28- `book-editor`: surgical revision by mode after evaluation.29- `copy-editing`: final language cleanup.30- `humanizer`: remove synthetic phrasing and restore lived voice.31- `editorial-package`: logline, back-cover copy, synopsis, query letter, cover brief.32- `launch-strategy`: go-to-market, offer, launch calendar, proof-driven positioning.33- `content-strategy`: audience-building and content plan around the book.3435`launch-strategy` and `content-strategy` are optional external companions. Do not block manuscript completion when they are not installed.3637## Operating Rule3839Create durable files. Do not keep the book only in chat.4041Default project layout:4243```text44<project>/45 PROJECT_STATE.yaml46 ASSUMPTIONS.md47 research/48 foundation/49 manuscript/50 chapters/51 evaluations/52 delivery/53 launch/54```5556## Market-Level Pipeline57581. Run `book-researcher` before architecture unless user already supplied market research.592. Run `book-genesis` phases 0-3 to build intake, foundation, architecture, and manuscript.603. After first full draft or major act, run `literary-agent-panel`.614. Run `book-swarm-panel` when the project needs many fictional readers, niche/sensitivity-risk scouting, public-opinion reaction, or package-framing tests.625. Run `book-genesis` adversarial audit and Genesis Score.636. Use `book-editor` only against specific findings. Pick mode: structural, connective, prose-texture, rag-rewrite, or factual.647. Use `humanizer` and `copy-editing` after structure is stable.658. Run `literary-agent-panel` and/or `book-swarm-panel` again after revision.669. Run `editorial-package` only after manuscript passes product gates.6710. Run `launch-strategy` and `content-strategy` for public-launch readiness.6869## Portable Agent Dispatch7071Read `references/dispatch.md` and use `references/agent-registry.yaml` for specialist ownership. Prepare packets with `python runner/cli.py prepare-agent-packet <project> <agent>` when the runner is available.7273- Claude Code: dispatch a custom or general-purpose subagent with the packet.74- Codex: dispatch an isolated subagent with the packet when available.75- Kimi Code: dispatch a fresh built-in subagent with the packet.76- No subagents: run roles sequentially, mark evaluation independence as degraded, and never call self-scoring independent.7778Editorial rules remain identical across adapters. Platform-specific agent files may select tools or models, but must not redefine gates or scoring.7980## Commercial Gates8182Do not call a project "market-ready", "best-seller-ready", or "publication-ready" unless all gates pass or blockers are documented.8384Gate 1: Product Fit8586- clear genre/category87- current comp titles88- target reader defined89- reader promise stated in one sentence90- format and word count match category expectations9192Gate 2: Manuscript Fit9394- complete manuscript or explicit serial/novella positioning95- opening creates immediate reader contract96- chapter endings sustain forward motion97- weakest Genesis Score dimension is not hiding behind average score98- continuity and factual checks complete99100Gate 3: Market Package101102- logline103- 100-word cover copy104- 300-word editorial synopsis105- query/pitch letter106- cover brief with genre shelf fit107- author positioning108109Gate 4: Launch Fit110111- proof points or platform plan112- audience acquisition path113- content angles114- launch calendar115- review/ARC strategy116- retailer/category metadata assumptions117118## Bestseller Discipline119120"Bestseller" is a positioning target, not a promise. Treat it as a standard for product, package, and launch quality:121122- write for a specific reader, not "everyone"123- use comp titles from the current market, not classics124- make the first 10 pages commercially ruthless125- preserve voice while improving readability126- document risks instead of pretending certainty127- separate craft excellence from market readiness128129## Output Contract130131For any full run, maintain:132133- `research/market-research.md`134- `foundation/positioning.md`135- `manuscript/chapters/chapter-XX.md`136- `evaluations/agent-panel.md`137- `evaluations/book-swarm/<run>/SUMMARY.md`138- `evaluations/genesis-score.md`139- `delivery/editorial-package.md`140- `launch/launch-plan.md`141142If user asks only for one part, run only the relevant specialist and do not force full pipeline.