What problem does it solve? Writing long-form web novels with AI produces hallucinated names, numbers, and system-panel data, plus flat 'AI-flavored' prose that loses readers. This Skill is the entry point and router for a 12-skill Fanqie novel creation system that separates structure (human/agent-authored skeletons) from prose (AI drafting), cutting hallucinations from 3-5 per chapter to 0-1. ## Core Features & Use Cases - 8-step chapter loop: Routes work through prep, plot, draft, review, polish, track, milestone, and backup sub-skills with a flow lock that prevents skipping steps. - Skeleton mode drafting: Pre-validates place names, settlement numbers, and system panels before dispatching short prompts to Claude Code, then verifies output with deterministic scan scripts. - Quality gates: Enforces word count (2000-2800), dialogue ratio (>=38%), banned-word scanning, anti-AI-flavor checks, and cross-chapter pacing gates every chapter. - Multi-book management: Each book keeps its own worldbuilding, character cards, and config in a per-book directory, while the skill files stay book-agnostic. - Use Case: Tell the agent 'write chapter 45' and it loads the book config, generates a validated skeleton, dispatches drafting to Claude Code, scans the result, and only delivers the chapter after all gates pass. ## Quick Start Say 'write chapter X of my novel' or 'start a new book' and the skill will route you into the appropriate sub-skill workflow.