Writing Style Guide
Narrarium now uses a simpler writing-style model.
Primary file
The main always-on writing and review contract for a book lives in:
guidelines/writing-style.md
This file should contain everything the model needs while drafting or revising prose, including:
- narration rules
- dialogue rules
- person and tense expectations
- scene rhythm
- show vs tell balance
- review constraints
- what to preserve during revision
- what to improve during revision
Chapter-specific overrides
If a chapter needs a local exception or addendum, add one of these files:
chapters/<slug>/writing-style.mddrafts/<slug>/writing-style.md
These chapter-local files are layered on top of the global guidelines/writing-style.md.
How writing context works
chapter_writing_context and paragraph_writing_context now do this:
- read
guidelines/writing-style.md - read the chapter-specific
writing-style.mdif it exists in the final chapter or draft folder - read the relevant point-in-time canon and draft context
This means the writing style is always visible during both drafting and revision.
Review flow
For paragraph review:
- read
paragraph_writing_context - run
revise_paragraph - inspect the proposal
- ask the user for confirmation
- apply with
update_paragraphonly after confirmation
The same global and chapter-local writing-style files should guide both writing and review.
Legacy note
Older repositories may still contain:
guidelines/prose.mdguidelines/style.mdguidelines/voices.mdguidelines/chapter-rules.mdguidelines/styles/
Those are now considered legacy. New repositories should rely on guidelines/writing-style.md plus optional chapter-local writing-style.md files instead.