Writing Style Analysis

The Writing Style module provides comprehensive analysis of your unique writing voice, examining prose quality, stylistic choices, and the distinctive elements that make your writing recognizable and effective.

Overview

This module analyzes the artistic and technical aspects of your writing style, evaluating everything from sentence rhythm and word choice to narrative voice and stylistic consistency. It helps you understand your strengths while identifying areas for stylistic refinement and development.

Key Features

Voice and Tone Analysis

  • Narrative Voice Strength: Evaluation of voice distinctiveness and consistency
  • Tonal Range: Analysis of tonal variety and appropriateness
  • Personality Expression: How your unique perspective comes through
  • Authenticity Assessment: Genuineness and naturalness of voice

Prose Quality Evaluation

  • Sentence Craftsmanship: Analysis of sentence structure and variety
  • Rhythm and Flow: Evaluation of prose musicality and readability
  • Word Choice Excellence: Assessment of vocabulary precision and impact
  • Stylistic Devices: Use of literary techniques and rhetorical devices

Technical Style Assessment

  • Consistency Maintenance: How well style is maintained throughout
  • Genre Appropriateness: Style fit for intended genre and audience
  • Readability Balance: Sophistication vs. accessibility considerations
  • Distinctive Elements: Unique stylistic fingerprints in your writing

Analysis Components

Per-Chapter Analysis

Each chapter receives detailed analysis including:

  • Style Quality Score: Overall stylistic effectiveness (1-10)
  • Voice Consistency: Maintenance of narrative voice
  • Standout Stylistic Moments: Particularly effective passages
  • Style Variations: Intentional or problematic style shifts
  • Technical Craftsmanship: Sentence-level writing quality

Manuscript-Wide Analysis

The complete manuscript analysis provides:

  • Overall Style Profile: Comprehensive stylistic assessment
  • Style Evolution: How your voice develops through the work
  • Distinctive Characteristics: Your unique stylistic signature
  • Consistency Patterns: Style maintenance across the entire work

Scoring System

  • 9-10: Exceptional, distinctive style with masterful execution
  • 7-8: Strong, consistent style with clear voice
  • 5-6: Competent style with room for distinctiveness
  • 3-4: Inconsistent or underdeveloped style
  • 1-2: Weak or problematic stylistic choices

Best Practices

Developing Your Voice

  • Write regularly to discover your natural style
  • Read widely to understand different stylistic approaches
  • Experiment with different techniques while staying authentic
  • Trust your instincts about what feels right for your story

Crafting Quality Prose

  • Vary sentence length and structure for rhythm
  • Choose specific, evocative words over generic ones
  • Read your work aloud to hear how it sounds
  • Cut unnecessary words that don't serve the story

Maintaining Consistency

  • Establish style guidelines for your work
  • Review for unintentional voice shifts
  • Ensure style serves story rather than drawing attention to itself
  • Maintain appropriate tone for your genre and audience

Common Style Elements

Sentence-Level Techniques

  • Varied sentence lengths for rhythm and emphasis
  • Strategic use of fragments or run-ons for effect
  • Parallel structure for emphasis and flow
  • Strategic repetition for impact

Voice Characteristics

  • Formal vs. informal register
  • First, second, or third person perspective
  • Present or past tense consistency
  • Distinctive vocabulary and phrasing

Stylistic Devices

  • Metaphor and simile for vivid description
  • Alliteration and assonance for sound effects
  • Irony and humor for tone
  • Symbolism for deeper meaning

Integration with Other Modules

This module works effectively with: - Language & Style: For comprehensive linguistic analysis - Immersion: To create engaging, flowing prose - Characters: For voice consistency in character development - Thematic Depth: To ensure style supports thematic expression - Critical Review: For overall quality assessment

The Writing Style module helps you understand and refine your unique voice as a writer, ensuring your style serves your story effectively while showcasing the distinctive qualities that make your writing memorable and impactful.

Output Format

This module outputs structured JSON in the Codex V1.2 analysis format.

Module Metadata

Field Value
Module ID writing_style
Category Writing Craft
Icon ph ph-pen-nib
Content Types novel, short_story, screenplay, theatrical_play, immersive_experience

