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…
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…
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…
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…
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…
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…