novel-new-book

Initializes new web novel projects with guided interviews, directory scaffolding, and template generation.

Updated Jul 31, 2026
One-click install
npx skills add https://github.com/cwjdong-design/novel --skill novel-new-book-cwjdong-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: novel-new-book
Source: https://github.com/cwjdong-design/novel/tree/main/novel-new-book
Command: npx skills add https://github.com/cwjdong-design/novel --skill novel-new-book-cwjdong-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new web novel requires setting up consistent directory structures, configuration files, character cards, outlines, and tracking tables. Doing this manually is error-prone and leads to missing skeleton elements that cause quality problems later in the writing process. ## Core Features & Use Cases - Guided Information Collection: Walks the author through one question at a time to capture book title, synopsis, protagonist age and setup, genre, planned length, and creative red lines. - Automated Scaffolding: Creates the standard book directory tree under ~/novels/books/ and auto-generates nine initial files including the main outline, chapter plan, book configuration, worldview, protagonist card, foreshadowing tracker, and storyline status. - Skeleton Gate Check: Blocks chapter writing until the protagonist card, at least three supporting character cards, three-act outline, first-volume detailed outline, and system golden-finger design are complete. - Multi-Book Management: Lists all books, switches the active book via current_book.txt, and deletes books with confirmation. - Use Case: An author says "start writing a new book called X" and receives a fully scaffolded project with templates pre-filled from the interview answers, ready for outline refinement. ## Quick Start Tell the assistant you want to create a new book and answer its guided questions about title, genre, protagonist, and creative red lines to generate the full project structure.

Frequently Asked Questions about novel-new-book

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a new web novel project with an AI assistant?

Say you want to create a new book and the skill guides you through questions about title, synopsis, protagonist, genre, length, and red lines. It then creates the full directory structure under ~/novels/books/ and generates nine initial template files automatically.

What files are generated when initializing a new novel project?

Nine files are created: main outline, chapter plan, book synopsis, book configuration, worldview, protagonist character card, foreshadowing tracker, storyline status, backup log, and correction log. Interview answers are filled directly into the templates.

Can I manage multiple novels at the same time?

Yes. Each book lives in its own directory under ~/novels/books/, and the active book is tracked in current_book.txt. You can list all books with progress, switch the active book, or delete a book after confirmation.

Why can't I start writing chapter 1 right after creating a book?

A skeleton gate blocks drafting until the protagonist card, at least three supporting character cards, the three-act outline, the first-volume outline with five or more chapters, and the system golden-finger design are complete. This check cannot be skipped.

What happens if the book title contains special characters?

The skill sanitizes filenames automatically by removing book-title brackets, replacing colons with hyphens, and slashes with underscores. If the book name already exists, it asks whether to overwrite, rename, or continue writing into it.