What problem does it solve?
Coordinating long-form fiction writing is hard when world state, chapter continuity, and multi-chapter planning drift across drafts. NovelOps Skill provides a stateful workflow that centralizes truth files, chapter summaries, hooks, and relationships to maintain consistency across many chapters.
Core Features & Use Cases
- Load and manage durable truth files (story_bible.md, current_state.md, chapter_summaries.md, hooks, etc.) to enforce world rules and continuity.
- Build next-chapter context, draft constrained chapters, audit for continuity, and extract state updates in a single pipeline.
- Coordinate multi-chapter workflows: state updates, revisions, and audits with JSON outputs for automation and auditing.
Quick Start
Initialize a new project with python scripts/novelops_cli.py init /path/to/project 'Book Title' to scaffold the workflow and begin long-form writing.