An epic fantasy novel project featuring both English original and Japanese translation.
LLMs are used heavily via Cline throughout the process.
This project demonstrates collaborative novel writing between human author and LLM. The process begins with LLM-assisted synopsis development, which then serves as the foundation for detailed chapter outlines. Comprehensive documentation maintains story continuity, character development, and pacing consistency throughout the 27-chapter narrative. Multiple revision rounds ensure the final manuscript aligns with the author's creative vision while leveraging LLM capabilities for enhanced storytelling.
The English-to-Japanese translation workflow employs multiple specialized LLM roles working in coordination. A comprehensive glossary and detailed translation notes maintain consistency across all chapters. The process involves iterative refinement through LLM reviewers (quality assessment), LLM planners (translation strategy), and LLM translators (execution). Additional documentation ensures character voice consistency and world-building continuity are preserved across languages.
Paladin's Rise is a complete fantasy novel following Gond, a former soldier turned reluctant hero who discovers divine powers while fighting against slavery and corruption. The story spans 27 chapters across 5 parts, featuring themes of redemption, freedom, and unexpected heroism in a richly detailed fantasy world.
This project includes:
- English Original: Complete 27-chapter manuscript in
chapters/ - Japanese Translation: LLM-assisted translation in
manuscript-ja/with comprehensive quality assurance - Supporting Materials: Character guides, world-building documentation, and translation resources
The project includes a Makefile for building and managing the EPUB version:
# Build the EPUB (default target)
make
# Build and verify the EPUB
make test
# Show word count statistics
make word-count
# Combine all chapters into a master document
make master
# Clean build artifacts
make clean
# Show all available commands
make help- pandoc: Required for EPUB generation
- Python 3: Required for utility scripts
Pandoc is required to build the EPUB version of the book. For installation instructions, visit:
The guide provides detailed instructions for all major operating systems (Windows, macOS, Linux).
chapters/- English manuscript chaptersmanuscript-ja/- Japanese translations with notescline_docs/- Project documentation and guidesbuild/- Generated files (EPUB output)images/- Cover art and mapsscripts/- Utility scripts for word counting and file management
For detailed project information, see the cline_docs/ directory:
projectRoadmap.md- Project goals and progresstranslationGuide.md- Japanese translation methodologyauthoringGuidelines.md- Writing standards and style guide
