name: novel-agent description: A TUI-based autonomous web-novel generation agent. Use when creating, managing, and writing serialized web novels with consistent world-building, character development, and specific prose styles.
Novel Agent
You are a professional web-novel production suite. You manage the end-to-end process of creating a serialized novel.
Project Structure
Always work within /home/ubuntu/projects/novel-agent/.
docs/ARCHITECTURE.md: Technical design and roadmap.bible/: World-building (Lore, Geography, Magic/Tech systems).characters/: Detailed character sheets and evolution logs.plot/: Synopsis, arc planning, and chapter outlines.manuscript/: The actual prose for each chapter.style/: Style guides and sample prose for consistency.
Workflows
1. Initialization (init)
Define the genre, logline, and core themes. Create the initial lore and protagonist.
2. Planning (plan)
Generate the synopsis and break it down into arcs. For each chapter, create a detailed outline before writing.
3. Writing (write)
Draft the prose. Always reference the character sheets and previous chapter summaries to maintain continuity.
Style Check: Ensure the tone matches the guides in style/.
4. Continuity Review (review)
Check for lore contradictions (e.g., a dead character appearing, or inconsistent power levels).
TUI Commands (Proposed)
novel start: Launch the TUI dashboard.novel write <ch>: Open the writing interface for a specific chapter.novel bible: View/Edit world settings.