Analysis Modules Overview
ChapterWise offers 30 specialized analysis modules that work together to provide comprehensive literary insights. Each module focuses on specific aspects of storytelling, from character development to narrative structure. All modules cost 1 credit per chapter and provide structured JSON analysis that you can export, compare, and integrate into your writing workflow.
Module Categories
Our analysis modules are organized into four main categories:
Narrative Structure (7 modules)
Core story structure, pacing, and progression analysis
- Chapter Summary - Concise summaries highlighting key events and developments
- Story Structure & Beats - Major plot points and dramatic moments
- Three-Act Structure Analysis - Classical three-act framework with precise act boundaries
- Hero's Journey Analysis - Joseph Campbell's monomyth framework mapping
- Eight-Point Story Arc - Nigel Watts' comprehensive story structure analysis
- Reader Emotions & Emotional Truth - Emotional journey and authenticity analysis
- Misdirection & Surprise Analysis - Plot twists, red herrings, and narrative surprises
Character Development (5 modules)
Character development, relationships, and psychological insights
- Character Analysis - Named character identification and archetypal classification
- Character Relationships - Interpersonal dynamics, relationship depth, and emotional complexity
- Dream Symbolism - Dreams, visions, and surreal sequence analysis
- Jungian Analysis - Character psychology through archetypal journeys and individuation processes
- Alchemical Symbolism - Symbolic transformations and spiritual themes
Writing Craft (12 modules)
Style, technique, rhythm, and linguistic analysis
- Writing Style Analysis - Voice, tone, and distinctive stylistic techniques
- Language & Style - Creative language use, narrative voice consistency, prose rhythm, and humor effectiveness
- Content Tags & Keywords - Thematic tags, locations, and content categorization
- Critical Review - Balanced literary criticism and constructive feedback
- Four Weapons Balance - Alan Moore's narrative balance framework
- Rhythmic Cadence Analysis - Sentence rhythm, pacing, and prose musicality
- Clarity and Accessibility - Narrative clarity, readability, and accessibility evaluation
- Meta-Narrative & Reflexivity Analysis - Metafictional elements, self-awareness, and reader immersion analysis
- Thematic Depth - Theme integration, subtext strength, and symbolic effectiveness
- Cultural Authenticity - Cultural accuracy, traditions, and historical detail verification
- Immersion - World-building consistency, sensory vividness, and atmospheric depth
- Psychogeography Analysis - Environmental storytelling and setting influence on narrative action and emotional context
Quality Assessment (7 modules)
Completion status, structural integrity, developmental priorities, and authenticity verification
- Plot Hole Detection - Logic consistency and narrative continuity analysis
- Plot Twists - Logic, fairness, and effectiveness of plot twists and narrative surprises
- Story Pacing - Timing and arrangement of narrative events for optimal reader engagement
- Story Strength - Narrative foundation strength, originality, and core purpose clarity
- Manuscript Status - Completion state, structural integrity, and developmental priorities with focused editing strategies
- AI Detection Analysis - Human vs. AI-generated content identification
Narrative Structure Modules
Chapter Summary
Cost: 1 credit per chapter
Module ID: summary
Generates concise summaries highlighting key events, character interactions, and story developments for quick reference and overview.
JSON Structure:
{
"summary": "Brief summary of the chapter's main events and developments",
"content": "Detailed summary with markdown formatting covering all key events",
"tags": ["chapter-summary", "plot", "character-development"],
"children": [
{
"name": "Revelations",
"content": "Description of major revelations and plot developments"
},
{
"name": "Character Interactions",
"content": "Analysis of key character moments and relationships"
},
{
"name": "Setting & Atmosphere",
"content": "Description of locations and mood established"
}
]
}
Example - Iliad Book 1:
{
"summary": "Chryses pleads for his daughter's return; Agamemnon refuses, causing Apollo's plague; Achilles confronts Agamemnon in assembly",
"content": "The opening book establishes the central conflict through **divine intervention** and *heroic pride*. Apollo's plague devastates the Greek camp as punishment for Agamemnon's refusal to return Chryseis.",
"tags": ["divine-wrath", "heroic-honor", "conflict-setup"],
"children": [
{
"name": "Revelations",
"content": "**Apollo's plague** reveals the cost of dishonoring the gods and sets up the central conflict between Agamemnon and Achilles"
}
]
}
Story Structure & Beats
Cost: 1 credit per chapter
Module ID: story_beats
Maps narrative structure by identifying major plot points, story beats, and dramatic moments that drive the story forward.
JSON Structure:
{
"children": [
{
"name": "Beat Name",
"summary": "Short summary of what happens in this beat"
}
]
}
Example - Iliad Book 1:
{
"children": [
{
"name": "Divine Intervention",
"summary": "Apollo sends plague to punish Greeks for dishonoring his priest"
},
{
"name": "Assembly Called",
"summary": "Achilles calls assembly to address the devastating plague"
},
{
"name": "Heroic Confrontation",
"summary": "Achilles challenges Agamemnon's leadership and demands action"
},
{
"name": "Prophetic Revelation",
"summary": "Calchas reveals that returning Chryseis will end the plague"
}
]
}
Three-Act Structure Analysis
Cost: 1 credit per chapter
Module ID: three_act_structure
Analyzes the manuscript's three-act structure, tracking story progression through each chapter to identify the boundaries of Act I (Setup), Act II (Confrontation), and Act III (Resolution).
JSON Structure:
{
"summary": "Brief assessment of this chapter's role in the three-act structure progression",
"content": "Detailed analysis of story elements and act progression markers with markdown formatting",
"tags": ["three-act-structure", "story-progression", "narrative-development", "keyword1", "keyword2"],
"act_progression": {
"likely_act": "Act I|Act II|Act III",
"confidence": 8,
"progression_markers": ["marker1", "marker2", "marker3"],
"story_stage": "Setup|Rising Action|Climax|Falling Action|Resolution"
},
"children": [
{
"name": "Story Elements",
"content": "Analysis of key story elements present in this chapter"
},
{
"name": "Character Development Stage",
"content": "Assessment of character development progression"
},
{
"name": "Plot Progression",
"content": "Analysis of plot advancement and story momentum"
},
{
"name": "Tension & Conflict",
"content": "Evaluation of conflict development and tension levels"
}
]
}
Example - Iliad Book 1:
{
"summary": "Classic Act I setup establishing divine conflict and heroic stakes that will drive the epic narrative",
"content": "**Perfect Act I opening** establishing the central conflict through *divine intervention* and heroic confrontation. Sets up the epic scope with clear stakes and character motivations.",
"tags": ["three-act-structure", "act-one-setup", "epic-opening", "divine-intervention"],
"act_progression": {
"likely_act": "Act I",
"confidence": 9,
"progression_markers": ["character introduction", "inciting incident", "conflict establishment"],
"story_stage": "Setup"
},
"children": [
{
"name": "Story Elements",
"content": "**Divine intervention** serves as inciting incident, **heroic assembly** establishes character dynamics, and **plague crisis** creates immediate stakes"
},
{
"name": "Character Development Stage",
"content": "**Character introduction phase** - Achilles and Agamemnon established with clear personality traits and conflicting motivations"
},
{
"name": "Plot Progression",
"content": "**Classic setup progression** from status quo (siege) through inciting incident (plague) to initial conflict (assembly confrontation)"
},
{
"name": "Tension & Conflict",
"content": "**Escalating tension** builds from divine displeasure through mortal suffering to heroic confrontation, establishing the central epic conflict"
}
]
}
Hero's Journey Analysis
Cost: 1 credit per chapter
Module ID: heros_journey
Maps character arcs and narrative progression to Joseph Campbell's Hero's Journey framework, identifying archetypal stages and transformations.
JSON Structure:
{
"summary": "Brief overview of Hero's Journey characters and stages identified",
"children": [
{
"name": "Character Name",
"content": "Detailed description of Hero's Journey stage manifestation",
"attributes": [
{
"key": "stage",
"dataType": "string",
"tags": ["tag1", "tag2", "tag3", "tag4"],
"value": "The Call to Adventure"
}
]
}
]
}
Example - Iliad Book 1:
{
"summary": "Achilles experiences the call to action while Agamemnon resists change",
"children": [
{
"name": "Achilles",
"content": "Achilles faces **The Call to Adventure** as he must choose between personal honor and collective duty in confronting Agamemnon",
"attributes": [
{
"key": "stage",
"dataType": "string",
"tags": ["heroic-duty", "moral-choice", "leadership", "conflict"],
"value": "The Call to Adventure"
}
]
}
]
}
Eight-Point Story Arc
Cost: 1 credit per chapter
Module ID: eight_stage
Analyzes narrative structure using Nigel Watts' Eight-Point Story Arc framework, identifying the journey from Stasis through Trigger, Quest, Surprise, Critical Choice, Climax, Reversal, to final Resolution.
JSON Structure:
{
"summary": "Brief overview of which eight-point arc stages are identified",
"content": "Detailed analysis of the stages found with markdown formatting",
"tags": ["eight-point-arc", "story-structure", "keyword1", "keyword2"],
"children": [
{
"name": "Stage Name",
"stage_number": 1,
"content": "Detailed explanation of how this stage manifests in the chapter"
}
]
}
Example - Iliad Book 1:
{
"summary": "Chapter demonstrates Stasis being disrupted by the Trigger of divine intervention",
"content": "The narrative moves from **Stasis** (Greek siege status quo) through **Trigger** (Apollo's plague) creating the initial conflict",
"tags": ["eight-point-arc", "divine-intervention", "conflict-initiation"],
"children": [
{
"name": "Trigger",
"stage_number": 2,
"content": "**Apollo's plague** serves as the trigger that disrupts the stasis of the siege, forcing characters into action"
}
]
}
Reader Emotions & Emotional Truth
Cost: 1 credit per chapter
Module ID: reader_emotions
Predicts the emotional journey of the reader throughout the text and analyzes emotional authenticity and truth.
JSON Structure:
{
"summary": "Brief overview of primary emotional journey and authenticity findings",
"content": "Detailed analysis of reader emotional experience with markdown formatting",
"tags": ["emotions", "authenticity", "reader-experience", "keyword1"],
"children": [
{
"name": "Emotion Name",
"content": "Detailed analysis of this emotion in the chapter",
"attributes": [
{
"key": "intensity",
"dataType": "int",
"value": 7
},
{
"key": "authenticity_score",
"dataType": "int",
"value": 8
},
{
"key": "resonance_factor",
"dataType": "string",
"value": "high"
}
]
}
]
}
Example - Iliad Book 1:
{
"summary": "Rising tension and moral indignation dominate the emotional landscape",
"content": "Readers experience **mounting tension** as divine wrath clashes with heroic pride, creating moral complexity",
"tags": ["tension", "moral-conflict", "divine-justice"],
"children": [
{
"name": "Tension/Suspense",
"content": "**Divine plague** creates immediate danger while the confrontation between heroes builds dramatic tension",
"attributes": [
{
"key": "intensity",
"dataType": "int",
"value": 8
},
{
"key": "authenticity_score",
"dataType": "int",
"value": 9
},
{
"key": "resonance_factor",
"dataType": "string",
"value": "high"
}
]
}
]
}
Misdirection & Surprise Analysis
Cost: 1 credit per chapter
Module ID: misdirection_surprise
Analyzes how well you deploy plot twists, red herrings, and narrative surprises, ensuring they're logically fair yet genuinely unexpected. Evaluates twist fairness (clue planting vs surprise payoff), red herring effectiveness, and provides recommendations for enhancing misdirection strategies.
Key Deliverables:
- Twist fairness analysis - clue planting vs surprise payoff balance
- Red herring & distraction effectiveness report - which false leads work and which don't
- Most effective narrative twists highlighted - strongest surprises that achieve optimal balance
- Weaker misdirection elements identified - areas where surprises fall flat or become obvious
- Enhanced misdirection strategy recommendations - specific improvements for surprise deployment
JSON Structure:
{
"summary": "Brief overview of misdirection and surprise elements identified in this chapter",
"content": "Detailed analysis of plot twists, red herrings, and surprise strategies with markdown formatting",
"tags": ["misdirection", "plot-twists", "red-herrings", "surprises", "keyword1", "keyword2"],
"children": [
{
"name": "Plot Twists & Reveals",
"surprise_type": "twist",
"effectiveness": "High",
"fairness_score": 8,
"content": "Analysis of plot twists and major reveals in this chapter",
"clues_planted": ["Previous clue reference 1", "Previous clue reference 2"],
"surprise_level": "Genuinely unexpected but logical",
"recommendations": "Specific suggestions for improving twist effectiveness"
},
{
"name": "Red Herrings & Distractions",
"surprise_type": "red_herring",
"effectiveness": "Medium",
"fairness_score": 6,
"content": "Analysis of false leads and misdirection techniques",
"clues_planted": ["Misleading element 1", "Misleading element 2"],
"surprise_level": "Moderately effective misdirection",
"recommendations": "Ways to enhance red herring subtlety"
},
{
"name": "Clue Planting Strategy",
"surprise_type": "foreshadowing",
"effectiveness": "Strong",
"fairness_score": 9,
"content": "Analysis of how clues are planted for future surprises",
"clues_planted": ["Future setup element 1", "Future setup element 2"],
"surprise_level": "Well-disguised setup",
"recommendations": "Suggestions for clue placement improvement"
},
{
"name": "Surprise Timing & Pacing",
"surprise_type": "timing",
"effectiveness": "Weak",
"fairness_score": 4,
"content": "Analysis of surprise delivery timing and reader expectation management",
"clues_planted": ["Timing indicator 1", "Pacing element 1"],
"surprise_level": "Predictable or poorly timed",
"recommendations": "Adjustments to improve surprise timing"
}
]
}
Example - Iliad Book 1:
{
"summary": "Strong setup and foreshadowing with minimal surprises, establishing epic conventions and divine intervention patterns",
"content": "The opening book focuses on **establishing narrative patterns** rather than surprising readers, with *divine intervention* serving as the primary 'twist' element that drives the plot forward",
"tags": ["epic-setup", "divine-intervention", "heroic-conflict", "foreshadowing"],
"children": [
{
"name": "Plot Twists & Reveals",
"surprise_type": "twist",
"effectiveness": "Medium",
"fairness_score": 8,
"content": "**Apollo's plague** serves as the opening 'twist' that disrupts the siege status quo, though divine intervention is expected in epic literature",
"clues_planted": ["Chryses' prayer to Apollo", "Divine authority being challenged"],
"surprise_level": "Expected within genre conventions",
"recommendations": "Consider more subtle divine hints before the plague manifestation"
},
{
"name": "Clue Planting Strategy",
"surprise_type": "foreshadowing",
"effectiveness": "Strong",
"fairness_score": 9,
"content": "**Excellent foreshadowing** of the greater conflict through the Achilles-Agamemnon confrontation, setting up the central epic tension",
"clues_planted": ["Achilles' wrath mentioned in opening", "Divine favor implications"],
"surprise_level": "Well-established epic framework",
"recommendations": "Continue building on the established conflict foundations"
},
{
"name": "Surprise Timing & Pacing",
"surprise_type": "timing",
"effectiveness": "Strong",
"fairness_score": 8,
"content": "**Excellent pacing** builds from divine offense through plague to heroic confrontation with appropriate epic dignity",
"clues_planted": ["Gradual tension escalation", "Formal assembly structure"],
"surprise_level": "Appropriately paced for epic literature",
"recommendations": "Maintain the measured epic pacing for maximum dramatic impact"
}
]
}
Character Development Modules
Character Analysis
Cost: 1 credit per chapter
Module ID: characters
Identifies and analyzes named characters, tracking their development, relationships, archetypal roles, and psychological believability throughout the story. Includes character believability analysis with grounding details and authenticity recommendations.
Key Enhancement: - Character Believability Analysis - measures how psychologically credible and relatable characters are, especially unusual or extreme ones; suggests grounding details or behaviors to improve authenticity
JSON Structure:
{
"children": [
{
"name": "CharacterName",
"attributes": [
{"key": "archetypes", "name": "Character Archetypes", "dataType": "stringArray", "value": ["Archetype 1", "Archetype 2"]},
{"key": "count", "name": "Mention Count", "dataType": "int", "value": 0},
{"key": "description", "name": "Description", "dataType": "string", "value": "Brief character description"},
{"key": "appearance", "name": "Physical Appearance", "dataType": "string", "value": "Physical appearance if mentioned"},
{"key": "personality", "name": "Personality", "dataType": "string", "value": "Personality traits if evident"},
{"key": "goals", "name": "Goals & Motivations", "dataType": "string", "value": "Character goals or motivations"}
]
}
]
}
Example - Iliad Book 1:
{
"children": [
{
"name": "Achilles",
"attributes": [
{"key": "archetypes", "name": "Character Archetypes", "dataType": "stringArray", "value": ["The Hero", "The Warrior", "The Rebel"]},
{"key": "count", "name": "Mention Count", "dataType": "int", "value": 47},
{"key": "description", "name": "Description", "dataType": "string", "value": "Greatest Greek warrior, son of Peleus and Thetis"},
{"key": "personality", "name": "Personality", "dataType": "string", "value": "Proud, passionate, quick to anger, deeply concerned with honor"},
{"key": "goals", "name": "Goals & Motivations", "dataType": "string", "value": "Maintain personal honor while serving the Greek cause"}
]
}
]
}
Dream Symbolism
Cost: 1 credit per chapter
Module ID: dream_symbolism
Decodes symbolic significance and narrative role of dreams, visions, or surreal sequences within your story, revealing subconscious or thematic elements. Combines Jungian psychology with literary dream interpretation to analyze archetypal symbols, unconscious patterns, and symbolic meanings.
Checks for: - Symbolic meanings of dreams and their literary purpose - Subconscious narrative clues hidden in dream content - Integration of surreal elements with main story - Archetypal symbols and unconscious patterns
JSON Structure:
{
"summary": "Brief summary of the dream symbolism analysis and main symbolic themes identified",
"content": "Detailed analysis of dream symbolism with markdown formatting covering symbolic meanings, narrative role of dreams/visions, surreal elements, and archetypal patterns",
"tags": ["dream-symbolism", "surreal-narrative", "symbolic-meaning", "archetypal-symbols"],
"children": [
{
"name": "Symbolic Meanings of Dreams",
"summary": "Analysis of specific symbolic content within dreams, visions, or surreal sequences and their literary significance"
},
{
"name": "Subconscious Narrative Clues",
"summary": "Identification of hidden narrative information, character insights, or plot elements revealed through dream content"
},
{
"name": "Integration of Surreal Elements",
"summary": "Evaluation of how dreams, visions, and surreal sequences connect to and enhance the main narrative structure"
},
{
"name": "Archetypal Analysis",
"summary": "Analysis of archetypal figures and symbols present in the dream narrative using Jungian principles"
}
]
}
Example - Iliad Book 1:
{
"summary": "Divine intervention functions as surreal element with rich symbolic meaning connecting mortal and divine realms",
"content": "The **plague** operates as a *symbolic dream sequence* representing divine justice disrupting mortal pride, while Apollo's intervention reveals archetypal patterns of divine authority",
"tags": ["dream-symbolism", "divine-intervention", "archetypal-patterns", "symbolic-meaning"],
"children": [
{
"name": "Symbolic Meanings of Dreams",
"summary": "**Divine plague** symbolizes consequences of hubris and sacred boundary violations, functioning as a 'waking dream' of divine judgment"
},
{
"name": "Subconscious Narrative Clues",
"summary": "The supernatural intervention hints at deeper themes of fate versus free will that will drive the epic's central conflicts"
},
{
"name": "Integration of Surreal Elements",
"summary": "**Divine machinery** seamlessly integrates with human drama, elevating personal conflict to cosmic significance"
},
{
"name": "Archetypal Analysis",
"summary": "Apollo embodies the **Divine Father** archetype demanding respect for sacred boundaries and proper religious observance"
}
]
}
Jungian Analysis
Cost: 1 credit per chapter
Module ID: jungian_analysis
Analyzes character development and reader experience through Carl Jung's psychological framework. Examines archetypal journeys, alchemical transformation, shadow integration, and individuation processes in character arcs and narrative structure.
Focuses on: - Character archetypal roles and psychological development - Alchemical transformation stages in character arcs - Shadow confrontation and integration processes - Movement toward individuation and psychological wholeness
JSON Structure:
{
"summary": "Brief summary of the Jungian character analysis and archetypal developments identified",
"content": "Detailed Jungian analysis with markdown formatting covering character psychology, archetypal patterns, and psychological development within this chapter",
"tags": ["jungian-analysis", "character-psychology", "archetypal-patterns", "individuation"],
"children": [
{
"name": "Archetypal Journey",
"summary": "Analysis of character archetypal roles and progression through the hero's psychological journey"
},
{
"name": "Alchemical Transformation",
"summary": "Identification of alchemical stages (nigredo, albedo, rubedo) in character development and plot progression"
},
{
"name": "Shadow Integration",
"summary": "Examination of how characters confront and integrate their shadow aspects or repressed elements"
},
{
"name": "Individuation Process",
"summary": "Assessment of character movement toward psychological wholeness and self-realization"
}
]
}
Example - Iliad Book 1:
{
"summary": "Achilles begins archetypal hero journey with confrontation of divine authority, triggering shadow integration process",
"content": "**Achilles' psychological development** begins with the *call to heroic action* against divine injustice. His confrontation with Agamemnon represents **shadow projection** and early individuation conflict.",
"tags": ["jungian-analysis", "heroic-archetype", "shadow-projection", "divine-confrontation"],
"children": [
{
"name": "Archetypal Journey",
"summary": "**Hero archetype** activation as Achilles moves from passive warrior to active challenger of unjust authority"
},
{
"name": "Alchemical Transformation",
"summary": "**Nigredo stage** - the 'blackening' of conflict and moral dissolution that must precede psychological rebirth"
},
{
"name": "Shadow Integration",
"summary": "Achilles projects his own pride and wrath onto Agamemnon, beginning the shadow confrontation process"
},
{
"name": "Individuation Process",
"summary": "**Separation phase** - Achilles differentiates from collective identity to pursue individual psychological path"
}
]
}
Alchemical Symbolism
Cost: 1 credit per chapter
Module ID: alchemical_symbolism
Analyzes alchemical symbolism and symbolic transformations within the narrative, exploring deeper metaphysical and spiritual themes through symbolic interpretation.
JSON Structure:
{
"summary": "Brief overview of alchemical symbolism and transformations found",
"content": "Detailed analysis of alchemical symbolism with markdown formatting",
"tags": ["alchemy", "symbolism", "transformation", "keyword1", "keyword2"],
"children": [
{
"name": "Nigredo / Blackening",
"type": "alchemical_stage",
"content": "Detailed description of how this alchemical stage manifests symbolically"
},
{
"name": "Calcinatio / Transformation through Fire",
"type": "alchemical_operation",
"content": "Detailed description of how this operation manifests symbolically"
}
]
}
Example - Iliad Book 1:
{
"summary": "The plague represents symbolic Calcinatio - purification through divine fire disrupting the status quo",
"content": "**Apollo's plague** demonstrates symbolic *Calcinatio* - transformation through divine fire that burns away impurities of pride and dishonor",
"tags": ["calcinatio", "divine-fire", "purification", "symbolism"],
"children": [
{
"name": "Calcinatio / Transformation through Fire",
"type": "alchemical_operation",
"content": "The **plague fire** symbolically burns through the Greek camp, forcing purification of dishonor and requiring spiritual cleansing through proper respect for divine law"
}
]
}
Writing Craft Modules
Writing Style Analysis
Cost: 1 credit per chapter
Module ID: writing_style
Examines the author's unique voice, tone, pacing, literary devices, and stylistic techniques to identify distinctive writing patterns.
JSON Structure:
{
"summary": "Brief summary of writing style characteristics identified",
"content": "Detailed analysis of writing style with markdown formatting",
"tags": ["writing-style", "literary-analysis", "authorial-voice"],
"children": [
{
"name": "Writing Style Name",
"content": "Analysis of specific stylistic elements and techniques"
}
]
}
Example - Iliad Book 1:
{
"summary": "Epic style featuring formal invocation, divine machinery, and heroic epithets",
"content": "**Homeric epic style** employs *dactylic hexameter* (in translation) with formal invocations, extended similes, and repeated epithets like 'swift-footed Achilles'",
"tags": ["epic-poetry", "formal-register", "heroic-epithets"],
"children": [
{
"name": "Epic Formalism",
"content": "Traditional **invocation** opening, divine intervention narrative device, and *ceremonial language* appropriate to heroic subject matter"
}
]
}
Language & Style
Cost: 1 credit per chapter
Module ID: language_style
Analyzes creative language use, narrative voice consistency, prose rhythm, and humor effectiveness. Evaluates metaphors, imagery, voice distinctiveness, sentence flow, and comedic timing to enhance narrative style and reader engagement.
JSON Structure:
{
"summary": "Brief overview of the language and style elements in this chapter",
"content": "Detailed analysis of language choices, voice, rhythm, and humor with markdown formatting",
"tags": ["language-style", "creative-language", "narrative-voice", "prose-rhythm", "humor-wit", "keyword1", "keyword2"],
"children": [
{
"name": "Creative Language",
"content": "Reviews the effectiveness and clarity of unique language choices, including metaphors, imagery, and coined terms, ensuring narrative is vivid yet accessible. **Recommendations:** Specific suggestions for enhancing creative language use while maintaining clarity.",
"attributes": [
{ "key": "style_aspect", "name": "Style Aspect", "value": "creative_language" },
{ "key": "strength", "name": "Overall Strength", "value": "High/Medium/Low" },
{ "key": "clarity_score", "name": "Clarity Score", "value": 8, "dataType": "int" },
{ "key": "innovation_score", "name": "Innovation Score", "value": 7, "dataType": "int" },
{ "key": "impact_score", "name": "Impact Score", "value": 9, "dataType": "int" },
{ "key": "metaphor_effectiveness", "name": "Metaphor Effectiveness", "value": "Strong/Moderate/Weak" },
{ "key": "imagery_vividness", "name": "Imagery Vividness", "value": "Vivid/Clear/Unclear" }
]
},
{
"name": "Narrative Voice",
"content": "Assesses the consistency, distinctiveness, and clarity of narrative style and voice, ensuring it engages readers effectively without confusion. **Recommendations:** Strategies for strengthening voice consistency and distinctiveness.",
"attributes": [
{ "key": "style_aspect", "name": "Style Aspect", "value": "narrative_voice" },
{ "key": "strength", "name": "Overall Strength", "value": "High/Medium/Low" },
{ "key": "consistency_score", "name": "Consistency Score", "value": 8, "dataType": "int" },
{ "key": "distinctiveness_score", "name": "Distinctiveness Score", "value": 7, "dataType": "int" },
{ "key": "accessibility_score", "name": "Accessibility Score", "value": 9, "dataType": "int" },
{ "key": "voice_consistency", "name": "Voice Consistency", "value": "Consistent/Mostly Consistent/Inconsistent" },
{ "key": "style_distinctiveness", "name": "Style Distinctiveness", "value": "Unique/Recognizable/Generic" }
]
},
{
"name": "Prose Rhythm",
"content": "Analyzes the pacing, readability, and flow of writing, recommending adjustments to sentence structure, length, and punctuation for optimal rhythm. **Recommendations:** Specific adjustments to sentence structure and punctuation for improved rhythm.",
"attributes": [
{ "key": "style_aspect", "name": "Style Aspect", "value": "prose_rhythm" },
{ "key": "strength", "name": "Overall Strength", "value": "High/Medium/Low" },
{ "key": "pacing_score", "name": "Pacing Score", "value": 8, "dataType": "int" },
{ "key": "flow_score", "name": "Flow Score", "value": 7, "dataType": "int" },
{ "key": "readability_score", "name": "Readability Score", "value": 9, "dataType": "int" },
{ "key": "sentence_variety", "name": "Sentence Variety", "value": "Varied/Somewhat Varied/Monotonous" },
{ "key": "structural_flow", "name": "Structural Flow", "value": "Smooth/Adequate/Choppy" }
]
},
{
"name": "Humor & Wit",
"content": "Identifies the presence, timing, and effectiveness of humor within the manuscript, highlighting its use in character development and narrative charm. **Recommendations:** Suggestions for enhancing humor timing and effectiveness while maintaining appropriateness.",
"attributes": [
{ "key": "style_aspect", "name": "Style Aspect", "value": "humor_wit" },
{ "key": "strength", "name": "Overall Strength", "value": "High/Medium/Low" },
{ "key": "timing_score", "name": "Timing Score", "value": 8, "dataType": "int" },
{ "key": "effectiveness_score", "name": "Effectiveness Score", "value": 7, "dataType": "int" },
{ "key": "appropriateness_score", "name": "Appropriateness Score", "value": 9, "dataType": "int" },
{ "key": "humor_timing", "name": "Humor Timing", "value": "Well-timed/Adequate/Poor" },
{ "key": "narrative_charm", "name": "Narrative Charm", "value": "Charming/Pleasant/Forced" },
{ "key": "humor_appropriateness", "name": "Humor Appropriateness", "value": "Appropriate/Mostly Appropriate/Inappropriate" }
]
}
]
}
Example - Chapter with Excellent Language & Style:
{
"summary": "Outstanding language and style with creative metaphors, consistent distinctive voice, smooth prose rhythm, and well-timed humor that enhances character development",
"content": "This chapter demonstrates **masterful language craftsmanship** through *vivid imagery*, consistent narrative voice, varied sentence rhythms, and charming humor that enriches the reader experience",
"tags": ["language-style", "creative-metaphors", "distinctive-voice", "smooth-rhythm", "effective-humor"],
"children": [
{
"name": "Creative Language",
"content": "**Exceptional metaphorical language** with *vivid imagery* that creates clear, impactful pictures while remaining accessible to readers. Ocean of regret metaphor, crystalline laughter imagery, and shadow-dancing concept demonstrate innovative language use. **Recommendations:** Continue this excellent balance of creativity and clarity; perhaps explore one more sensory metaphor.",
"attributes": [
{ "key": "style_aspect", "name": "Style Aspect", "value": "creative_language" },
{ "key": "strength", "name": "Overall Strength", "value": "High" },
{ "key": "clarity_score", "name": "Clarity Score", "value": 9, "dataType": "int" },
{ "key": "innovation_score", "name": "Innovation Score", "value": 8, "dataType": "int" },
{ "key": "impact_score", "name": "Impact Score", "value": 9, "dataType": "int" },
{ "key": "metaphor_effectiveness", "name": "Metaphor Effectiveness", "value": "Strong" },
{ "key": "imagery_vividness", "name": "Imagery Vividness", "value": "Vivid" }
]
},
{
"name": "Narrative Voice",
"content": "**Highly distinctive voice** with *consistent stylistic markers* that create a unique reading experience while remaining clear and engaging. Features conversational intimacy, observational wit, and emotional directness. **Recommendations:** Voice is excellently developed; maintain this consistency while allowing for character-appropriate variations.",
"attributes": [
{ "key": "style_aspect", "name": "Style Aspect", "value": "narrative_voice" },
{ "key": "strength", "name": "Overall Strength", "value": "High" },
{ "key": "consistency_score", "name": "Consistency Score", "value": 9, "dataType": "int" },
{ "key": "distinctiveness_score", "name": "Distinctiveness Score", "value": 8, "dataType": "int" },
{ "key": "accessibility_score", "name": "Accessibility Score", "value": 9, "dataType": "int" },
{ "key": "voice_consistency", "name": "Voice Consistency", "value": "Consistent" },
{ "key": "style_distinctiveness", "name": "Style Distinctiveness", "value": "Unique" }
]
},
{
"name": "Prose Rhythm",
"content": "**Excellent rhythmic variety** with *smooth flow patterns* that create engaging pacing through varied sentence structures and effective punctuation. Features short punchy sentences, flowing longer passages, and strategic punctuation pauses. **Recommendations:** Outstanding rhythm control; consider adding one more staccato moment for emphasis.",
"attributes": [
{ "key": "style_aspect", "name": "Style Aspect", "value": "prose_rhythm" },
{ "key": "strength", "name": "Overall Strength", "value": "High" },
{ "key": "pacing_score", "name": "Pacing Score", "value": 9, "dataType": "int" },
{ "key": "flow_score", "name": "Flow Score", "value": 8, "dataType": "int" },
{ "key": "readability_score", "name": "Readability Score", "value": 9, "dataType": "int" },
{ "key": "sentence_variety", "name": "Sentence Variety", "value": "Varied" },
{ "key": "structural_flow", "name": "Structural Flow", "value": "Smooth" }
]
},
{
"name": "Humor & Wit",
"content": "**Well-integrated humor** that *enhances character development* and adds narrative charm without overshadowing serious moments. Features character-appropriate banter, situational irony, and self-deprecating observations. **Recommendations:** Humor is excellently balanced; perhaps one more witty exchange could enhance the lighter moments.",
"attributes": [
{ "key": "style_aspect", "name": "Style Aspect", "value": "humor_wit" },
{ "key": "strength", "name": "Overall Strength", "value": "High" },
{ "key": "timing_score", "name": "Timing Score", "value": 8, "dataType": "int" },
{ "key": "effectiveness_score", "name": "Effectiveness Score", "value": 8, "dataType": "int" },
{ "key": "appropriateness_score", "name": "Appropriateness Score", "value": 9, "dataType": "int" },
{ "key": "humor_timing", "name": "Humor Timing", "value": "Well-timed" },
{ "key": "narrative_charm", "name": "Narrative Charm", "value": "Charming" },
{ "key": "humor_appropriateness", "name": "Humor Appropriateness", "value": "Appropriate" }
]
}
]
}
Content Tags & Keywords
Cost: 1 credit per chapter
Module ID: tags
Extracts thematic tags, locations, concepts, and motifs to categorize and index your content for easy organization and discovery.
JSON Structure:
{
"summary": "Brief summary of main tags and categories identified",
"content": "Detailed analysis of tags, themes, and categorization",
"tags": ["content-tags", "categorization", "analysis"],
"children": [
{
"name": "Tag Name",
"key": "tag-key",
"type": "location",
"attributes": [
{
"key": "count",
"dataType": "int",
"value": 5
}
]
}
]
}
Example - Iliad Book 1:
{
"summary": "Divine intervention, heroic honor, and Greek military organization dominate the thematic landscape",
"content": "Major themes include **divine justice**, *heroic pride*, Greek assembly politics, and plague as divine punishment",
"tags": ["divine-themes", "heroic-culture", "military-organization"],
"children": [
{
"name": "Divine Wrath",
"key": "divine-wrath",
"type": "theme",
"attributes": [
{
"key": "count",
"dataType": "int",
"value": 12
}
]
},
{
"name": "Greek Camp",
"key": "greek-camp",
"type": "location",
"attributes": [
{
"key": "count",
"dataType": "int",
"value": 8
}
]
}
]
}
Critical Review
Cost: 1 credit per chapter
Module ID: critical_review
Provides balanced literary criticism analyzing prose quality, character development, pacing, and thematic elements with constructive feedback.
JSON Structure:
{
"summary": "Brief overview of critical review findings",
"content": "Detailed analysis with markdown formatting",
"tags": ["keyword1", "keyword2", "keyword3"],
"children": [
{
"name": "Strengths",
"content": "Analysis of what works well in the text"
},
{
"name": "Areas for Improvement",
"content": "Constructive suggestions for enhancement"
}
]
}
Example - Iliad Book 1:
{
"summary": "Masterful establishment of epic scope with clear character motivations and divine framework",
"content": "**Exceptional opening** that efficiently establishes cosmic stakes through divine intervention while grounding conflict in relatable human emotions of *pride and honor*",
"tags": ["epic-mastery", "character-motivation", "narrative-efficiency"],
"children": [
{
"name": "Strengths",
"content": "**Clear narrative structure** with divine and mortal conflicts perfectly intertwined. Character motivations are immediately understandable and compelling"
}
]
}
Four Weapons Balance
Cost: 1 credit per chapter
Module ID: four_weapons
Analyzes narrative balance using Alan Moore's tarot-inspired Four Weapons: Coins (detail), Swords (structure), Cups (emotion), and Wands (imagination). Provides chapter-by-chapter balance assessment and revision suggestions.
JSON Structure:
{
"summary": "Brief overview of the Four Weapons balance in this chapter",
"content": "Detailed analysis of weapon deployment with markdown formatting",
"tags": ["four-weapons", "narrative-balance", "tarot", "keyword1", "keyword2"],
"children": [
{
"name": "Coins (Detail)",
"content": "Analysis of physical details, concrete descriptions, and material world elements in markdown format. Examples include specific sensory details, environmental descriptions, and concrete imagery. **Suggestions:** Specific recommendations for improving detail deployment and enhancing material world elements.",
"attributes": [
{ "key": "weapon_type", "name": "Weapon Type", "value": "coins" },
{ "key": "score", "name": "Score", "value": 7, "dataType": "int" },
{ "key": "strength", "name": "Strength", "value": "High" }
]
},
{
"name": "Swords (Structure)",
"content": "Analysis of logical flow, plot progression, and narrative architecture in markdown format. Examples include clear plot advancement, logical connections, and structural elements. **Suggestions:** Specific recommendations for improving structural elements and narrative flow.",
"attributes": [
{ "key": "weapon_type", "name": "Weapon Type", "value": "swords" },
{ "key": "score", "name": "Score", "value": 6, "dataType": "int" },
{ "key": "strength", "name": "Strength", "value": "Medium" }
]
},
{
"name": "Cups (Emotion)",
"content": "Analysis of emotional depth, character feelings, and relationship dynamics in markdown format. Examples include emotional moments, character relationships, and empathetic connections. **Suggestions:** Specific recommendations for enhancing emotional content and character depth.",
"attributes": [
{ "key": "weapon_type", "name": "Weapon Type", "value": "cups" },
{ "key": "score", "name": "Score", "value": 8, "dataType": "int" },
{ "key": "strength", "name": "Strength", "value": "High" }
]
},
{
"name": "Wands (Imagination)",
"content": "Analysis of creative elements, symbolic content, and imaginative descriptions in markdown format. Examples include metaphorical language, creative imagery, and symbolic elements. **Suggestions:** Specific recommendations for increasing imaginative elements and enhancing creativity.",
"attributes": [
{ "key": "weapon_type", "name": "Weapon Type", "value": "wands" },
{ "key": "score", "name": "Score", "value": 5, "dataType": "int" },
{ "key": "strength", "name": "Strength", "value": "Low" }
]
}
]
}
Example - Iliad Book 1:
{
"summary": "Strong foundation in structure and emotion, with opportunities to enhance detail and imagination",
"content": "The opening establishes **clear narrative architecture** (Swords) and *powerful emotional stakes* (Cups), while divine elements provide imaginative content (Wands). Physical descriptions could be enhanced (Coins).",
"tags": ["four-weapons", "epic-structure", "divine-intervention", "heroic-emotion"],
"children": [
{
"name": "Coins (Detail)",
"content": "**Camp descriptions** and plague effects provide material grounding, though more sensory details could enhance the physical world. Examples include Greek ships on the shore and Apollo's silver bow. **Suggestions:** Add more sensory details of the plague's physical effects and camp atmosphere.",
"attributes": [
{ "key": "weapon_type", "name": "Weapon Type", "value": "coins" },
{ "key": "score", "name": "Score", "value": 6, "dataType": "int" },
{ "key": "strength", "name": "Strength", "value": "Medium" }
]
},
{
"name": "Swords (Structure)",
"content": "**Exceptional narrative architecture** with clear cause-and-effect progression from divine offense to heroic confrontation. Examples include prayer-plague-assembly sequence and Agamemnon-Achilles conflict logic. **Suggestions:** Structure is already masterful - maintain this logical clarity.",
"attributes": [
{ "key": "weapon_type", "name": "Weapon Type", "value": "swords" },
{ "key": "score", "name": "Score", "value": 9, "dataType": "int" },
{ "key": "strength", "name": "Strength", "value": "Masterful" }
]
},
{
"name": "Cups (Emotion)",
"content": "**Rich emotional landscape** with divine wrath, heroic pride, and collective suffering creating powerful emotional resonance. Examples include Chryses' paternal grief and Achilles' righteous anger. **Suggestions:** Continue exploring the emotional complexity of honor versus duty.",
"attributes": [
{ "key": "weapon_type", "name": "Weapon Type", "value": "cups" },
{ "key": "score", "name": "Score", "value": 8, "dataType": "int" },
{ "key": "strength", "name": "Strength", "value": "High" }
]
},
{
"name": "Wands (Imagination)",
"content": "**Divine intervention** and mythological framework provide strong imaginative elements, elevating the narrative beyond mundane conflict. Examples include Apollo's plague arrows and divine assembly implications. **Suggestions:** Could expand on the cosmic implications of the divine-mortal interaction.",
"attributes": [
{ "key": "weapon_type", "name": "Weapon Type", "value": "wands" },
{ "key": "score", "name": "Score", "value": 7, "dataType": "int" },
{ "key": "strength", "name": "Strength", "value": "High" }
]
}
]
}
Rhythmic Cadence Analysis
Cost: 1 credit per chapter
Module ID: rhythmic_cadence
Analyzes sentence rhythm, pacing, punctuation use, and internal music of prose. Identifies breath-points, cadence patterns, and provides recommendations to enhance narrative rhythm and auditory readability.
JSON Structure:
{
"summary": "Brief overview of the rhythmic patterns and prose musicality in this chapter",
"content": "Detailed analysis of rhythm, cadence, and pacing with markdown formatting",
"tags": ["rhythm", "cadence", "pacing", "prose-musicality", "keyword1", "keyword2"],
"children": [
{
"name": "Sentence Rhythm Patterns",
"content": "Analysis of sentence length variation, rhythm patterns, and structural musicality in markdown format. Examples include varied sentence rhythm and monotonous rhythm patterns. Breath-points occur at natural pauses and punctuation-created breaks. **Suggestions:** Specific recommendations for improving sentence rhythm and structural musicality.",
"attributes": [
{ "key": "rhythm_type", "name": "Rhythm Type", "value": "sentence_structure" },
{ "key": "strength", "name": "Strength", "value": "Strong" }
]
},
{
"name": "Punctuation Musicality",
"content": "Analysis of how punctuation creates rhythm, pauses, and emphasis in markdown format. Examples include effective punctuation rhythm and clunky punctuation patterns. Breath-points include comma patterns and period placement effects. **Suggestions:** Recommendations for enhancing punctuation rhythm and musical flow.",
"attributes": [
{ "key": "rhythm_type", "name": "Rhythm Type", "value": "punctuation" },
{ "key": "strength", "name": "Strength", "value": "Medium" }
]
},
{
"name": "Prose Cadence",
"content": "Analysis of overall flow, syncopation, and musical qualities of the prose in markdown format. Examples include smooth cadence and disrupted flow patterns. Breath-points occur at natural reading pauses and emphasis points. **Suggestions:** Ways to improve overall prose musicality and cadence flow.",
"attributes": [
{ "key": "rhythm_type", "name": "Rhythm Type", "value": "cadence" },
{ "key": "strength", "name": "Strength", "value": "Weak" }
]
},
{
"name": "Pacing & Tempo",
"content": "Analysis of narrative speed, tempo changes, and emotional pacing in markdown format. Examples include fast-paced sections and slow, contemplative sections. Breath-points occur at scene transition points and emotional beat pauses. **Suggestions:** Adjustments to optimize pacing flow and emotional timing.",
"attributes": [
{ "key": "rhythm_type", "name": "Rhythm Type", "value": "pacing" },
{ "key": "strength", "name": "Strength", "value": "Strong" }
]
}
]
}
Example - Iliad Book 1:
{
"summary": "Epic formality creates strong ceremonial rhythm with effective use of repeated epithets and parallel structures",
"content": "**Dactylic rhythm** (in translation) establishes *formal ceremonial pace* appropriate to epic subject matter. Repeated epithets and parallel structures create musical consistency.",
"tags": ["epic-rhythm", "ceremonial-pace", "formal-structure", "epithets"],
"children": [
{
"name": "Sentence Rhythm Patterns",
"rhythm_type": "sentence_structure",
"strength": "Strong",
"content": "**Varied sentence lengths** from short, declarative statements to longer, complex periods create effective epic rhythm matching emotional intensity",
"examples": ["'Sing, goddess, the rage of Achilles' (short, powerful)", "Long sentences building to emotional climax"],
"breath_points": ["Epic invocation pauses", "Character introduction breaks"],
"recommendations": "Maintain the effective balance of short and long sentences for emotional emphasis"
},
{
"name": "Punctuation Musicality",
"rhythm_type": "punctuation",
"strength": "Strong",
"content": "**Formal punctuation** supports the epic register with appropriate pauses for ceremonial dignity",
"examples": ["Strategic comma placement in epithets", "Period finality in divine pronouncements"],
"breath_points": ["Epithet comma pauses", "Divine speech periods"],
"recommendations": "Continue using punctuation to support the formal epic voice"
},
{
"name": "Prose Cadence",
"rhythm_type": "cadence",
"strength": "Masterful",
"content": "**Epic cadence** with repeated epithets ('swift-footed Achilles') creates *musical consistency* and formal dignity appropriate to heroic subject",
"examples": ["'Swift-footed Achilles' repetition", "Formal invocation rhythm"],
"breath_points": ["Epithet emphasis points", "Divine name pronunciations"],
"recommendations": "Continue leveraging epithet repetition for musical effect"
},
{
"name": "Pacing & Tempo",
"rhythm_type": "pacing",
"strength": "Strong",
"content": "**Deliberate epic pacing** builds from divine invocation through plague description to heroic confrontation, matching content with appropriate narrative speed",
"examples": ["Slow, formal opening", "Building tension in assembly"],
"breath_points": ["Scene transition markers", "Character entrance pauses"],
"recommendations": "Maintain the effective match between pacing and dramatic content"
}
]
}
Quality Assessment Modules
Plot Hole Detection
Cost: 1 credit per chapter
Module ID: plot_holes
Analyzes narrative logic and continuity to identify plot holes, character inconsistencies, timeline issues, and unexplained elements.
JSON Structure:
{
"summary": "Brief overview of plot hole analysis findings",
"content": "Detailed analysis of logical consistency with markdown formatting",
"tags": ["plot-holes", "consistency", "logic", "keyword1"],
"children": [
{
"name": "Plot Hole Name",
"content": "Detailed description of specific plot hole or logical issue"
}
]
}
Example - Iliad Book 1:
{
"summary": "No significant plot holes detected; narrative logic is consistent with established mythological framework",
"content": "The **cause-and-effect chain** from Chryses' prayer through Apollo's plague to the assembly confrontation follows logical progression within the *divine intervention* framework",
"tags": ["narrative-consistency", "mythological-logic", "causal-chain"],
"children": [
{
"name": "Logical Consistency",
"content": "Divine intervention follows established **mythological rules** - gods respond to proper worship and punish disrespect"
}
]
}
Manuscript Status
Cost: 1 credit per chapter
Module ID: status
Evaluates the completion state and polish level of your writing, providing ratings and feedback on manuscript readiness. Identifies primary structural, developmental, and thematic issues, providing clear revision priorities and focused editing strategies.
JSON Structure:
{
"summary": "Brief overview of chapter's completion state and readiness level",
"content": "Detailed analysis of manuscript polish, characteristics, and completion with markdown formatting",
"tags": ["status", "completion", "structural-analysis", "developmental-priorities"],
"children": [
{
"name": "Completion Assessment",
"content": "Analysis of text's completion state and polish level",
"attributes": [
{
"key": "completeness",
"name": "Completeness Level",
"dataType": "string",
"value": "polished"
},
{
"key": "completion_rating",
"name": "Completion Rating",
"dataType": "float",
"value": 4.5
},
{
"key": "color_rating",
"name": "Color Rating",
"dataType": "string",
"value": "#10b981"
}
]
},
{
"name": "Structural Integrity",
"content": "Analysis of narrative structure, pacing, and story architecture",
"attributes": [
{
"key": "structural_strength",
"name": "Structural Strength",
"dataType": "string",
"value": "solid"
},
{
"key": "structural_rating",
"name": "Structural Rating",
"dataType": "float",
"value": 4.2
},
{
"key": "primary_structural_issues",
"name": "Primary Structural Issues",
"dataType": "stringArray",
"value": ["pacing inconsistencies", "weak scene transitions"]
}
]
},
{
"name": "Developmental Priorities",
"content": "Assessment of character development, thematic depth, and story progression needs",
"attributes": [
{
"key": "development_focus",
"name": "Development Focus",
"dataType": "string",
"value": "character_depth"
},
{
"key": "development_rating",
"name": "Development Rating",
"dataType": "float",
"value": 3.8
},
{
"key": "revision_priorities",
"name": "Revision Priorities",
"dataType": "stringArray",
"value": ["strengthen character motivations", "clarify thematic elements"]
}
]
},
{
"name": "Writing Characteristics",
"content": "Analysis of key writing style and narrative characteristics",
"attributes": [
{
"key": "characteristic",
"name": "Writing Characteristic",
"dataType": "string",
"value": "character-driven"
}
]
},
{
"name": "Critical Assessment",
"content": "Professional review and rating of the text quality",
"attributes": [
{
"key": "critical_review",
"name": "Critical Review",
"dataType": "string",
"value": "Compelling dialogue drives engaging character development"
},
{
"key": "critical_rating",
"name": "Critical Rating",
"dataType": "float",
"value": 4.0
}
]
}
]
}
Completion States:
- Raw/Rough - Very early draft, needs significant work
- Draft - Workable draft with clear structure but needs polishing
- Refined - Well-developed with good flow, minor editing needed
- Polished - Publication-ready quality with professional finish
Structural Strength Categories: - solid - Strong, well-constructed narrative architecture - developing - Good foundation but needs refinement - weak - Significant structural issues requiring attention - fragmented - Major reconstruction needed
Development Focus Areas: - character_depth, thematic_clarity, world_building - dialogue_improvement, pacing_refinement, conflict_escalation - emotional_resonance, plot_cohesion, voice_consistency
Example - Iliad Book 1:
{
"summary": "Classical masterwork demonstrating complete narrative polish, solid structural integrity, and masterful character development",
"content": "**Fully realized** epic opening with masterful integration of divine and human elements, established over millennia of literary transmission. Exhibits exceptional structural integrity and character development depth.",
"tags": ["classical-literature", "complete-work", "literary-mastery", "structural-excellence"],
"children": [
{
"name": "Completion Assessment",
"content": "**Publication ready** - represents the gold standard of epic literature with complete thematic integration",
"attributes": [
{
"key": "completeness",
"name": "Completeness Level",
"dataType": "string",
"value": "polished"
},
{
"key": "completion_rating",
"name": "Completion Rating",
"dataType": "float",
"value": 5.0
},
{
"key": "color_rating",
"name": "Color Rating",
"dataType": "string",
"value": "#10b981"
}
]
},
{
"name": "Structural Integrity",
"content": "**Masterful narrative architecture** with flawless cause-and-effect progression from divine intervention to heroic confrontation",
"attributes": [
{
"key": "structural_strength",
"name": "Structural Strength",
"dataType": "string",
"value": "solid"
},
{
"key": "structural_rating",
"name": "Structural Rating",
"dataType": "float",
"value": 5.0
},
{
"key": "primary_structural_issues",
"name": "Primary Structural Issues",
"dataType": "stringArray",
"value": []
}
]
},
{
"name": "Developmental Priorities",
"content": "**Exemplary character development** with clear motivations, authentic emotional depth, and thematic coherence that establishes the epic framework",
"attributes": [
{
"key": "development_focus",
"name": "Development Focus",
"dataType": "string",
"value": "character_depth"
},
{
"key": "development_rating",
"name": "Development Rating",
"dataType": "float",
"value": 5.0
},
{
"key": "revision_priorities",
"name": "Revision Priorities",
"dataType": "stringArray",
"value": []
}
]
}
]
}
Plot Twists
Cost: 1 credit per chapter
Module ID: plot_twists
Evaluates the logic, fairness, and effectiveness of plot twists, including use of foreshadowing, clue placement, and narrative surprise. Analyzes logical consistency, fairness of clues, and effective misdirection.
JSON Structure (Codex Format):
{
"summary": "Brief overview of the plot twists and narrative surprises in this chapter",
"content": "Detailed analysis of twist logic, clue fairness, and misdirection effectiveness with markdown formatting",
"tags": ["plot-twists", "narrative-surprise", "foreshadowing", "misdirection", "keyword1", "keyword2"],
"children": [
{
"id": "logical-consistency-uuid",
"type": "analysis",
"name": "Logical Consistency",
"summary": "Analysis of how logically sound and believable the plot twists are within the story's established rules",
"content": "Detailed analysis of twist logic and believability within story context. **Recommendations**: Specific suggestions for improving logical consistency and addressing any identified issues.",
"tags": ["plot-twists", "logic", "consistency"],
"attributes": [
{ "key": "twist-aspect", "name": "Twist Aspect", "value": "logic" },
{ "key": "strength", "name": "Strength", "value": "High/Medium/Low" },
{ "key": "logic-score", "name": "Logic Score", "value": 8, "dataType": "int" },
{ "key": "consistency-elements", "name": "Consistency Elements", "value": ["logical rule 1", "plot coherence 2"], "dataType": "stringArray" },
{ "key": "issues-identified", "name": "Issues Identified", "value": ["Potential logic gap 1", "Consistency concern 2"], "dataType": "stringArray" }
]
},
{
"id": "fairness-clues-uuid",
"type": "analysis",
"name": "Fairness of Clues",
"summary": "Evaluation of whether sufficient and fair clues were provided for readers to potentially anticipate twists",
"content": "Assessment of clue placement, foreshadowing quality, and reader fairness. **Recommendations**: Suggestions for improving clue fairness and foreshadowing techniques.",
"tags": ["plot-twists", "fairness", "foreshadowing"],
"attributes": [
{ "key": "twist-aspect", "name": "Twist Aspect", "value": "fairness" },
{ "key": "strength", "name": "Strength", "value": "High/Medium/Low" },
{ "key": "fairness-score", "name": "Fairness Score", "value": 7, "dataType": "int" },
{ "key": "clue-elements", "name": "Clue Elements", "value": ["foreshadowing example 1", "subtle hint 2"], "dataType": "stringArray" },
{ "key": "clue-placement", "name": "Clue Placement", "value": ["Well-placed clue 1", "Hidden clue 2"], "dataType": "stringArray" }
]
},
{
"id": "effective-misdirection-uuid",
"type": "analysis",
"name": "Effective Misdirection",
"summary": "Assessment of how effectively the narrative misdirects readers while maintaining fairness",
"content": "Evaluation of misdirection techniques and their effectiveness in creating surprise. **Recommendations**: Strategies for enhancing misdirection without compromising fairness.",
"tags": ["plot-twists", "misdirection", "surprise"],
"attributes": [
{ "key": "twist-aspect", "name": "Twist Aspect", "value": "misdirection" },
{ "key": "strength", "name": "Strength", "value": "High/Medium/Low" },
{ "key": "effectiveness-score", "name": "Effectiveness Score", "value": 9, "dataType": "int" },
{ "key": "misdirection-techniques", "name": "Misdirection Techniques", "value": ["red herring 1", "false assumption 2"], "dataType": "stringArray" },
{ "key": "surprise-level", "name": "Surprise Level", "value": "High/Medium/Low" }
]
},
{
"id": "narrative-impact-uuid",
"type": "analysis",
"name": "Narrative Impact",
"summary": "Evaluation of how effectively the twists serve the overall narrative and character development",
"content": "Assessment of narrative purpose and impact on character development and plot advancement. **Recommendations**: Methods for maximizing narrative impact of plot twists.",
"tags": ["plot-twists", "impact", "narrative"],
"attributes": [
{ "key": "twist-aspect", "name": "Twist Aspect", "value": "impact" },
{ "key": "strength", "name": "Strength", "value": "High/Medium/Low" },
{ "key": "narrative-score", "name": "Narrative Score", "value": 8, "dataType": "int" },
{ "key": "impact-elements", "name": "Impact Elements", "value": ["character growth moment", "plot advancement"], "dataType": "stringArray" },
{ "key": "emotional-impact", "name": "Emotional Impact", "value": "Strong/Moderate/Weak" }
]
}
]
}
Example - Chapter with Effective Plot Twist:
{
"summary": "Strong plot twist with logical foundation, fair foreshadowing, and significant narrative impact that enhances both character development and plot advancement",
"content": "This chapter demonstrates **masterful twist construction** through *carefully planted clues*, logical consistency within established story rules, and emotional resonance that serves character growth",
"tags": ["plot-twists", "logical-consistency", "fair-foreshadowing", "character-revelation", "narrative-surprise"],
"children": [
{
"id": "logical-consistency-example-uuid",
"type": "analysis",
"name": "Logical Consistency",
"summary": "Analysis of how logically sound and believable the plot twists are within the story's established rules",
"content": "**Excellent logical foundation** - the twist follows naturally from *established story rules* and character motivations without breaking narrative coherence. **Recommendations**: Logic is solid; maintain this level of internal consistency for future twists.",
"tags": ["plot-twists", "logic", "consistency", "high-quality"],
"attributes": [
{ "key": "twist-aspect", "name": "Twist Aspect", "value": "logic" },
{ "key": "strength", "name": "Strength", "value": "High" },
{ "key": "logic-score", "name": "Logic Score", "value": 9, "dataType": "int" },
{ "key": "consistency-elements", "name": "Consistency Elements", "value": ["established character motivations", "previously demonstrated magical system rules", "consistent world-building"], "dataType": "stringArray" },
{ "key": "issues-identified", "name": "Issues Identified", "value": [], "dataType": "stringArray" }
]
},
{
"id": "fairness-clues-example-uuid",
"type": "analysis",
"name": "Fairness of Clues",
"summary": "Evaluation of whether sufficient and fair clues were provided for readers to potentially anticipate twists",
"content": "**Well-balanced foreshadowing** with *multiple subtle clues* planted throughout earlier chapters that attentive readers could piece together. **Recommendations**: Consider adding one more subtle visual cue to strengthen the foreshadowing trail.",
"tags": ["plot-twists", "fairness", "foreshadowing", "high-quality"],
"attributes": [
{ "key": "twist-aspect", "name": "Twist Aspect", "value": "fairness" },
{ "key": "strength", "name": "Strength", "value": "High" },
{ "key": "fairness-score", "name": "Fairness Score", "value": 8, "dataType": "int" },
{ "key": "clue-elements", "name": "Clue Elements", "value": ["Character's unusual reaction in Chapter 3", "Mysterious object mentioned in Chapter 5", "Conversation hints in Chapter 7"], "dataType": "stringArray" },
{ "key": "clue-placement", "name": "Clue Placement", "value": ["Subtle character behavior changes", "Environmental details that gain new meaning", "Dialogue with double meaning"], "dataType": "stringArray" }
]
},
{
"id": "effective-misdirection-example-uuid",
"type": "analysis",
"name": "Effective Misdirection",
"summary": "Assessment of how effectively the narrative misdirects readers while maintaining fairness",
"content": "**Skillful misdirection** through *red herrings* and false assumptions that guide readers toward incorrect conclusions without dishonesty. **Recommendations**: Excellent technique; the misdirection enhances rather than undermines reader trust.",
"tags": ["plot-twists", "misdirection", "surprise", "high-quality"],
"attributes": [
{ "key": "twist-aspect", "name": "Twist Aspect", "value": "misdirection" },
{ "key": "strength", "name": "Strength", "value": "High" },
{ "key": "effectiveness-score", "name": "Effectiveness Score", "value": 9, "dataType": "int" },
{ "key": "misdirection-techniques", "name": "Misdirection Techniques", "value": ["Focus on obvious suspect", "Emphasis on wrong motivation", "Misleading but truthful statements"], "dataType": "stringArray" },
{ "key": "surprise-level", "name": "Surprise Level", "value": "High" }
]
},
{
"id": "narrative-impact-example-uuid",
"type": "analysis",
"name": "Narrative Impact",
"summary": "Evaluation of how effectively the twists serve the overall narrative and character development",
"content": "**Powerful narrative impact** that *transforms character relationships* and opens new plot possibilities while deepening thematic resonance. **Recommendations**: Follow up on the emotional consequences of this revelation in subsequent chapters.",
"tags": ["plot-twists", "impact", "narrative", "high-quality"],
"attributes": [
{ "key": "twist-aspect", "name": "Twist Aspect", "value": "impact" },
{ "key": "strength", "name": "Strength", "value": "High" },
{ "key": "narrative-score", "name": "Narrative Score", "value": 9, "dataType": "int" },
{ "key": "impact-elements", "name": "Impact Elements", "value": ["Character growth through revelation", "Relationship dynamics shift", "New plot possibilities emerge"], "dataType": "stringArray" },
{ "key": "emotional-impact", "name": "Emotional Impact", "value": "Strong" }
]
}
]
}
Story Pacing
Cost: 1 credit per chapter
Module ID: story_pacing
Examines timing and arrangement of narrative events to ensure suspense, dramatic tension, and reader engagement are maintained effectively throughout your manuscript. Analyzes distribution of key events, suspense and engagement levels, and dramatic tension balance.
JSON Structure:
{
"summary": "Brief overview of the pacing and narrative timing in this chapter",
"content": "Detailed analysis of event distribution, tension levels, and engagement factors with markdown formatting",
"tags": ["story-pacing", "narrative-timing", "dramatic-tension", "reader-engagement", "keyword1", "keyword2"],
"children": [
{
"name": "Distribution of Key Events",
"pacing_aspect": "event_distribution",
"strength": "High/Medium/Low",
"content": "Analysis of how key narrative events are spaced and timed throughout the chapter",
"event_elements": ["major event 1", "turning point 2", "revelation 3"],
"distribution_score": 8,
"event_spacing": "Well-spaced/Uneven/Rushed/Slow",
"balance_quality": "Excellent/Good/Fair/Poor",
"recommendations": "Specific suggestions for improving event distribution and timing"
},
{
"name": "Suspense and Engagement",
"pacing_aspect": "suspense",
"strength": "High/Medium/Low",
"content": "Evaluation of how effectively the chapter builds and maintains reader suspense and engagement",
"suspense_elements": ["tension builder 1", "cliffhanger element 2", "mystery deepening 3"],
"engagement_score": 7,
"suspense_patterns": ["Rising tension", "Sustained mystery", "Escalating stakes"],
"engagement_techniques": ["technique 1", "technique 2"],
"recommendations": "Strategies for enhancing suspense and reader engagement"
},
{
"name": "Dramatic Tension Balance",
"pacing_aspect": "tension_balance",
"strength": "High/Medium/Low",
"content": "Assessment of how well dramatic tension is balanced with moments of relief and character development",
"tension_elements": ["high tension moment 1", "relief point 2", "escalation 3"],
"balance_score": 9,
"tension_rhythm": "Varied/Monotonous/Erratic",
"relief_points": ["character moment", "quiet reflection", "humor break"],
"recommendations": "Methods for optimizing dramatic tension balance and pacing rhythm"
},
{
"name": "Reader Momentum",
"pacing_aspect": "momentum",
"strength": "High/Medium/Low",
"content": "Evaluation of how effectively the chapter maintains forward momentum and prevents reader fatigue",
"momentum_elements": ["propelling event 1", "compelling question 2", "forward drive 3"],
"momentum_score": 8,
"pace_changes": ["acceleration points", "deceleration moments"],
"energy_level": "High/Medium/Low",
"recommendations": "Techniques for sustaining optimal reader momentum and pace variation"
}
]
}
Example - Chapter with Excellent Pacing:
{
"summary": "Outstanding pacing with well-distributed events, sustained engagement, and expertly balanced dramatic tension that maintains strong reader momentum throughout",
"content": "This chapter demonstrates **masterful pacing control** through *strategic event placement*, varied tension rhythms, and compelling forward momentum that keeps readers thoroughly engaged",
"tags": ["story-pacing", "excellent-timing", "sustained-engagement", "balanced-tension", "strong-momentum"],
"children": [
{
"name": "Distribution of Key Events",
"pacing_aspect": "event_distribution",
"strength": "High",
"content": "**Excellent event spacing** with *major revelations* strategically placed to maintain interest without overwhelming the reader",
"event_elements": ["Character betrayal revelation", "Hidden truth discovery", "Stakes escalation", "Relationship shift"],
"distribution_score": 9,
"event_spacing": "Well-spaced",
"balance_quality": "Excellent",
"recommendations": "Maintain this excellent distribution pattern; perhaps add one subtle foreshadowing element"
},
{
"name": "Suspense and Engagement",
"pacing_aspect": "suspense",
"strength": "High",
"content": "**Compelling suspense buildup** through *layered mysteries* and escalating stakes that keep readers invested and turning pages",
"suspense_elements": ["Mysterious phone call", "Cryptic warning", "Time pressure", "Hidden observer"],
"engagement_score": 8,
"suspense_patterns": ["Rising tension", "Sustained mystery", "Escalating stakes"],
"engagement_techniques": ["Cliffhanger moments", "Unanswered questions", "Emotional stakes"],
"recommendations": "Excellent engagement; consider adding one more sensory detail to heighten atmosphere"
},
{
"name": "Dramatic Tension Balance",
"pacing_aspect": "tension_balance",
"strength": "High",
"content": "**Perfect tension rhythm** with *well-timed relief moments* that allow character development without losing momentum",
"tension_elements": ["Confrontation scene", "Emotional revelation", "Action sequence", "Quiet reflection"],
"balance_score": 9,
"tension_rhythm": "Varied",
"relief_points": ["Character bonding moment", "Humorous exchange", "Peaceful interlude"],
"recommendations": "Ideal balance achieved; maintain this rhythm for optimal reader experience"
},
{
"name": "Reader Momentum",
"pacing_aspect": "momentum",
"strength": "High",
"content": "**Strong forward drive** through *compelling questions* and urgent situations that propel readers toward the next chapter",
"momentum_elements": ["Urgent deadline", "Unresolved conflict", "New mystery", "Emotional cliffhanger"],
"momentum_score": 9,
"pace_changes": ["Rapid dialogue exchange", "Reflective pause", "Action acceleration"],
"energy_level": "High",
"recommendations": "Excellent momentum; the varied pace changes add texture without losing drive"
}
]
}
Story Strength
Cost: 1 credit per chapter
Module ID: story_strength
Evaluates narrative foundation strength, originality, core purpose clarity, and metaphor effectiveness. Analyzes central plot concepts, creative uniqueness, thematic messaging, and metaphorical language to ensure compelling and meaningful storytelling with powerful figurative elements.
Key Enhancement: - Metaphor Effectiveness Analysis - evaluates clarity and emotional power of metaphors and analogies, flags clichés or mixed metaphors, and recommends stronger alternatives
JSON Structure:
{
"summary": "Brief overview of the story strength, originality, and core purpose elements in this chapter",
"content": "Detailed analysis of narrative foundation, creative elements, and thematic clarity with markdown formatting",
"tags": ["story-strength", "narrative-foundation", "originality", "core-purpose", "keyword1", "keyword2"],
"children": [
{
"name": "Story Strength",
"content": "Assesses the clarity, depth, and resonance of central plot concepts, including primary conflicts, stakes, and narrative drive, helping ensure core idea is compelling. **Recommendations:** Specific suggestions for strengthening central plot concepts and conflicts.",
"attributes": [
{ "key": "strength_aspect", "name": "Strength Aspect", "value": "narrative_foundation" },
{ "key": "strength", "name": "Overall Strength", "value": "High/Medium/Low" },
{ "key": "conflict_strength", "name": "Conflict Strength", "value": 8, "dataType": "int" },
{ "key": "concept_clarity", "name": "Concept Clarity", "value": 7, "dataType": "int" },
{ "key": "stakes_definition", "name": "Stakes Definition", "value": 9, "dataType": "int" },
{ "key": "central_conflict", "name": "Central Conflict", "value": "Clear/Somewhat Clear/Unclear" },
{ "key": "plot_resonance", "name": "Plot Resonance", "value": "Strong/Moderate/Weak" },
{ "key": "narrative_drive", "name": "Narrative Drive", "value": "Compelling/Adequate/Weak" }
]
},
{
"name": "Originality",
"content": "Measures creativity, uniqueness, and innovative thinking within narrative elements, highlighting imaginative ideas and suggesting areas needing fresh perspectives. **Recommendations:** Strategies for enhancing creativity and developing more original narrative elements.",
"attributes": [
{ "key": "strength_aspect", "name": "Strength Aspect", "value": "creative_uniqueness" },
{ "key": "strength", "name": "Overall Strength", "value": "High/Medium/Low" },
{ "key": "uniqueness_score", "name": "Uniqueness Score", "value": 8, "dataType": "int" },
{ "key": "innovation_score", "name": "Innovation Score", "value": 7, "dataType": "int" },
{ "key": "freshness_score", "name": "Freshness Score", "value": 9, "dataType": "int" },
{ "key": "creative_uniqueness", "name": "Creative Uniqueness", "value": "Highly Original/Somewhat Original/Conventional" },
{ "key": "inventive_concepts", "name": "Inventive Concepts", "value": "Innovative/Some Innovation/Predictable" },
{ "key": "idea_freshness", "name": "Idea Freshness", "value": "Fresh/Familiar/Stale" }
]
},
{
"name": "Core Purpose",
"content": "Evaluates clarity and strength of the narrative's central message or intended impact, ensuring themes are consistently and meaningfully communicated. **Recommendations:** Methods for clarifying core purpose and strengthening thematic communication.",
"attributes": [
{ "key": "strength_aspect", "name": "Strength Aspect", "value": "thematic_clarity" },
{ "key": "strength", "name": "Overall Strength", "value": "High/Medium/Low" },
{ "key": "clarity_score", "name": "Clarity Score", "value": 8, "dataType": "int" },
{ "key": "consistency_score", "name": "Consistency Score", "value": 7, "dataType": "int" },
{ "key": "impact_score", "name": "Impact Score", "value": 9, "dataType": "int" },
{ "key": "story_intentions", "name": "Story Intentions", "value": "Clear/Somewhat Clear/Unclear" },
{ "key": "thematic_messaging", "name": "Thematic Messaging", "value": "Consistent/Mostly Consistent/Inconsistent" },
{ "key": "central_impact", "name": "Central Impact", "value": "Powerful/Moderate/Weak" }
]
},
{
"name": "Metaphor Effectiveness",
"content": "Evaluates the clarity and emotional power of metaphors and analogies, identifying clichéd or mixed metaphors while recommending stronger alternatives. Assesses how figurative language enhances narrative impact. **Recommendations:** Specific suggestions for improving metaphorical language and replacing weak figurative elements.",
"attributes": [
{ "key": "strength_aspect", "name": "Strength Aspect", "value": "metaphorical_language" },
{ "key": "strength", "name": "Overall Strength", "value": "High/Medium/Low" },
{ "key": "clarity_score", "name": "Clarity Score", "value": 8, "dataType": "int" },
{ "key": "emotional_power", "name": "Emotional Power", "value": 7, "dataType": "int" },
{ "key": "originality_score", "name": "Originality Score", "value": 9, "dataType": "int" },
{ "key": "metaphor_quality", "name": "Metaphor Quality", "value": "Powerful/Effective/Weak" },
{ "key": "cliche_presence", "name": "Cliché Presence", "value": "None/Some/Many" },
{ "key": "mixed_metaphors", "name": "Mixed Metaphors", "value": "None/Few/Several" },
{ "key": "figurative_impact", "name": "Figurative Impact", "value": "Strong/Moderate/Weak" }
]
}
]
}
Example - Chapter with Strong Story Foundation:
{
"summary": "Outstanding story strength with compelling central conflicts, highly original creative elements, and crystal-clear core purpose that drives meaningful thematic messaging",
"content": "This chapter demonstrates **exceptional narrative foundation** through *clearly defined stakes*, innovative storytelling approaches, and powerful thematic clarity that resonates with readers",
"tags": ["story-strength", "compelling-conflicts", "high-originality", "clear-purpose", "strong-foundation"],
"children": [
{
"name": "Story Strength",
"content": "**Exceptional plot foundation** with *clearly defined central conflicts* and compelling stakes that create strong narrative drive and reader engagement. Character vs. destiny creates compelling tension, while moral choice stakes add depth. **Recommendations:** Maintain this excellent conflict clarity; perhaps add one more layer of personal stakes to deepen reader investment.",
"attributes": [
{ "key": "strength_aspect", "name": "Strength Aspect", "value": "narrative_foundation" },
{ "key": "strength", "name": "Overall Strength", "value": "High" },
{ "key": "conflict_strength", "name": "Conflict Strength", "value": 9, "dataType": "int" },
{ "key": "concept_clarity", "name": "Concept Clarity", "value": 8, "dataType": "int" },
{ "key": "stakes_definition", "name": "Stakes Definition", "value": 9, "dataType": "int" },
{ "key": "central_conflict", "name": "Central Conflict", "value": "Clear" },
{ "key": "plot_resonance", "name": "Plot Resonance", "value": "Strong" },
{ "key": "narrative_drive", "name": "Narrative Drive", "value": "Compelling" }
]
},
{
"name": "Originality",
"content": "**Highly original approach** with *innovative narrative techniques* and fresh perspectives that distinguish this work from conventional storytelling. Memory-weaving magic system and perspective-shifting structure create unique reader experience. **Recommendations:** Continue developing these unique elements; consider exploring the memory-weaving concept further to enhance distinctiveness.",
"attributes": [
{ "key": "strength_aspect", "name": "Strength Aspect", "value": "creative_uniqueness" },
{ "key": "strength", "name": "Overall Strength", "value": "High" },
{ "key": "uniqueness_score", "name": "Uniqueness Score", "value": 9, "dataType": "int" },
{ "key": "innovation_score", "name": "Innovation Score", "value": 8, "dataType": "int" },
{ "key": "freshness_score", "name": "Freshness Score", "value": 9, "dataType": "int" },
{ "key": "creative_uniqueness", "name": "Creative Uniqueness", "value": "Highly Original" },
{ "key": "inventive_concepts", "name": "Inventive Concepts", "value": "Innovative" },
{ "key": "idea_freshness", "name": "Idea Freshness", "value": "Fresh" }
]
},
{
"name": "Core Purpose",
"content": "**Crystal-clear core purpose** with *consistent thematic messaging* about identity and belonging that creates powerful emotional resonance. Identity exploration and belonging themes are woven throughout with meaningful impact. **Recommendations:** Excellent thematic clarity; maintain this consistency while deepening the universal connection aspect.",
"attributes": [
{ "key": "strength_aspect", "name": "Strength Aspect", "value": "thematic_clarity" },
{ "key": "strength", "name": "Overall Strength", "value": "High" },
{ "key": "clarity_score", "name": "Clarity Score", "value": 9, "dataType": "int" },
{ "key": "consistency_score", "name": "Consistency Score", "value": 8, "dataType": "int" },
{ "key": "impact_score", "name": "Impact Score", "value": 9, "dataType": "int" },
{ "key": "story_intentions", "name": "Story Intentions", "value": "Clear" },
{ "key": "thematic_messaging", "name": "Thematic Messaging", "value": "Consistent" },
{ "key": "central_impact", "name": "Central Impact", "value": "Powerful" }
]
}
]
}
AI Detection Analysis
Cost: 1 credit per chapter
Module ID: ai_detector
Analyzes text to identify characteristics suggesting AI generation, including robotic patterns, overly formal language, lack of personal voice, and other markers that distinguish AI-written content from human creativity.
JSON Structure:
{
"summary": "Overall assessment of whether this text appears to be AI-generated or human-written",
"content": "Detailed analysis of AI vs human writing characteristics with markdown formatting",
"tags": ["ai-detection", "writing-authenticity", "human-voice", "keyword1", "keyword2"],
"ai_likelihood": "Low|Medium|High|Very High",
"confidence_score": 7,
"children": [
{
"name": "Robotic Language Patterns",
"indicator_type": "linguistic",
"severity": "High",
"summary": "Analysis of mechanical, repetitive, or overly structured language patterns"
},
{
"name": "Lack of Personal Voice",
"indicator_type": "authenticity",
"severity": "Medium",
"summary": "Assessment of whether the text shows individual personality and unique perspective"
},
{
"name": "Generic Phrasing",
"indicator_type": "creativity",
"severity": "Low",
"summary": "Evaluation of clichéd, template-like, or overly common expressions"
},
{
"name": "Mechanical Sentence Structure",
"indicator_type": "structure",
"severity": "High",
"summary": "Analysis of repetitive or formulaic sentence construction patterns"
}
]
}
Example - Iliad Book 1:
{
"summary": "Clearly human-authored classical literature with distinctive epic voice, cultural authenticity, and natural imperfections",
"content": "**Unmistakably human authorship** evident in the *authentic cultural voice*, natural epic rhythm variations, and genuine emotional depth that predates AI technology by millennia",
"tags": ["human-authored", "classical-literature", "authentic-voice", "cultural-specificity"],
"ai_likelihood": "Low",
"confidence_score": 10,
"children": [
{
"name": "Authentic Cultural Voice",
"indicator_type": "authenticity",
"severity": "Low",
"summary": "**Strong cultural authenticity** with genuine Greek epic conventions, religious practices, and heroic values deeply embedded in the text"
},
{
"name": "Natural Epic Rhythm",
"indicator_type": "linguistic",
"severity": "Low",
"summary": "**Organic epic cadence** with natural variations in sentence structure appropriate to ancient oral tradition rather than mechanical AI patterns"
},
{
"name": "Genuine Emotional Depth",
"indicator_type": "creativity",
"severity": "Low",
"summary": "**Authentic emotional complexity** in character motivations, divine-human relationships, and heroic psychology that shows real human understanding"
},
{
"name": "Historical Linguistic Patterns",
"indicator_type": "structure",
"severity": "Low",
"summary": "**Period-appropriate language** with natural epic formulas, epithets, and structural patterns consistent with ancient oral composition"
}
]
}
Clarity and Accessibility
Cost: 1 credit per chapter
Module ID: clarity_accessibility
Evaluates narrative clarity, readability, and accessibility, suggesting targeted edits to simplify overly complex or unclear passages. Analyzes reader comprehension, accessible language use, and complexity management.
JSON Structure:
{
"summary": "Brief overview of the clarity and accessibility assessment for this chapter",
"content": "Detailed analysis of clarity issues and accessibility concerns with markdown formatting",
"tags": ["clarity", "accessibility", "readability", "comprehension", "keyword1", "keyword2"],
"children": [
{
"name": "Reader Comprehension",
"clarity_type": "comprehension",
"strength": "High/Medium/Low",
"content": "Analysis of how easily readers can understand the narrative flow",
"issues_identified": ["Specific comprehension issue 1", "Specific comprehension issue 2"],
"readability_score": 8,
"recommendations": "Specific suggestions for improving reader comprehension"
},
{
"name": "Language Accessibility",
"clarity_type": "language",
"strength": "High/Medium/Low",
"content": "Evaluation of vocabulary complexity and language barriers",
"issues_identified": ["Complex vocabulary example 1", "Jargon usage example 2"],
"accessibility_score": 7,
"recommendations": "Suggestions for making language more accessible"
},
{
"name": "Sentence Clarity",
"clarity_type": "structure",
"strength": "High/Medium/Low",
"content": "Assessment of sentence structure, length, and complexity",
"issues_identified": ["Overly complex sentence 1", "Unclear structure example 2"],
"clarity_score": 6,
"recommendations": "Specific edits to improve sentence clarity"
},
{
"name": "Complexity Management",
"clarity_type": "complexity",
"strength": "High/Medium/Low",
"content": "Evaluation of how well complex ideas are presented clearly",
"issues_identified": ["Complex concept poorly explained", "Confusing plot element"],
"management_score": 8,
"recommendations": "Strategies for better complexity management"
}
]
}
Example - Chapter with Mixed Clarity:
{
"summary": "Good overall comprehension with some vocabulary accessibility concerns and overly complex sentence structures",
"content": "This chapter demonstrates **strong narrative flow** but contains *unnecessarily complex vocabulary* and several convoluted sentence structures that may hinder reader accessibility",
"tags": ["clarity", "accessibility", "vocabulary-complexity", "sentence-structure", "comprehension"],
"children": [
{
"name": "Reader Comprehension",
"clarity_type": "comprehension",
"strength": "High",
"content": "**Clear plot progression** with logical character motivations and well-structured scene transitions that guide readers effectively",
"issues_identified": [],
"readability_score": 8,
"recommendations": "Maintain current narrative clarity while addressing sentence complexity"
},
{
"name": "Language Accessibility",
"clarity_type": "language",
"strength": "Medium",
"content": "Contains *technical vocabulary* and academic-level words that may create barriers for some readers",
"issues_identified": ["'Perspicacious' - overly formal", "'Concatenation of events' - unnecessarily complex"],
"accessibility_score": 6,
"recommendations": "Replace formal vocabulary with more accessible alternatives where possible"
},
{
"name": "Sentence Clarity",
"clarity_type": "structure",
"strength": "Low",
"content": "Several sentences exceed 30 words with multiple subordinate clauses that obscure meaning",
"issues_identified": ["67-word sentence with 4 clauses", "Nested parenthetical interrupting main thought"],
"clarity_score": 4,
"recommendations": "Break long sentences into shorter, clearer statements. Limit subordinate clauses to 1-2 per sentence"
},
{
"name": "Complexity Management",
"clarity_type": "complexity",
"strength": "High",
"content": "**Complex themes** are introduced gradually with adequate context and explanation",
"issues_identified": [],
"management_score": 8,
"recommendations": "Continue current approach to complexity introduction"
}
]
}
Meta-Narrative & Reflexivity Analysis
Cost: 1 credit per chapter
Module ID: self_awareness
Inspired by Lesson 30: "Lost in the Funhouse (Metafiction)"
Identifies and assesses narrative self-awareness, exploring metafictional elements and their effects on reader immersion and thematic depth. Provides metafictional moment audits, reader immersion vs distancing metrics, effectiveness ratings of self-reflexive commentary, and recommendations for balancing metafictional layers with reader engagement.
Key Deliverables: - Metafictional moment audit - catalog of self-awareness points and reflexive breaks - Reader immersion vs distancing metrics - quantitative assessment of engagement effects - Effectiveness rating of self-reflexive commentary - thematic relevance and narrative integration analysis - Recommendations for balancing metafictional layers and reader engagement - strategies for optimizing reflexive elements
JSON Structure:
{
"summary": "Brief overview of the metafictional elements and reflexivity assessment for this chapter",
"content": "Detailed analysis of metafictional moments, reader immersion effects, and self-reflexive commentary with markdown formatting",
"tags": ["metafiction", "self-awareness", "reflexivity", "immersion", "meta-commentary", "narrative-awareness"],
"children": [
{
"name": "Metafictional Moment Audit",
"content": "Comprehensive catalog and analysis of self-awareness points, metafictional breaks, and reflexive moments throughout the chapter. Identifies specific instances where the narrative acknowledges its fictional nature or comments on storytelling itself. **Examples:** List specific metafictional moments with line references. **Recommendations:** Suggestions for enhancing or refining metafictional elements.",
"attributes": [
{ "key": "awareness_type", "name": "Awareness Type", "value": "metafictional_audit" },
{ "key": "moment_count", "name": "Metafictional Moments", "value": 3, "dataType": "int" },
{ "key": "effectiveness_score", "name": "Effectiveness Score", "value": 8, "dataType": "int" }
]
},
{
"name": "Reader Immersion vs Distancing Metrics",
"content": "Quantitative and qualitative assessment of how metafictional elements create immersion versus distancing effects. Measures the balance between drawing readers deeper into the narrative experience versus creating analytical distance. **Metrics:** Immersion enhancement score, distancing effect score, balance ratio. **Recommendations:** Strategies for optimizing the immersion-distancing balance.",
"attributes": [
{ "key": "awareness_type", "name": "Awareness Type", "value": "immersion_metrics" },
{ "key": "immersion_score", "name": "Immersion Score", "value": 7, "dataType": "int" },
{ "key": "distancing_score", "name": "Distancing Score", "value": 4, "dataType": "int" },
{ "key": "balance_ratio", "name": "Balance Ratio", "value": "7:4", "dataType": "str" }
]
},
{
"name": "Self-Reflexive Commentary Effectiveness",
"content": "Detailed rating and analysis of how effectively self-referential commentary serves the narrative's themes and reader experience. Evaluates whether reflexive elements enhance meaning or feel gratuitous. **Rating Criteria:** Thematic relevance, narrative integration, reader impact. **Recommendations:** Specific improvements for self-reflexive commentary effectiveness.",
"attributes": [
{ "key": "awareness_type", "name": "Awareness Type", "value": "reflexive_effectiveness" },
{ "key": "thematic_relevance", "name": "Thematic Relevance", "value": "High/Medium/Low" },
{ "key": "narrative_integration", "name": "Narrative Integration", "value": "High/Medium/Low" },
{ "key": "overall_rating", "name": "Overall Effectiveness", "value": 8, "dataType": "int" }
]
},
{
"name": "Metafictional Layer Balance",
"content": "Analysis of how well multiple levels of metafictional awareness are balanced to maintain reader engagement while exploring thematic depth. Evaluates the sophistication of layered self-awareness and its impact on narrative coherence. **Recommendations:** Strategies for balancing metafictional complexity with reader accessibility and engagement.",
"attributes": [
{ "key": "awareness_type", "name": "Awareness Type", "value": "layer_balance" },
{ "key": "complexity_level", "name": "Complexity Level", "value": "High/Medium/Low" },
{ "key": "accessibility_score", "name": "Reader Accessibility", "value": 6, "dataType": "int" },
{ "key": "engagement_score", "name": "Engagement Score", "value": 7, "dataType": "int" }
]
}
]
}
Example - Chapter with Sophisticated Meta-Commentary:
{
"summary": "Skillful use of narrative self-awareness that enhances rather than disrupts reader engagement",
"content": "This chapter demonstrates **sophisticated reflexivity** through subtle *meta-commentary* that deepens thematic resonance while maintaining immersive storytelling",
"tags": ["self-awareness", "meta-commentary", "fourth-wall", "narrative-sophistication", "reader-engagement"],
"children": [
{
"name": "Effective Reflexivity",
"awareness_type": "reflexivity",
"strength": "High",
"content": "**Masterful self-reflection** where the narrator's awareness of storytelling conventions becomes a *thematic element* rather than mere technique",
"elements_identified": ["Narrator questioning reliability of memory", "Character aware of being 'in a story'"],
"effectiveness_score": 9,
"recommendations": "Continue this sophisticated approach; consider expanding the meta-narrative threads"
},
{
"name": "Meta-Commentary Balance",
"awareness_type": "meta_commentary",
"strength": "High",
"content": "**Seamlessly integrated** author commentary that illuminates character psychology without breaking narrative flow",
"elements_identified": ["Subtle author voice in character reflection", "Meta-textual literary references"],
"balance_score": 8,
"recommendations": "Maintain this balance; perhaps explore more implicit meta-commentary techniques"
},
{
"name": "Reader Immersion Impact",
"awareness_type": "immersion",
"strength": "High",
"content": "Self-aware elements **enhance rather than break** immersion by creating *intellectual engagement* alongside emotional investment",
"elements_identified": ["Reader directly addressed as co-conspirator", "Breaking fourth wall enhances intimacy"],
"immersion_score": 9,
"recommendations": "Exceptional handling; continue this approach while varying techniques"
},
{
"name": "Fourth Wall Management",
"awareness_type": "fourth_wall",
"strength": "Medium",
"content": "Occasional *direct reader address* that feels natural and purposeful rather than gimmicky",
"elements_identified": ["Narrator winks at reader", "Character looks 'out' of the story"],
"management_score": 7,
"recommendations": "Consider more subtle fourth wall breaks; current approach effective but could be more sophisticated"
}
]
}
Thematic Depth
Cost: 1 credit per chapter
Module ID: thematic_depth
Reviews clarity, strength, and integration of central themes and subtexts, providing recommendations to deepen thematic resonance. Analyzes clear theme integration, strength of subtext, and effective symbolism.
JSON Structure:
{
"summary": "Brief overview of the thematic depth and integration assessment for this chapter",
"content": "Detailed analysis of theme integration, subtext, and symbolism with markdown formatting",
"tags": ["thematic-depth", "subtext", "symbolism", "themes", "keyword1", "keyword2"],
"children": [
{
"name": "Theme Integration",
"depth_type": "integration",
"strength": "High/Medium/Low",
"content": "Analysis of how effectively central themes are woven throughout the narrative",
"themes_identified": ["Central theme 1", "Supporting theme 2"],
"integration_score": 8,
"recommendations": "Specific suggestions for strengthening thematic integration"
},
{
"name": "Subtext Strength",
"depth_type": "subtext",
"strength": "High/Medium/Low",
"content": "Evaluation of underlying meanings, implications, and layered significance",
"subtext_elements": ["Hidden meaning 1", "Implied significance 2"],
"subtext_score": 7,
"recommendations": "Suggestions for deepening or clarifying subtext"
},
{
"name": "Symbolic Effectiveness",
"depth_type": "symbolism",
"strength": "High/Medium/Low",
"content": "Assessment of symbolic elements, metaphors, and their thematic contribution",
"symbols_identified": ["Symbol 1 and meaning", "Metaphor 2 and significance"],
"symbolism_score": 6,
"recommendations": "Strategies for enhancing symbolic depth and clarity"
},
{
"name": "Thematic Resonance",
"depth_type": "resonance",
"strength": "High/Medium/Low",
"content": "Evaluation of how themes connect emotionally and intellectually with readers",
"resonance_elements": ["Emotional connection 1", "Intellectual engagement 2"],
"resonance_score": 8,
"recommendations": "Methods for amplifying thematic impact and reader connection"
}
]
}
Example - Chapter with Rich Thematic Development:
{
"summary": "Strong thematic integration with sophisticated subtext and effective symbolic reinforcement of central themes",
"content": "This chapter demonstrates **masterful thematic weaving** through *layered symbolism* and subtle subtext that deepens the exploration of isolation and human connection",
"tags": ["thematic-depth", "isolation-theme", "symbolism", "subtext", "human-connection"],
"children": [
{
"name": "Theme Integration",
"depth_type": "integration",
"strength": "High",
"content": "**Seamless thematic integration** where the central theme of *isolation vs. connection* is woven naturally through character actions, dialogue, and setting details",
"themes_identified": ["Isolation vs. human connection", "Nature vs. civilization", "Past vs. present"],
"integration_score": 9,
"recommendations": "Continue this organic approach; consider introducing subtle counter-themes for complexity"
},
{
"name": "Subtext Strength",
"depth_type": "subtext",
"strength": "High",
"content": "**Rich layered meaning** beneath surface events, particularly in the *unspoken tensions* between characters and environmental details",
"subtext_elements": ["Character's isolation reflected in storm imagery", "Dialogue subverting surface politeness"],
"subtext_score": 8,
"recommendations": "Excellent depth; perhaps add more contrast between surface and subtext in key moments"
},
{
"name": "Symbolic Effectiveness",
"depth_type": "symbolism",
"strength": "Medium",
"content": "Strong use of *lighthouse symbolism* for guidance and isolation, though some metaphors could be more subtle",
"symbols_identified": ["Lighthouse as guidance/isolation duality", "Storm as internal turmoil", "Empty rooms as emotional void"],
"symbolism_score": 7,
"recommendations": "Consider making lighthouse symbolism more nuanced; avoid over-emphasizing symbolic elements"
},
{
"name": "Thematic Resonance",
"depth_type": "resonance",
"strength": "High",
"content": "**Powerful emotional and intellectual engagement** through universal themes of loneliness and the need for connection",
"resonance_elements": ["Universal loneliness experience", "Hope despite isolation", "Beauty in solitude"],
"resonance_score": 9,
"recommendations": "Exceptional resonance; maintain this emotional authenticity throughout the work"
}
]
}
Cultural Authenticity
Cost: 1 credit per chapter
Module ID: cultural_authenticity
Examines accuracy, consistency, and effective integration of cultural contexts, traditions, and norms depicted in your manuscript. Analyzes cultural accuracy, consistent portrayal, believable traditions, and historical details including period accuracy and context.
JSON Structure:
{
"summary": "Brief overview of the cultural authenticity and historical accuracy assessment for this chapter",
"content": "Detailed analysis of cultural elements and historical details with markdown formatting",
"tags": ["cultural-authenticity", "historical-accuracy", "traditions", "cultural-context", "keyword1", "keyword2"],
"children": [
{
"name": "Cultural Accuracy",
"authenticity_type": "cultural",
"strength": "High/Medium/Low",
"content": "Analysis of how accurately cultural contexts, customs, and social norms are depicted",
"elements_identified": ["Cultural element 1", "Social norm 2"],
"accuracy_score": 8,
"recommendations": "Specific suggestions for improving cultural accuracy"
},
{
"name": "Consistent Portrayal",
"authenticity_type": "consistency",
"strength": "High/Medium/Low",
"content": "Evaluation of consistency in cultural depiction throughout the narrative",
"consistency_elements": ["Consistent tradition 1", "Maintained cultural norm 2"],
"consistency_score": 7,
"recommendations": "Suggestions for maintaining cultural consistency"
},
{
"name": "Believable Traditions",
"authenticity_type": "traditions",
"strength": "High/Medium/Low",
"content": "Assessment of how realistically traditions, customs, and cultural practices are presented",
"traditions_identified": ["Tradition 1 and authenticity", "Custom 2 and believability"],
"believability_score": 6,
"recommendations": "Strategies for enhancing traditional authenticity"
},
{
"name": "Historical Detail",
"authenticity_type": "historical",
"strength": "High/Medium/Low",
"content": "Comprehensive evaluation of historical accuracy and period details",
"historical_elements": ["Period detail 1", "Historical context 2"],
"overall_historical_score": 8,
"recommendations": "Methods for improving historical authenticity",
"nested_analysis": [
{
"aspect": "Historical Accuracy",
"score": 8,
"details": "Assessment of factual historical correctness",
"issues": ["Potential anachronism 1", "Historical fact concern 2"]
},
{
"aspect": "Effective Period Details",
"score": 7,
"details": "Evaluation of how well period-specific elements enhance authenticity",
"issues": ["Missing period detail", "Overemphasis on certain elements"]
},
{
"aspect": "Believable Historical Context",
"score": 9,
"details": "Analysis of how convincingly the historical setting is established",
"issues": ["Minor context inconsistency"]
}
]
}
]
}
Example - Chapter with Strong Cultural Authenticity:
{
"summary": "Excellent cultural accuracy with well-researched historical details and consistent traditional portrayal",
"content": "This chapter demonstrates **meticulous cultural research** through *authentic dialogue patterns*, believable social customs, and historically accurate period details that enhance rather than distract from the narrative",
"tags": ["cultural-authenticity", "historical-accuracy", "japanese-culture", "edo-period", "traditional-customs"],
"children": [
{
"name": "Cultural Accuracy",
"authenticity_type": "cultural",
"strength": "High",
"content": "**Exceptional attention to cultural nuance** including proper honorific usage, *accurate social hierarchies*, and believable cultural attitudes toward family and duty",
"elements_identified": ["Proper keigo (honorific language) usage", "Accurate bushido code adherence", "Traditional family dynamics"],
"accuracy_score": 9,
"recommendations": "Continue this level of cultural research; consider adding subtle regional dialect variations"
},
{
"name": "Consistent Portrayal",
"authenticity_type": "consistency",
"strength": "High",
"content": "**Seamless consistency** in cultural elements throughout the chapter, maintaining the established cultural framework without contradictions",
"consistency_elements": ["Sustained formal speech patterns", "Consistent religious observances", "Maintained social protocols"],
"consistency_score": 8,
"recommendations": "Excellent consistency; maintain this attention to cultural detail"
},
{
"name": "Believable Traditions",
"authenticity_type": "traditions",
"strength": "Medium",
"content": "Well-researched traditional practices, though some *tea ceremony details* could be more specific to enhance authenticity",
"traditions_identified": ["Accurate seasonal festival descriptions", "Tea ceremony structure (needs refinement)", "Traditional clothing details"],
"believability_score": 7,
"recommendations": "Research specific tea ceremony schools and their distinct practices for greater authenticity"
},
{
"name": "Historical Detail",
"authenticity_type": "historical",
"strength": "High",
"content": "**Outstanding historical accuracy** with period-appropriate technology, social structures, and political context that enriches the narrative",
"historical_elements": ["Accurate Edo period urban layout", "Proper samurai class distinctions", "Period-appropriate trade practices"],
"overall_historical_score": 9,
"recommendations": "Exceptional historical research; continue this meticulous approach",
"nested_analysis": [
{
"aspect": "Historical Accuracy",
"score": 9,
"details": "**Factually correct** Edo period details including political structure, economic systems, and social stratification",
"issues": []
},
{
"aspect": "Effective Period Details",
"score": 8,
"details": "Period elements **enhance authenticity** without overwhelming the narrative; clothing, architecture, and technology all accurate",
"issues": ["Could include more specific merchant guild details"]
},
{
"aspect": "Believable Historical Context",
"score": 9,
"details": "**Convincing historical setting** that feels lived-in and natural, not like a history textbook",
"issues": []
}
]
}
]
}
Character Relationships
Cost: 1 credit per chapter
Module ID: character_relationships
Analyzes realism, depth, and narrative significance of interpersonal relationships between characters, highlighting areas for deeper emotional and dramatic impact. Evaluates realistic interactions, emotional complexity, narrative significance, and character conflict effectiveness. Includes analysis of internal and external conflicts with suggestions for strengthening character arcs.
Key Enhancement: - Character Conflict Analysis - highlights the effectiveness and depth of internal and external character conflicts; suggests additional or clarified conflicts to strengthen character arcs
JSON Structure:
{
"summary": "Brief overview of the character relationships, interpersonal dynamics, and character conflicts in this chapter",
"content": "Detailed analysis of character interactions, relationship development, emotional complexity, and character conflicts with markdown formatting",
"tags": ["character-relationships", "interpersonal-dynamics", "emotional-complexity", "character-interactions", "character-conflicts", "dramatic-tension"],
"children": [
{
"name": "Character A & Character B Dynamic",
"relationship_pair": ["Character A", "Character B"],
"relationship_type": "Type (e.g., romantic, antagonistic, mentor-student, familial)",
"strength": "High/Medium/Low",
"content": "Analysis of this specific relationship dynamic and its development",
"participants": {
"primary": "Character A",
"secondary": "Character B"
},
"relationship_qualities": ["quality1", "quality2", "quality3"],
"realism_score": 8,
"complexity_score": 7,
"significance_score": 9,
"recommendations": "Specific suggestions for enhancing this relationship"
},
{
"name": "Overall Relationship Network",
"relationship_type": "network_analysis",
"strength": "High/Medium/Low",
"content": "Analysis of how all character relationships work together as a network",
"network_elements": ["relationship web complexity", "character isolation patterns", "group dynamics"],
"network_score": 8,
"recommendations": "Suggestions for improving overall relationship dynamics"
},
{
"name": "Character Conflict Analysis",
"relationship_type": "conflict_analysis",
"strength": "High/Medium/Low",
"content": "Analysis of the effectiveness and depth of internal and external character conflicts. Evaluates how conflicts drive character development and create dramatic tension. **Internal Conflicts:** Character's psychological struggles, moral dilemmas, and personal growth challenges. **External Conflicts:** Interpersonal disputes, opposing goals, and relationship tensions. **Recommendations:** Specific suggestions for additional or clarified conflicts to strengthen character arcs.",
"conflict_types": ["internal_psychological", "external_interpersonal", "moral_dilemmas", "opposing_goals"],
"internal_conflict_score": 7,
"external_conflict_score": 8,
"conflict_depth_score": 6,
"arc_strengthening_potential": "High/Medium/Low",
"recommendations": "Specific suggestions for additional or clarified conflicts to strengthen character arcs and enhance dramatic tension"
}
]
}
Example - Chapter with Complex Character Dynamics:
{
"summary": "Rich interpersonal dynamics with realistic emotional complexity and significant narrative impact through multiple relationship layers",
"content": "This chapter demonstrates **sophisticated relationship mapping** through *authentic character interactions*, complex emotional dynamics, and relationships that drive both plot and character development",
"tags": ["character-relationships", "emotional-complexity", "romantic-tension", "family-dynamics", "friendship-bonds"],
"children": [
{
"name": "Elena & Marcus Dynamic",
"relationship_pair": ["Elena", "Marcus"],
"relationship_type": "romantic with professional conflict",
"strength": "High",
"content": "**Complex romantic tension** complicated by *professional rivalry* and conflicting loyalties that create authentic emotional stakes",
"participants": {
"primary": "Elena",
"secondary": "Marcus"
},
"relationship_qualities": ["romantic tension", "professional rivalry", "mutual respect", "unresolved conflict"],
"realism_score": 9,
"complexity_score": 8,
"significance_score": 9,
"recommendations": "Continue developing the professional conflict; consider adding a scene where their values directly clash"
},
{
"name": "Elena & Father Relationship",
"relationship_pair": ["Elena", "Father"],
"relationship_type": "strained familial bond",
"strength": "Medium",
"content": "**Realistic family tension** with *generational conflict* and unspoken emotional distance that feels authentically fraught",
"participants": {
"primary": "Elena",
"secondary": "Father"
},
"relationship_qualities": ["generational conflict", "unspoken disappointment", "protective love", "communication barriers"],
"realism_score": 8,
"complexity_score": 7,
"significance_score": 7,
"recommendations": "Add a moment of unexpected vulnerability from the father to deepen this dynamic"
},
{
"name": "Overall Relationship Network",
"relationship_type": "network_analysis",
"strength": "High",
"content": "**Well-integrated relationship web** where personal and professional relationships *intersect meaningfully* and create multiple layers of conflict and support",
"network_elements": ["interconnected personal/professional spheres", "realistic friendship support systems", "family influence on romantic choices"],
"network_score": 8,
"recommendations": "Excellent network complexity; consider adding one antagonistic relationship to increase tension"
}
]
}
Immersion
Cost: 1 credit per chapter
Module ID: immersion
Analyzes internal consistency, depth, and immersive qualities of fictional worlds, helping authors organically reveal rich detail without overwhelming exposition. Evaluates sensory vividness, atmospheric descriptions, and environmental clarity to enhance reader immersion.
JSON Structure:
{
"summary": "Brief overview of the immersion and world-building assessment for this chapter",
"content": "Detailed analysis of world-building consistency, sensory details, and atmospheric immersion with markdown formatting",
"tags": ["immersion", "world-building", "sense-of-place", "atmosphere", "keyword1", "keyword2"],
"children": [
{
"name": "Internal Consistency",
"immersion_type": "consistency",
"strength": "High/Medium/Low",
"content": "Analysis of how consistently the fictional world's rules, logic, and details are maintained",
"elements_identified": ["Consistent world rule 1", "Logical detail 2"],
"consistency_score": 8,
"recommendations": "Specific suggestions for improving world consistency"
},
{
"name": "Organic Detail Revelation",
"immersion_type": "revelation",
"strength": "High/Medium/Low",
"content": "Evaluation of how naturally world-building details are revealed without overwhelming exposition",
"revelation_elements": ["Natural detail reveal 1", "Organic exposition 2"],
"revelation_score": 7,
"recommendations": "Suggestions for more organic detail integration"
},
{
"name": "Sensory Vividness",
"immersion_type": "sensory",
"strength": "High/Medium/Low",
"content": "Assessment of sensory descriptions and their effectiveness in creating vivid, immersive environments",
"sensory_elements": ["Vivid visual detail 1", "Strong sensory description 2"],
"vividness_score": 6,
"recommendations": "Strategies for enhancing sensory immersion"
},
{
"name": "Atmospheric Depth",
"immersion_type": "atmosphere",
"strength": "High/Medium/Low",
"content": "Evaluation of how effectively the narrative creates and maintains consistent, immersive atmosphere",
"atmospheric_elements": ["Consistent mood element 1", "Atmospheric detail 2"],
"atmosphere_score": 8,
"recommendations": "Methods for deepening atmospheric immersion"
}
]
}
Example - Chapter with Rich Immersive World-Building:
{
"summary": "Exceptional world-building with consistent internal logic, vivid sensory details, and deeply immersive atmospheric qualities",
"content": "This chapter demonstrates **masterful immersion** through *carefully layered world-building*, rich sensory descriptions, and atmospheric depth that draws readers completely into the fictional world",
"tags": ["immersion", "world-building", "fantasy-world", "sensory-rich", "atmospheric"],
"children": [
{
"name": "Internal Consistency",
"immersion_type": "consistency",
"strength": "High",
"content": "**Flawless internal logic** where the magic system, social structures, and physical laws remain *perfectly consistent* throughout the chapter",
"elements_identified": ["Magic system follows established rules", "Social hierarchy maintained logically", "Physical world properties consistent"],
"consistency_score": 9,
"recommendations": "Continue this excellent consistency; consider documenting world rules for future reference"
},
{
"name": "Organic Detail Revelation",
"immersion_type": "revelation",
"strength": "High",
"content": "**Natural exposition** that reveals world details through *character actions and dialogue* rather than forced information dumps",
"revelation_elements": ["Magic explained through character struggle", "History revealed via environmental clues", "Culture shown through character interactions"],
"revelation_score": 8,
"recommendations": "Excellent organic approach; perhaps add one more subtle historical detail through architecture"
},
{
"name": "Sensory Vividness",
"immersion_type": "sensory",
"strength": "Medium",
"content": "Strong visual and auditory descriptions, though *tactile and olfactory elements* could be enhanced for deeper immersion",
"sensory_elements": ["Rich visual imagery of crystal spires", "Haunting magical resonance sounds", "Taste of copper in magical air"],
"vividness_score": 7,
"recommendations": "Add more tactile sensations (temperature, texture) and scent descriptions to enhance sensory immersion"
},
{
"name": "Atmospheric Depth",
"immersion_type": "atmosphere",
"strength": "High",
"content": "**Compelling atmosphere** that perfectly captures the *mysterious, ancient quality* of the magical city with consistent mood throughout",
"atmospheric_elements": ["Ancient mystery permeating every scene", "Tension building through environmental details", "Magical energy creating underlying unease"],
"atmosphere_score": 9,
"recommendations": "Outstanding atmospheric work; maintain this level of environmental storytelling"
}
]
}
Psychogeography Analysis
Cost: 1 credit per chapter
Module ID: psychogeography
Evaluates how effectively setting influences narrative action and emotional context, ensuring each environment is psychologically charged and meaningful. Analyzes psychogeographic influence mapping, symbolic meaning of locations, sensory detail integration, and provides recommendations for enhancing narrative significance of settings.
JSON Structure:
{
"summary": "Brief overview of how setting influences narrative action and emotional context in this chapter",
"content": "Detailed analysis of psychogeographic elements, symbolic meanings, and environmental storytelling with markdown formatting",
"tags": ["psychogeography", "environmental-storytelling", "setting-influence", "emotional-context", "keyword1", "keyword2"],
"children": [
{
"name": "Psychogeographic Influence Map",
"content": "Analysis of how physical environments directly affect character mood, decisions, and narrative action",
"influence_elements": ["atmospheric detail 1", "environmental trigger 2", "spatial dynamic 3"],
"attributes": [
{ "key": "influence_type", "name": "Influence Type", "value": "mood_action_relationship" },
{ "key": "strength", "name": "Strength", "value": "High/Medium/Low" },
{ "key": "psychological-impact", "name": "Psychological Impact", "value": "Strong/Moderate/Weak" },
{ "key": "action-correlation", "name": "Action Correlation", "value": "Direct/Indirect/Minimal" },
{ "key": "mood-influence", "name": "Mood Influence", "value": "Significant/Moderate/Subtle" }
],
"recommendations": "Specific suggestions for strengthening place-psychology connections"
},
{
"name": "Symbolic Meaning Analysis",
"content": "Evaluation of symbolic meaning and metaphorical significance of key locations and environmental elements",
"symbolic_elements": ["symbolic location 1", "metaphorical element 2", "archetypal space 3"],
"attributes": [
{ "key": "influence_type", "name": "Influence Type", "value": "symbolic_significance" },
{ "key": "strength", "name": "Strength", "value": "High/Medium/Low" },
{ "key": "symbolic-depth", "name": "Symbolic Depth", "value": "Deep/Moderate/Surface" },
{ "key": "metaphorical-resonance", "name": "Metaphorical Resonance", "value": "Strong/Medium/Weak" },
{ "key": "thematic-alignment", "name": "Thematic Alignment", "value": "Excellent/Good/Fair/Poor" }
],
"recommendations": "Methods for enhancing symbolic depth and metaphorical significance of settings"
},
{
"name": "Sensory Detail Integration",
"content": "Assessment of how effectively sensory details (sound, smell, sight, touch, taste) create immersive environments",
"sensory_elements": ["visual detail 1", "auditory element 2", "tactile sensation 3", "olfactory cue 4"],
"attributes": [
{ "key": "influence_type", "name": "Influence Type", "value": "sensory_immersion" },
{ "key": "strength", "name": "Strength", "value": "High/Medium/Low" },
{ "key": "sensory-balance", "name": "Sensory Balance", "value": "Well-balanced/Sight-heavy/Limited/Uneven" },
{ "key": "immersion-level", "name": "Immersion Level", "value": "High/Medium/Low" },
{ "key": "emotional-resonance", "name": "Emotional Resonance", "value": "Strong/Moderate/Weak" }
],
"recommendations": "Strategies for improving sensory richness and environmental immersion"
},
{
"name": "Narrative Significance Enhancement",
"content": "Evaluation of how well settings serve narrative purpose beyond mere backdrop",
"narrative_functions": ["plot driver 1", "character revealer 2", "theme reflector 3"],
"attributes": [
{ "key": "influence_type", "name": "Influence Type", "value": "setting_purpose" },
{ "key": "strength", "name": "Strength", "value": "High/Medium/Low" },
{ "key": "functional-integration", "name": "Functional Integration", "value": "Seamless/Good/Adequate/Poor" },
{ "key": "setting-agency", "name": "Setting Agency", "value": "Active/Passive/Neutral" },
{ "key": "story-relevance", "name": "Story Relevance", "value": "Essential/Important/Supportive/Decorative" }
],
"recommendations": "Techniques for making settings more narratively significant and purposeful"
},
{
"name": "Perceptual Awareness Guidance",
"content": "Analysis of how effectively the narrative directs reader attention to specific environmental elements for story enhancement",
"awareness_techniques": ["focused description 1", "character observation 2", "environmental reaction 3"],
"attributes": [
{ "key": "influence_type", "name": "Influence Type", "value": "awareness_direction" },
{ "key": "strength", "name": "Strength", "value": "High/Medium/Low" },
{ "key": "attention-guidance", "name": "Attention Guidance", "value": "Skillful/Adequate/Inconsistent/Weak" },
{ "key": "perception-clarity", "name": "Perception Clarity", "value": "Clear/Moderate/Unclear" },
{ "key": "immersion-enhancement", "name": "Immersion Enhancement", "value": "Significant/Moderate/Minimal" }
],
"recommendations": "Methods for better directing reader perception and environmental awareness for story immersion and believability"
}
]
}
Example - Chapter with Excellent Psychogeography:
{
"summary": "Outstanding environmental storytelling with locations that powerfully influence character psychology, rich symbolic meaning, and immersive sensory details that enhance narrative believability",
"content": "This chapter demonstrates **masterful psychogeographic technique** through *psychologically charged environments*, deeply symbolic settings, and skillful sensory direction that creates powerful emotional resonance",
"tags": ["psychogeography", "environmental-mastery", "symbolic-locations", "sensory-immersion", "emotional-influence"],
"children": [
{
"name": "Psychogeographic Influence Map",
"content": "**Powerful environmental influence** where the *decaying mansion's oppressive atmosphere* directly drives character anxiety and desperate decision-making",
"influence_elements": ["Crumbling walls reflecting inner turmoil", "Shadows triggering paranoid thoughts", "Cold drafts intensifying isolation"],
"attributes": [
{ "key": "influence_type", "name": "Influence Type", "value": "mood_action_relationship" },
{ "key": "strength", "name": "Strength", "value": "High" },
{ "key": "psychological-impact", "name": "Psychological Impact", "value": "Strong" },
{ "key": "action-correlation", "name": "Action Correlation", "value": "Direct" },
{ "key": "mood-influence", "name": "Mood Influence", "value": "Significant" }
],
"recommendations": "Excellent place-psychology connection; consider one subtle environmental detail to foreshadow upcoming revelation"
},
{
"name": "Symbolic Meaning Analysis",
"content": "**Rich symbolic layering** where the *labyrinthine library* serves as perfect metaphor for the protagonist's mental confusion and search for truth",
"symbolic_elements": ["Maze-like stacks representing confusion", "Hidden passages symbolizing buried secrets", "Dusty tomes reflecting forgotten knowledge"],
"attributes": [
{ "key": "influence_type", "name": "Influence Type", "value": "symbolic_significance" },
{ "key": "strength", "name": "Strength", "value": "High" },
{ "key": "symbolic-depth", "name": "Symbolic Depth", "value": "Deep" },
{ "key": "metaphorical-resonance", "name": "Metaphorical Resonance", "value": "Strong" },
{ "key": "thematic-alignment", "name": "Thematic Alignment", "value": "Excellent" }
],
"recommendations": "Outstanding symbolic work; maintain this sophisticated environmental metaphor system"
},
{
"name": "Sensory Detail Integration",
"content": "**Exceptional sensory richness** with *musty paper smell*, creaking floorboards, and dust motes dancing in lamplight creating complete environmental immersion",
"sensory_elements": ["Musty paper and leather scent", "Creaking wooden floors", "Golden dust motes in light", "Cool smooth marble surfaces"],
"attributes": [
{ "key": "influence_type", "name": "Influence Type", "value": "sensory_immersion" },
{ "key": "strength", "name": "Strength", "value": "High" },
{ "key": "sensory-balance", "name": "Sensory Balance", "value": "Well-balanced" },
{ "key": "immersion-level", "name": "Immersion Level", "value": "High" },
{ "key": "emotional-resonance", "name": "Emotional Resonance", "value": "Strong" }
],
"recommendations": "Perfect sensory balance; perhaps add one taste element (dust on lips) for complete spectrum"
},
{
"name": "Narrative Significance Enhancement",
"content": "**Setting as active narrative agent** where the library's organization system becomes crucial plot element and character growth catalyst",
"narrative_functions": ["Library system drives plot discovery", "Architecture reveals character history", "Environmental challenges test protagonist"],
"attributes": [
{ "key": "influence_type", "name": "Influence Type", "value": "setting_purpose" },
{ "key": "strength", "name": "Strength", "value": "High" },
{ "key": "functional-integration", "name": "Functional Integration", "value": "Seamless" },
{ "key": "setting-agency", "name": "Setting Agency", "value": "Active" },
{ "key": "story-relevance", "name": "Story Relevance", "value": "Essential" }
],
"recommendations": "Excellent integration of setting and story; this is exemplary environmental storytelling"
},
{
"name": "Perceptual Awareness Guidance",
"content": "**Masterful attention direction** through character's focused observation of specific details, guiding readers to notice crucial environmental clues without heavy-handed exposition",
"awareness_techniques": ["Character's instinctive focus on unusual book placement", "Natural lighting drawing attention to important areas", "Emotional reactions highlighting significant objects"],
"attributes": [
{ "key": "influence_type", "name": "Influence Type", "value": "awareness_direction" },
{ "key": "strength", "name": "Strength", "value": "High" },
{ "key": "attention-guidance", "name": "Attention Guidance", "value": "Skillful" },
{ "key": "perception-clarity", "name": "Perception Clarity", "value": "Clear" },
{ "key": "immersion-enhancement", "name": "Immersion Enhancement", "value": "Significant" }
],
"recommendations": "Outstanding perceptual guidance; this technique creates perfect balance of discovery and direction"
}
]
}
Using ChapterWise Analysis
Quick Start (3-4 credits)
For immediate insights into your manuscript: - Summary (1 credit): Understand your story's core events - Characters (1 credit): See your character development - Status (1 credit): Assess completion level - Story Beats (1 credit): Check pacing and structure
Comprehensive Analysis (18 credits)
For complete manuscript evaluation, run all modules to get the full picture of your narrative structure, characters, style, and readiness.
Targeted Analysis
Focus on specific aspects:
- Structure Focus: Story Beats + Three-Act Structure + Hero's Journey (3 credits)
- Character Focus: Characters + Dream Analysis + Alchemy (3 credits)
- Style Focus: Writing Style + Critical Review + Rhythmic Cadence (3 credits)
- Balance Focus: Four Weapons + Tags + Reader Emotions (3 credits)
- Quality Focus: Plot Holes + Status + AI Detection (3 credits)
- Surprise Focus: Misdirection + Reader Emotions + Story Beats (3 credits)
Understanding Results
Each module returns structured JSON data that you can: - Export to PDF, Word, or JSON formats - Compare across manuscript versions - Integrate with writing software via our API - Share with editors and writing groups
The modular design allows you to build custom analysis workflows that match your specific needs and budget, from quick structural checks to comprehensive literary analysis.
Ready to analyze your manuscript? Choose your modules and start your first analysis to unlock deep insights into your storytelling craft.