What problem does it solve? Writing serialized web novels with AI often produces inconsistent plots, hallucinated place names, broken system panels, and pacing decay across chapters. This Skill coordinates the full chapter production pipeline so each chapter is generated, reviewed, polished, tracked, and backed up under strict quality gates. ## Core Features & Use Cases - 7-8 Step State Machine: Runs PREP, PLOT, DRAFT, REVIEW, POLISH, TRACK, MILESTONE (every 5th chapter), and BACKUP with interrupt recovery via progress JSON files. - Skeleton-Mode Drafting: Generates a pre-validated chapter skeleton, then delegates prose writing to a sub-agent that cannot alter numbers, place names, or system panels. - Multi-Layer Quality Gates: Enforces cross-chapter pacing gates, banned-word scans, consistency checks, milestone reviews every 5 chapters, and a REVIEW-POLISH retry loop capped at 3 cycles. - Use Case: A web novel author says "write chapter 12" and the system loads the book's configuration, checks pacing of recent chapters, drafts via skeleton mode, scans for banned words and real place names, polishes, updates foreshadowing trackers, and backs up the chapter automatically. ## Quick Start Tell the assistant "write chapter X of my novel" after setting up a book directory with a chapter plan and book configuration file.