Long novel workflow: from settings to first draft
The hard part of a novel is not writing one scene. It is keeping dozens of chapters consistent: character voice, world rules, foreshadowing, pacing, and publication rhythm all interact later.
All Writer turns that into a project workflow.
1. Build a project tree
Treat the novel as a project, not one giant file:
text
Novel/
├── @system/
│ ├── characters.md
│ ├── world.md
│ ├── style.md
│ └── review-checklist.md
├── volume-1/
│ ├── 01-opening.md
│ └── 02-conflict.md
└── references/AI then works on a clear chapter or scene, and review stays focused.
2. Put settings in @system
@system is project context for AI. Start with:
- main characters and speech patterns
- world rules
- style preferences and banned phrasing
- foreshadowing, timeline, and review criteria
3. Ask AI for one section
Do not begin with an entire volume. A better prompt is:
text
Using @system and the current chapter goal, draft a 1,200-word opening scene. Keep third person, establish conflict first, and do not reveal the antagonist yet.Clear scope makes output easier to review.
4. Review Diff before merge
After AI drafts or revises, inspect the Diff:
- What information was added?
- Which settings changed?
- Which lines do not fit the character?
- Which edits should be accepted or skipped?
This keeps AI as a controlled drafting assistant instead of the final decision maker.