feat(fiction-assistance): register plugin with full bespoke command set
Snapshot of the fiction-assistance plugin in its original Universalis- specific form before generalization. Adds the missing plugin.json manifest (subdirectory command paths explicitly listed), moves the two stray root-level review files into their proper homes (review-all.md into the reviewing-fiction skill, review-final.md as a command with frontmatter), and registers the plugin in the marketplace. Preserved here so the original card-generation and vault-maintenance commands remain recoverable when the plugin is reduced to a portable guidance-and-analysis subset in the next commit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
249
fiction-assistance/commands/analyze/analyze-story.md
Normal file
249
fiction-assistance/commands/analyze/analyze-story.md
Normal file
@@ -0,0 +1,249 @@
|
||||
---
|
||||
description: Generate story statistics and structural analysis
|
||||
allowed-tools: Write(40 - Generated/Analysis/story-statistics.md)
|
||||
---
|
||||
You are performing comprehensive statistical analysis of the Universalis story structure, character usage, pacing, and narrative elements.
|
||||
|
||||
## Objectives:
|
||||
|
||||
1. **Quantitative story analysis** - word counts, scene distribution, character frequency
|
||||
2. **Structural assessment** - pacing, POV distribution, chapter balance
|
||||
3. **Character usage metrics** - screen time, dialogue distribution, development tracking
|
||||
4. **Plot thread analysis** - plotline status, resolution tracking, complexity metrics
|
||||
5. **Writing progress tracking** - completion status, revision needs
|
||||
|
||||
## Analysis Categories:
|
||||
|
||||
### 1. Basic Story Metrics
|
||||
- **Total word count** across all chapters
|
||||
- **Chapter count** and average chapter length
|
||||
- **Scene count** and average scene length
|
||||
- **Dialogue vs. narrative** ratio
|
||||
- **POV distribution** across scenes
|
||||
|
||||
### 2. Character Analysis
|
||||
- **Character appearance frequency** across chapters
|
||||
- **Dialogue volume** per character
|
||||
- **POV scene count** for each perspective character
|
||||
- **Character development tracking** (character arc completion)
|
||||
- **Supporting vs. major character** balance
|
||||
|
||||
### 3. Plot Structure Analysis
|
||||
- **Plotline status** (active, resolved, suspended)
|
||||
- **Conflict distribution** across acts
|
||||
- **Event frequency** and significance levels
|
||||
- **Theme exploration** across chapters
|
||||
- **Resolution tracking** for major story threads
|
||||
|
||||
### 4. Pacing and Flow Analysis
|
||||
- **Scene length variation** for pacing assessment
|
||||
- **Action vs. reflection** scene balance
|
||||
- **Tension curve** analysis through events
|
||||
- **Chapter ending types** (cliffhangers, resolutions, transitions)
|
||||
|
||||
### 5. World-Building Metrics
|
||||
- **Location usage** frequency and description depth
|
||||
- **Technology introduction** and development
|
||||
- **Species screen time** and development
|
||||
- **World complexity** tracking
|
||||
|
||||
## Statistical Report:
|
||||
|
||||
Generate comprehensive analysis at `40 - Generated/Analysis/story-statistics.md`:
|
||||
|
||||
```markdown
|
||||
# Universalis: Story Statistics & Analysis
|
||||
|
||||
*Generated: {{current_date}}*
|
||||
|
||||
## Story Overview
|
||||
|
||||
### Basic Metrics
|
||||
- **Total Word Count**: {{total_words}} words
|
||||
- **Chapter Count**: {{chapter_count}} chapters
|
||||
- **Scene Count**: {{scene_count}} scenes
|
||||
- **Average Chapter Length**: {{avg_chapter_words}} words
|
||||
- **Average Scene Length**: {{avg_scene_words}} words
|
||||
- **Estimated Reading Time**: {{estimated_reading_time}}
|
||||
|
||||
### Completion Status
|
||||
- **Draft Completion**: {{completion_percentage}}%
|
||||
- **Chapters Complete**: {{complete_chapters}}/{{total_planned_chapters}}
|
||||
- **Revision Status**: {{revision_status_summary}}
|
||||
|
||||
## Character Analysis
|
||||
|
||||
### Major Characters
|
||||
| Character | Appearances | Scenes | Word Count | POV Scenes | Development Status |
|
||||
|-----------|-------------|--------|------------|------------|-------------------|
|
||||
{{character_usage_table}}
|
||||
|
||||
### Character Distribution
|
||||
- **POV Characters**: {{pov_character_count}}
|
||||
- **Major Characters**: {{major_character_count}} (10+ scenes)
|
||||
- **Supporting Characters**: {{supporting_character_count}} (3-9 scenes)
|
||||
- **Minor Characters**: {{minor_character_count}} (1-2 scenes)
|
||||
|
||||
### Dialogue Analysis
|
||||
- **Total Dialogue**: {{dialogue_word_count}} words ({{dialogue_percentage}}%)
|
||||
- **Narrative Text**: {{narrative_word_count}} words ({{narrative_percentage}}%)
|
||||
- **Most Talkative**: {{most_dialogue_character}} ({{their_dialogue_count}} words)
|
||||
- **Dialogue Distribution**: {{dialogue_balance_analysis}}
|
||||
|
||||
## Plot Structure Analysis
|
||||
|
||||
### Plotlines Status
|
||||
| Plotline | Status | Chapters | Resolution % | Complexity |
|
||||
|----------|--------|----------|--------------|------------|
|
||||
{{plotline_status_table}}
|
||||
|
||||
### Story Arcs
|
||||
- **Main Plot**: {{main_plot_status}}
|
||||
- **Character Arcs**: {{character_arc_completion_stats}}
|
||||
- **Subplots**: {{subplot_status_summary}}
|
||||
- **Unresolved Threads**: {{unresolved_count}}
|
||||
|
||||
### Conflict Analysis
|
||||
- **Internal Conflicts**: {{internal_conflict_count}}
|
||||
- **Interpersonal Conflicts**: {{interpersonal_conflict_count}}
|
||||
- **External Conflicts**: {{external_conflict_count}}
|
||||
- **Resolved vs. Active**: {{conflict_resolution_ratio}}
|
||||
|
||||
## Pacing Analysis
|
||||
|
||||
### Chapter Structure
|
||||
- **Shortest Chapter**: {{shortest_chapter}} ({{shortest_words}} words)
|
||||
- **Longest Chapter**: {{longest_chapter}} ({{longest_words}} words)
|
||||
- **Length Variation**: {{length_variation_coefficient}}
|
||||
- **Pacing Pattern**: {{pacing_assessment}}
|
||||
|
||||
### Scene Types Distribution
|
||||
- **Action Scenes**: {{action_scene_count}} ({{action_percentage}}%)
|
||||
- **Dialogue Scenes**: {{dialogue_scene_count}} ({{dialogue_scene_percentage}}%)
|
||||
- **Reflection Scenes**: {{reflection_scene_count}} ({{reflection_percentage}}%)
|
||||
- **Exposition Scenes**: {{exposition_scene_count}} ({{exposition_percentage}}%)
|
||||
|
||||
### Tension Curve
|
||||
{{tension_analysis_across_chapters}}
|
||||
|
||||
## POV Analysis
|
||||
|
||||
### Point of View Distribution
|
||||
| Character | POV Scenes | Word Count | Percentage | Chapter Spread |
|
||||
|-----------|------------|------------|------------|----------------|
|
||||
{{pov_distribution_table}}
|
||||
|
||||
### POV Patterns
|
||||
- **Single POV Chapters**: {{single_pov_chapters}}
|
||||
- **Multiple POV Chapters**: {{multi_pov_chapters}}
|
||||
- **POV Switching Frequency**: {{pov_switch_frequency}}
|
||||
- **Balanced vs. Dominant**: {{pov_balance_assessment}}
|
||||
|
||||
## World-Building Analysis
|
||||
|
||||
### Location Usage
|
||||
| Location | Appearances | Scenes | Description Depth | Significance |
|
||||
|----------|-------------|--------|-------------------|--------------|
|
||||
{{location_usage_table}}
|
||||
|
||||
### Technology & Species
|
||||
- **Technology Elements**: {{tech_count}} different technologies
|
||||
- **Species Introduced**: {{species_count}} alien races/types
|
||||
- **World Complexity Score**: {{complexity_score}}/10
|
||||
|
||||
## Theme Analysis
|
||||
|
||||
### Major Themes
|
||||
| Theme | Exploration Depth | Chapter Coverage | Character Embodiment |
|
||||
|-------|-------------------|------------------|---------------------|
|
||||
{{theme_analysis_table}}
|
||||
|
||||
### Thematic Balance
|
||||
{{thematic_distribution_analysis}}
|
||||
|
||||
## Writing Progress Metrics
|
||||
|
||||
### Completion Tracking
|
||||
- **First Draft**: {{first_draft_status}}
|
||||
- **Revision Rounds**: {{revision_count}}
|
||||
- **Outstanding Issues**: {{issue_count}}
|
||||
- **Ready for Publication**: {{publication_readiness}}
|
||||
|
||||
### Quality Metrics
|
||||
- **Consistency Score**: {{consistency_score}}/10
|
||||
- **Character Development**: {{character_development_score}}/10
|
||||
- **Plot Coherence**: {{plot_coherence_score}}/10
|
||||
- **World-Building Depth**: {{worldbuilding_score}}/10
|
||||
|
||||
## Comparative Analysis
|
||||
|
||||
### Genre Benchmarks
|
||||
{{comparison_to_scifi_genre_standards}}
|
||||
|
||||
### Structural Balance
|
||||
{{assessment_of_story_structure_balance}}
|
||||
|
||||
## Recommendations
|
||||
|
||||
### Pacing Adjustments
|
||||
{{pacing_improvement_suggestions}}
|
||||
|
||||
### Character Development
|
||||
{{character_arc_recommendations}}
|
||||
|
||||
### Plot Enhancement
|
||||
{{plot_improvement_suggestions}}
|
||||
|
||||
### World-Building
|
||||
{{worldbuilding_enhancement_ideas}}
|
||||
|
||||
## Historical Tracking
|
||||
|
||||
### Progress Over Time
|
||||
{{writing_progress_timeline_if_available}}
|
||||
|
||||
### Revision History
|
||||
{{major_changes_and_improvements}}
|
||||
|
||||
---
|
||||
Generated by Claude Code statistical analysis for Universalis writing project.
|
||||
```
|
||||
|
||||
## Analysis Methodology:
|
||||
|
||||
1. **Word counting** across all chapters and scenes
|
||||
2. **Entity frequency analysis** from generated cards
|
||||
3. **POV pattern recognition** from chapter metadata
|
||||
4. **Plotline tracking** from plotline cards and events
|
||||
5. **Character development assessment** from character cards
|
||||
6. **Pacing evaluation** through scene length and type analysis
|
||||
7. **Thematic distribution** analysis from theme cards
|
||||
|
||||
## Statistical Calculations:
|
||||
|
||||
### Quantitative Metrics
|
||||
- Word counts, scene counts, character appearances
|
||||
- Percentage distributions and ratios
|
||||
- Average lengths and variation coefficients
|
||||
- Completion percentages and progress tracking
|
||||
|
||||
### Qualitative Assessments
|
||||
- Development status evaluations
|
||||
- Balance assessments for various story elements
|
||||
- Complexity scoring for world-building
|
||||
- Quality metrics for story coherence
|
||||
|
||||
## Trend Analysis:
|
||||
- **Character usage patterns** over time
|
||||
- **Pacing variations** across acts
|
||||
- **Theme development** progression
|
||||
- **Plot complexity** evolution
|
||||
|
||||
## Output Requirements:
|
||||
- Fixed filename: `40 - Generated/Analysis/story-statistics.md`
|
||||
- Comprehensive statistical tables and metrics
|
||||
- Visual indicators for balance and distribution
|
||||
- Actionable recommendations based on analysis
|
||||
- Comparative benchmarks where relevant
|
||||
|
||||
**IMPORTANT**: Base all statistics on actual content analysis. Provide specific numbers and percentages rather than vague assessments. Include both absolute values and relative comparisons.
|
||||
234
fiction-assistance/commands/analyze/check-continuity.md
Normal file
234
fiction-assistance/commands/analyze/check-continuity.md
Normal file
@@ -0,0 +1,234 @@
|
||||
---
|
||||
description: Check for plot holes and character consistency
|
||||
allowed-tools: Write(40 - Generated/Analysis/continuity-report.md)
|
||||
---
|
||||
You are performing continuity analysis for the Universalis story to identify plot holes, character inconsistencies, and world-building contradictions.
|
||||
|
||||
Manuscript: `./00 - Manuscript/`
|
||||
|
||||
## Objectives:
|
||||
|
||||
1. **Character consistency checking** across all appearances
|
||||
2. **World-building validation** for technology, species, locations
|
||||
3. **Plot hole identification** in story logic
|
||||
4. **Relationship tracking** for character interactions
|
||||
5. **Knowledge tracking** for what characters know when
|
||||
|
||||
## Continuity Analysis Areas:
|
||||
|
||||
### 1. Character Consistency
|
||||
For each character, verify:
|
||||
- **Personality traits** remain consistent across scenes
|
||||
- **Physical descriptions** don't contradict
|
||||
- **Knowledge and abilities** progress logically
|
||||
- **Relationships** develop consistently
|
||||
- **Speech patterns** match established voice
|
||||
- **Motivations** align with established goals
|
||||
|
||||
### 2. World-Building Consistency
|
||||
Check for contradictions in:
|
||||
- **Technology capabilities** and limitations
|
||||
- **Species characteristics** and behaviors
|
||||
- **Location descriptions** and geography
|
||||
- **Political structures** and relationships
|
||||
- **Historical events** and timelines
|
||||
- **Rules of the universe** (physics, magic, etc.)
|
||||
|
||||
### 3. Plot Logic Validation
|
||||
Identify potential issues:
|
||||
- **Character knowledge** - knowing things they shouldn't
|
||||
- **Information flow** - how characters learn important facts
|
||||
- **Cause and effect** - events leading logically to consequences
|
||||
- **Problem resolution** - solutions matching established capabilities
|
||||
- **Motivation clarity** - character actions matching their goals
|
||||
|
||||
### 4. Relationship Dynamics
|
||||
Track consistency in:
|
||||
- **Character interactions** over time
|
||||
- **Relationship development** following logical progression
|
||||
- **Conflict resolution** between characters
|
||||
- **Alliance formations** and betrayals
|
||||
- **Family relationships** and their evolution
|
||||
|
||||
## Continuity Report:
|
||||
|
||||
Generate detailed analysis at `./40 - Generated/Analysis/continuity-report.md`:
|
||||
|
||||
```markdown
|
||||
# Continuity Analysis Report
|
||||
|
||||
*Generated: {{current_date}}*
|
||||
|
||||
## Executive Summary
|
||||
- **Continuity Issues Found**: {{total_issues}}
|
||||
- **Character Inconsistencies**: {{character_issues}}
|
||||
- **World-Building Problems**: {{worldbuilding_issues}}
|
||||
- **Plot Logic Gaps**: {{plot_issues}}
|
||||
- **Critical Issues**: {{critical_count}} (major plot holes)
|
||||
- **Minor Issues**: {{minor_count}} (small inconsistencies)
|
||||
|
||||
## Character Consistency Analysis
|
||||
|
||||
### {{Character Name}}
|
||||
**Consistency Score**: {{score}}/10
|
||||
|
||||
#### Personality Traits
|
||||
- **Established traits**: {{list_established_traits}}
|
||||
- **Inconsistent moments**: {{list_inconsistencies_with_chapter_refs}}
|
||||
- **Character growth**: {{note_legitimate_development_vs_inconsistency}}
|
||||
|
||||
#### Physical Description
|
||||
- **Established appearance**: {{physical_description_summary}}
|
||||
- **Contradictions found**: {{list_description_conflicts}}
|
||||
|
||||
#### Knowledge Progression
|
||||
- **What they know when**: {{knowledge_timeline}}
|
||||
- **Information gaps**: {{unexplained_knowledge_gains}}
|
||||
- **Knowledge inconsistencies**: {{impossible_knowledge_situations}}
|
||||
|
||||
#### Relationship Consistency
|
||||
- **With {{other_character}}**: {{relationship_development_analysis}}
|
||||
- **Interaction patterns**: {{consistent_vs_inconsistent_interactions}}
|
||||
|
||||
[Repeat for each major character]
|
||||
|
||||
## World-Building Consistency
|
||||
|
||||
### Technology Systems
|
||||
{{technology_consistency_analysis}}
|
||||
|
||||
### Species Characteristics
|
||||
{{species_consistency_analysis}}
|
||||
|
||||
### Location Descriptions
|
||||
{{location_consistency_analysis}}
|
||||
|
||||
### Political/Social Structures
|
||||
{{political_consistency_analysis}}
|
||||
|
||||
## Plot Logic Analysis
|
||||
|
||||
### Information Flow Issues
|
||||
{{information_flow_problems}}
|
||||
|
||||
### Cause and Effect Problems
|
||||
{{cause_effect_inconsistencies}}
|
||||
|
||||
### Resolution Logic
|
||||
{{solution_consistency_analysis}}
|
||||
|
||||
### Motivation Clarity
|
||||
{{character_motivation_inconsistencies}}
|
||||
|
||||
## Critical Continuity Issues
|
||||
|
||||
### Major Plot Holes
|
||||
{{list_major_plot_holes_with_details}}
|
||||
|
||||
### Character Knowledge Problems
|
||||
{{list_knowledge_inconsistencies}}
|
||||
|
||||
### World-Building Contradictions
|
||||
{{list_world_contradictions}}
|
||||
|
||||
## Minor Inconsistencies
|
||||
|
||||
### Description Variations
|
||||
{{minor_description_inconsistencies}}
|
||||
|
||||
### Dialogue Style Variations
|
||||
{{minor_voice_inconsistencies}}
|
||||
|
||||
### Detail Contradictions
|
||||
{{minor_detail_conflicts}}
|
||||
|
||||
## Relationship Dynamics Analysis
|
||||
|
||||
### Character Relationship Map
|
||||
{{relationship_consistency_by_pair}}
|
||||
|
||||
### Relationship Development Issues
|
||||
{{relationship_logic_problems}}
|
||||
|
||||
### Unexplained Relationship Changes
|
||||
{{sudden_relationship_shifts}}
|
||||
|
||||
## Recommendations
|
||||
|
||||
### Critical Fixes Needed
|
||||
{{prioritized_list_of_major_fixes}}
|
||||
|
||||
### Continuity Improvements
|
||||
{{suggestions_for_minor_fixes}}
|
||||
|
||||
### Tracking Suggestions
|
||||
{{recommendations_for_future_continuity_maintenance}}
|
||||
|
||||
## Continuity Strengths
|
||||
|
||||
### Well-Maintained Elements
|
||||
{{list_consistent_story_elements}}
|
||||
|
||||
### Strong Character Development
|
||||
{{well_developed_character_arcs}}
|
||||
|
||||
### Solid World-Building
|
||||
{{consistent_world_elements}}
|
||||
|
||||
## Analysis Methodology
|
||||
|
||||
### Sources Analyzed
|
||||
- **Character Cards**: {{character_cards_analyzed}}
|
||||
- **Chapter Scenes**: {{scenes_analyzed}}
|
||||
- **Event Cards**: {{events_analyzed}}
|
||||
- **Relationship Data**: {{relationships_tracked}}
|
||||
|
||||
### Consistency Metrics
|
||||
- **Cross-Reference Points**: {{cross_reference_points}}
|
||||
- **Character Appearances**: {{total_character_appearances}}
|
||||
- **World-Building Elements**: {{worldbuilding_elements_tracked}}
|
||||
|
||||
---
|
||||
Generated by Claude Code continuity analysis for Universalis writing project.
|
||||
```
|
||||
|
||||
## Analysis Methodology:
|
||||
|
||||
1. **Character trait mapping** across all appearances
|
||||
2. **Knowledge state tracking** for each character through time
|
||||
3. **World-building element cataloging** from all sources
|
||||
4. **Cross-referencing** descriptions and capabilities
|
||||
5. **Timeline correlation** with character actions and knowledge
|
||||
6. **Relationship evolution tracking** between characters
|
||||
7. **Logic chain validation** for plot developments
|
||||
|
||||
## Issue Classification:
|
||||
|
||||
### Critical Issues
|
||||
- Major plot holes affecting story logic
|
||||
- Character actions contradicting established personality
|
||||
- Impossible knowledge or ability situations
|
||||
- World-building rules violated
|
||||
|
||||
### Minor Issues
|
||||
- Small description variations
|
||||
- Slight dialogue inconsistencies
|
||||
- Detail contradictions that don't affect plot
|
||||
- Minor timeline discrepancies
|
||||
|
||||
## Validation Approach:
|
||||
|
||||
1. **Evidence-based analysis** using specific chapter references
|
||||
2. **Pattern recognition** for consistent vs. inconsistent elements
|
||||
3. **Development vs. contradiction** distinguishing growth from error
|
||||
4. **Context consideration** for apparent inconsistencies
|
||||
5. **Prioritized recommendations** for fixing issues
|
||||
|
||||
## Output Requirements:
|
||||
- Fixed filename: `./40 - Generated/Analysis/continuity-report.md`
|
||||
- Character-by-character analysis with specific examples
|
||||
- World-building consistency evaluation
|
||||
- Prioritized issue list with chapter references
|
||||
- Actionable recommendations for improvement
|
||||
|
||||
**IMPORTANT**: Distinguish between legitimate character development and actual inconsistencies. Provide specific chapter references for all identified issues.
|
||||
241
fiction-assistance/commands/analyze/check-voice.md
Normal file
241
fiction-assistance/commands/analyze/check-voice.md
Normal file
@@ -0,0 +1,241 @@
|
||||
---
|
||||
description: Analyze character voice consistency and dialogue patterns
|
||||
allowed-tools: Write(40 - Generated/Analysis/voice-analysis.md)
|
||||
---
|
||||
You are performing character voice analysis for the Universalis story to ensure dialogue consistency and distinctive character voices.
|
||||
|
||||
## Objectives:
|
||||
|
||||
1. **Voice pattern analysis** for each character across all appearances
|
||||
2. **Dialogue consistency checking** against established character voice
|
||||
3. **Speech pattern identification** and distinctiveness assessment
|
||||
4. **Voice development tracking** over story progression
|
||||
5. **Dialogue quality evaluation** for authenticity and character fit
|
||||
|
||||
## Voice Analysis Areas:
|
||||
|
||||
### 1. Speech Pattern Analysis
|
||||
For each character, analyze:
|
||||
- **Vocabulary choice** (formal/informal, technical/simple, unique phrases)
|
||||
- **Sentence structure** (short/long, complex/simple, fragmented/complete)
|
||||
- **Rhythm and flow** (clipped speech, flowing dialogue, interruptions)
|
||||
- **Emotional expression** patterns (how they show anger, joy, fear, etc.)
|
||||
- **Cultural/background influences** on speech patterns
|
||||
|
||||
### 2. Character-Specific Voice Elements
|
||||
- **Catchphrases** and repeated expressions
|
||||
- **Professional terminology** usage patterns
|
||||
- **Regional/cultural dialects** or speech markers
|
||||
- **Generational speech** patterns (age-appropriate language)
|
||||
- **Personality manifestation** in dialogue (confidence, humor, formality)
|
||||
|
||||
### 3. Dialogue Consistency Tracking
|
||||
- **Voice maintenance** across different scenes and emotional states
|
||||
- **Stress response** patterns in dialogue under pressure
|
||||
- **Character growth** reflected appropriately in speech evolution
|
||||
- **Relationship dynamics** affecting speech patterns with different characters
|
||||
|
||||
### 4. Distinctiveness Assessment
|
||||
- **Character voice uniqueness** - can you identify speaker without tags?
|
||||
- **Overlap detection** - characters sounding too similar
|
||||
- **Authentic characterization** - dialogue matching personality and background
|
||||
- **Memorable speech** - distinctive and engaging dialogue patterns
|
||||
|
||||
## Voice Analysis Report:
|
||||
|
||||
Generate comprehensive analysis at `40 - Generated/Analysis/voice-analysis.md`:
|
||||
|
||||
```markdown
|
||||
# Character Voice Analysis Report
|
||||
|
||||
*Generated: {{current_date}}*
|
||||
|
||||
## Overview
|
||||
Analysis of character voice consistency, distinctiveness, and development across all appearances in Universalis.
|
||||
|
||||
## Executive Summary
|
||||
- **Characters Analyzed**: {{character_count}}
|
||||
- **Voice Consistency Score**: {{overall_consistency_score}}/10
|
||||
- **Distinctiveness Score**: {{overall_distinctiveness_score}}/10
|
||||
- **Issues Identified**: {{total_voice_issues}}
|
||||
|
||||
## Character Voice Profiles
|
||||
|
||||
### {{Character Name}}
|
||||
**Voice Consistency**: {{consistency_score}}/10 | **Distinctiveness**: {{distinctiveness_score}}/10
|
||||
|
||||
#### Established Voice Pattern
|
||||
- **Speaking Style**: {{speaking_style_description}}
|
||||
- **Vocabulary Level**: {{vocabulary_assessment}}
|
||||
- **Sentence Structure**: {{sentence_pattern_description}}
|
||||
- **Emotional Expression**: {{emotional_expression_pattern}}
|
||||
- **Signature Elements**: {{unique_speech_elements}}
|
||||
|
||||
#### Representative Dialogue Examples
|
||||
{{most_characteristic_dialogue_samples_with_chapter_refs}}
|
||||
|
||||
#### Voice Consistency Analysis
|
||||
- **Consistent Elements**: {{consistently_maintained_voice_elements}}
|
||||
- **Inconsistent Moments**: {{dialogue_inconsistencies_with_chapter_refs}}
|
||||
- **Character Growth**: {{legitimate_voice_evolution_vs_inconsistency}}
|
||||
|
||||
#### Voice Development Over Time
|
||||
{{voice_evolution_analysis_across_story_arc}}
|
||||
|
||||
#### Relationship Voice Variations
|
||||
- **With {{other_character}}**: {{voice_changes_in_this_relationship}}
|
||||
- **In formal settings**: {{formal_voice_analysis}}
|
||||
- **Under stress**: {{stress_voice_patterns}}
|
||||
|
||||
[Repeat for each major character]
|
||||
|
||||
## Cross-Character Analysis
|
||||
|
||||
### Voice Distinctiveness Matrix
|
||||
| Character | Distinctiveness | Similar To | Unique Elements |
|
||||
|-----------|----------------|------------|-----------------|
|
||||
{{character_distinctiveness_comparison_table}}
|
||||
|
||||
### Voice Overlap Issues
|
||||
{{characters_who_sound_too_similar}}
|
||||
|
||||
### Dialogue Tag Dependency
|
||||
Characters requiring dialogue tags for identification:
|
||||
{{characters_needing_better_voice_distinction}}
|
||||
|
||||
## Dialogue Quality Assessment
|
||||
|
||||
### Authenticity Analysis
|
||||
- **Age-Appropriate Speech**: {{age_appropriate_assessment}}
|
||||
- **Background Consistency**: {{background_voice_consistency}}
|
||||
- **Cultural Authenticity**: {{cultural_speech_accuracy}}
|
||||
- **Professional Terminology**: {{technical_language_appropriateness}}
|
||||
|
||||
### Emotional Range Analysis
|
||||
{{emotional_expression_variety_and_authenticity}}
|
||||
|
||||
### Conversation Flow Analysis
|
||||
{{dialogue_naturalness_and_flow_assessment}}
|
||||
|
||||
## Voice Consistency Issues
|
||||
|
||||
### Major Inconsistencies
|
||||
{{significant_voice_breaks_with_specific_examples}}
|
||||
|
||||
### Minor Variations
|
||||
{{small_inconsistencies_that_could_be_improved}}
|
||||
|
||||
### Character Growth vs. Inconsistency
|
||||
{{legitimate_development_vs_actual_voice_problems}}
|
||||
|
||||
## Dialogue Strengths
|
||||
|
||||
### Most Distinctive Voices
|
||||
{{characters_with_strongest_voice_identity}}
|
||||
|
||||
### Best Character Interactions
|
||||
{{most_effective_dialogue_scenes}}
|
||||
|
||||
### Memorable Dialogue
|
||||
{{most_quotable_or_character_defining_lines}}
|
||||
|
||||
## Improvement Recommendations
|
||||
|
||||
### Voice Strengthening
|
||||
{{suggestions_for_making_voices_more_distinctive}}
|
||||
|
||||
### Consistency Improvements
|
||||
{{specific_fixes_for_voice_inconsistencies}}
|
||||
|
||||
### Dialogue Enhancement
|
||||
{{suggestions_for_improving_dialogue_quality}}
|
||||
|
||||
## Voice Guidelines for Future Writing
|
||||
|
||||
### {{Character Name}} Voice Guidelines
|
||||
{{specific_writing_guidelines_for_this_character}}
|
||||
|
||||
[Guidelines for each major character]
|
||||
|
||||
### General Dialogue Best Practices
|
||||
{{overall_dialogue_writing_recommendations}}
|
||||
|
||||
## Technical Analysis
|
||||
|
||||
### Dialogue Distribution
|
||||
- **Most Dialogue**: {{character_with_most_lines}} ({{word_count}} words)
|
||||
- **Dialogue Density**: {{dialogue_to_narrative_ratio_by_character}}
|
||||
- **Scene Presence**: {{character_scene_participation_rates}}
|
||||
|
||||
### Voice Complexity Metrics
|
||||
{{analysis_of_voice_sophistication_and_development}}
|
||||
|
||||
## Analysis Methodology
|
||||
|
||||
### Data Sources
|
||||
- **Character Cards**: {{character_cards_analyzed}}
|
||||
- **Chapter Scenes**: {{scenes_with_dialogue_analyzed}}
|
||||
- **Dialogue Samples**: {{total_dialogue_lines_analyzed}}
|
||||
|
||||
### Voice Markers Tracked
|
||||
{{list_of_voice_elements_analyzed}}
|
||||
|
||||
### Consistency Evaluation Criteria
|
||||
{{methodology_for_assessing_voice_consistency}}
|
||||
|
||||
---
|
||||
Generated by Claude Code voice analysis for Universalis writing project.
|
||||
```
|
||||
|
||||
## Analysis Methodology:
|
||||
|
||||
1. **Dialogue extraction** from all chapters by character
|
||||
2. **Pattern recognition** for speech characteristics
|
||||
3. **Consistency mapping** across character appearances
|
||||
4. **Comparative analysis** between characters for distinctiveness
|
||||
5. **Development tracking** for voice evolution
|
||||
6. **Quality assessment** against character background and personality
|
||||
7. **Specific example identification** for both strengths and issues
|
||||
|
||||
## Voice Elements to Track:
|
||||
|
||||
### Linguistic Patterns
|
||||
- Word choice preferences (simple vs. complex vocabulary)
|
||||
- Sentence length and structure preferences
|
||||
- Use of contractions, slang, formal language
|
||||
- Technical terminology usage patterns
|
||||
|
||||
### Character-Specific Elements
|
||||
- Catchphrases and repeated expressions
|
||||
- Cultural/regional speech markers
|
||||
- Professional jargon appropriate to character background
|
||||
- Age and education level reflected in speech
|
||||
|
||||
### Emotional Expression
|
||||
- How each character expresses different emotions
|
||||
- Stress response patterns in dialogue
|
||||
- Humor expression (if applicable)
|
||||
- Authority or submission patterns in speech
|
||||
|
||||
## Issue Classification:
|
||||
|
||||
### Major Voice Issues
|
||||
- Character sounding completely different in different scenes
|
||||
- Dialogue that contradicts established character background
|
||||
- Multiple characters sounding identical
|
||||
- Inappropriate language for character's background/age
|
||||
|
||||
### Minor Voice Issues
|
||||
- Slight vocabulary inconsistencies
|
||||
- Occasional lapses in established speech patterns
|
||||
- Missing opportunities for character-specific expressions
|
||||
- Dialogue that's generic rather than character-specific
|
||||
|
||||
## Output Requirements:
|
||||
- Fixed filename: `40 - Generated/Analysis/voice-analysis.md`
|
||||
- Character-by-character detailed voice profiles
|
||||
- Cross-character distinctiveness analysis
|
||||
- Specific examples with chapter references
|
||||
- Actionable guidelines for future dialogue writing
|
||||
|
||||
**IMPORTANT**: Provide specific dialogue examples for all assessments. Distinguish between legitimate character development and actual voice inconsistencies. Include positive examples of strong voice work alongside areas for improvement.
|
||||
21
fiction-assistance/commands/analyze/perform-bechdel-tests.md
Normal file
21
fiction-assistance/commands/analyze/perform-bechdel-tests.md
Normal file
@@ -0,0 +1,21 @@
|
||||
TARGET: $ARGUMENTS
|
||||
|
||||
Analyze this text against the following representation tests. For each test, provide a clear PASS/FAIL assessment with specific evidence:
|
||||
|
||||
Gender Representation Tests:
|
||||
1. Bechdel Test - Are there at least two named women who talk to each other about something other than a man? (Cite specific dialogue)
|
||||
2. Reverse Bechdel Test - Are there at least two named men who talk to each other about something other than a woman? (Cite specific dialogue)
|
||||
3. Mako Mori Test - Does any female character have her own narrative arc that isn't about supporting a man's story? (Identify the arc)
|
||||
4. Sexy Lamp Test - Could any female character be replaced with a sexy lamp without affecting the plot? (Explain their narrative function)
|
||||
|
||||
Character-Specific Tests (only assess if applicable characters exist):
|
||||
5. Sphinx Test - How do women interact with other characters and what prominence do they have in the action?
|
||||
6. DuVernay Test - Do any minority characters have fully realized lives beyond their relationship to the plot or majority characters?
|
||||
7. Shukla Test - Do any two ethnic minority characters talk to each other about something other than race/ethnicity?
|
||||
|
||||
Format your response as:
|
||||
- Test Name: PASS/FAIL - Brief explanation with specific examples
|
||||
- Overall Assessment: Summary of representation strengths and weaknesses in this chapter
|
||||
- Notable Patterns: Any recurring representation issues or strengths
|
||||
|
||||
Focus on what's actually present in the text rather than making assumptions about characters' backgrounds unless explicitly stated.
|
||||
27
fiction-assistance/commands/analyze/validate-pdf.md
Normal file
27
fiction-assistance/commands/analyze/validate-pdf.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
description: Validate PDF display
|
||||
allowed-tools: Write
|
||||
---
|
||||
Load and thoroughly examine a compiled PDF manuscript through the browser MCP to validate formatting quality and identify
|
||||
potential issues. Specifically:
|
||||
|
||||
1. Navigate through the PDF document systematically, checking:
|
||||
- Title page and table of contents formatting
|
||||
- Chapter and scene header styling
|
||||
- Page numbering and transitions
|
||||
2. Examine text formatting throughout the prologue section, looking for:
|
||||
- Proper line wrapping and text flow
|
||||
- Correct display of italicized text
|
||||
- Appropriate paragraph spacing and breaks
|
||||
3. Pay special attention to monospace content (AI dialogue and code blocks):
|
||||
- Verify monospace font renders correctly
|
||||
- Check that AI dialogue doesn't break awkwardly mid-sentence
|
||||
- Ensure large code blocks maintain proper formatting and indentation
|
||||
4. Scan for formatting anomalies including:
|
||||
- Unexpected characters or symbols
|
||||
- Text overflow or truncation issues
|
||||
- Font inconsistencies
|
||||
- Layout problems
|
||||
5. Document findings and assess overall formatting quality, noting any issues that need correction in the compilation process or CSS styling.
|
||||
|
||||
The goal is to ensure the PDF version maintains professional manuscript formatting suitable for distribution, with particular focus on preserving the specialized formatting requirements for AI dialogue and technical content blocks.
|
||||
Reference in New Issue
Block a user