Novel-Writer-OpenSpec — Summary
Novel-Writer-OpenSpec (published as novelspec on npm) is a domain port of OpenSpec methodology to fiction writing — specifically Chinese web novel (网络小说) creation. It applies OpenSpec's specs/ (confirmed settings) + changes/ (proposed changes) separation to manage novel world-building, character design, and chapter outlines as verifiable specifications with ADDED/MODIFIED/REMOVED delta tracking. The novelspec CLI provides init, validate, list, archive, and show commands, plus AI slash commands for Claude/Cursor/Windsurf. With 29 stars and TypeScript source, it is the most mature creative-writing application of spec-driven development in the corpus.
Compared to seeds: closest to openspec (same artifact structure, same delta format, same CLI conventions) applied to the fiction domain. No seed covers non-software domains. The key insight is that "character consistency" and "setting coherence" in long-form fiction are the same class of problem as "interface consistency" in software — both benefit from a spec layer that accumulates canonical state and tracks changes with explicit rationale.