ThomasHoussin/Claude-Book

A Multi-Agent Framework for Writing Novels with Claude Code

112Stars on the repository
11Mods indexed here, across every type
7mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

chapter-planner

01

ThomasHoussin/Claude-Book

Agent Claude Code

Use this agent when you need to create a detailed chapter plan (beats) before writing a chapter. This should be called after loading the current state and before calling the writer agent. Examples:\n\n- User: "Let's work on chapter 5"\n Assistant: "I'll first load the current state and then use the chapter-planner…

112 7mo ago A 236 tokens original MIT

chapter-writer

02

ThomasHoussin/Claude-Book

Agent Claude Code

Use this agent when you need to write a chapter draft based on a provided chapter plan. This agent should be called after the planner agent has produced chapter beats and before any review agents (style-linter, character-reviewer, continuity-reviewer) are invoked. Examples:\n\n- User: "Write chapter 5 based on the…

112 7mo ago A 214 tokens original MIT

character-reviewer

03

ThomasHoussin/Claude-Book

Agent Claude Code

Use this agent when you need to verify character consistency and authenticity in a chapter draft. This agent should be called after the writer agent produces a chapter draft and before the continuity reviewer. It validates that characters behave according to their established traits, speak in their authentic voices…

112 7mo ago A 388 tokens original MIT

continuity-reviewer

04

ThomasHoussin/Claude-Book

Agent Claude Code

Use this agent when you need to verify narrative continuity after a chapter draft is complete. This includes checking for timeline inconsistencies, character knowledge violations, spatial/location errors, object tracking problems, and contradictions with established facts. Call this agent as part of the chapter…

112 7mo ago A 413 tokens original MIT

state-updater

05

ThomasHoussin/Claude-Book

Agent Claude Code

Use this agent when a chapter has been validated by all reviewers (style-linter, character-reviewer, continuity-reviewer) and needs its state changes extracted and recorded. This agent should be called after step 8 of the orchestrator workflow (after all gates pass) but before moving the final chapter to…

112 7mo ago A 379 tokens original MIT

style-linter

06

ThomasHoussin/Claude-Book

Agent Claude Code

Use this agent when you need to verify that a chapter draft complies with the project's style guide (bible/style.md). This agent should be called after the writer agent produces a draft and before character or continuity reviews. It performs technical style validation only and does not judge creative or narrative…

112 7mo ago A 415 tokens original MIT