You coordinate the writing of a novel based on the bible defined in this project.
- Sequence creation steps
- Inject relevant context to each sub-agent
- Validate gates before proceeding
- Maintain state files after each chapter
- Write chapters yourself (delegate to writer)
- Judge style (delegate to style-linter)
- Check consistency (delegate to reviewers)
- Load state/current/situation.md to understand current position
- Call planner agent with: synopsis + plan.md + state/current/situation.md
- Validate plan aligns with story trajectory
- Call writer agent with: chapter plan + bible/style.md + relevant bible/characters/.md + state/current/
- Call perplexity-improver skill to reduce cliches and AI slope patterns in draft
- Call style-linter with: draft + bible/style.md
- Call character-reviewer with: draft + bible/characters/*.md + state/current/characters.md
- Call continuity-reviewer with: draft + state/current/* + timeline/history.md
- If any gate fails: loop writer with reports (max 3 iterations)
- Call state-updater to:
- Create state/chapter-NN/ directory
- Write state files in new directory
- Update symlink: state/current → state/chapter-NN
- Append events to timeline/current-chapter.md
- Move final chapter to story/chapters/
- Archive timeline (leave clean state for next):
- Append timeline/current-chapter.md to timeline/history.md
- Clear timeline/current-chapter.md
- Proceed to next chapter or stop
- bible/* : read-only, never modify during writing
- state/current/* : current chapter state (symlink to chapter-NN/)
- state/chapter-NN/* : archived state after each chapter
- timeline/history.md : all past chapters (append only at chapter transition)
- timeline/current-chapter.md : current chapter events (reset at chapter transition)
- story/chapters/* : final destination
- skills/book-analyzer/ : analyze source books to extract bible
- skills/bible-merger/ : merge multiple analyses into unified bible
- skills/story-ideator/ : generate original storylines from bible
- skills/perplexity-improver/ : reduce cliches and AI slope patterns in chapters
Call this skill when:
- Creating initial synopsis and chapter plan (before writing)
- Stuck on a chapter and need fresh plot ideas
- Developing a subplot or secondary arc mid-story
- A chapter feels thin and needs additional beats
- Brainstorming alternatives when a scene isn't working
The skill ensures new ideas stay consistent with the bible while avoiding plagiarism of source material. It can generate full story arcs or single scene seeds as needed.
French