Example Output

{
  "body": "## Writing Style Analysis\n\n[Comprehensive overview of the writing style, including distinctive voice characteristics, tone, and overall stylistic approach]\n\n### Key Observations\n[2-3 key insights about the author's style]",
  "summary": "[One-line summary of the dominant writing style]",
  "children": [
    {
      "name": "Voice & Tone",
      "summary": "Author's distinctive voice and emotional register",
      "content": "## Voice & Tone\n\n[Analysis of the author's unique voice - word choice, sentence structure, personality that comes through the prose. Assessment of emotional tone and how it supports the content]",
      "attributes": [
        {"key": "voice_distinctiveness", "name": "Voice Distinctiveness", "value": 7, "dataType": "int"},
        {"key": "tone_consistency", "name": "Tone Consistency", "value": 8, "dataType": "int"}
      ]
    },
    {
      "name": "Pacing & Rhythm",
      "summary": "Narrative momentum and sentence variation",
      "content": "## Pacing & Rhythm\n\n[Analysis of sentence length variation, paragraph structure, and how pacing supports tension or mood. Examination of narrative momentum and flow]",
      "attributes": [
        {"key": "pacing_score", "name": "Pacing", "value": 7, "dataType": "int"},
        {"key": "rhythm_variation", "name": "Rhythm Variation", "value": 6, "dataType": "int"}
      ]
    },
    {
      "name": "Literary Devices",
      "summary": "Use of figurative language and techniques",
      "content": "## Literary Devices\n\n[Inventory and assessment of metaphors, similes, imagery, symbolism, and other literary techniques. How effectively are they used?]",
      "attributes": [
        {"key": "device_variety", "name": "Device Variety", "value": 6, "dataType": "int"},
        {"key": "device_effectiveness", "name": "Effectiveness", "value": 7, "dataType": "int"}
      ]
    },
    {
      "name": "Narrative Perspective",
      "summary": "POV approach and consistency",
      "content": "## Narrative Perspective\n\n[Analysis of point of view (first-person, third-person limited, omniscient, etc.). Assessment of POV consistency and effectiveness. Suggestions for perspective improvements if needed]",
      "attributes": [
        {"key": "perspective_type", "name": "Perspective", "value": "Third-person limited", "dataType": "string"},
        {"key": "pov_consistency", "name": "POV Consistency", "value": 8, "dataType": "int"}
      ]
    },
    {
      "name": "Stylistic Strengths",
      "summary": "Most effective aspects of the writing style",
      "content": "## Stylistic Strengths\n\n[Highlight the most compelling and effective aspects of the author's style. What makes this writing distinctive and engaging?]",
      "attributes": [
        {"key": "strength_count", "name": "Strengths Identified", "value": 3, "dataType": "int"}
      ]
    }
  ],
  "tags": ["writing-style", "voice", "tone", "pacing", "literary-devices", "perspective"],
  "attributes": [
    {"key": "overall_score", "name": "Overall Score", "value": 7, "dataType": "int"},
    {"key": "dominant_style", "name": "Dominant Style", "value": "Descriptive narrative", "dataType": "string"}
  ]
}

Children (per Style Aspect)

Attribute Type Description
voice_distinctiveness int How distinctive the author's voice is (1-10)
tone_consistency int How consistent the emotional tone is (1-10)
pacing_score int Effectiveness of pacing and rhythm (1-10)
rhythm_variation int Variety in sentence rhythm and structure (1-10)
device_variety int Range of literary devices employed (1-10)
device_effectiveness int How effectively literary devices are used (1-10)
perspective_type string Narrative perspective (First-person, Third-person limited, Third-person omniscient, Second-person)
pov_consistency int Consistency of point-of-view usage (1-10)
strength_count int Number of notable stylistic strengths identified

Top-Level Attributes

Attribute Type Description
overall_score int Overall writing style quality rating (1-10)
dominant_style string Primary stylistic approach (e.g., Descriptive narrative, Minimalist, Lyrical)

Modules are prompt-based analysis templates — you can create your own.