character-arc
Character Arc Tracking Skill
Analyze character development and track character arcs across the narrative.
Usage
/character-arc --character anna
/character-arc --all
Features
- Track character appearances across sections
- Analyze character development progression
- Identify arc milestones (introduction, growth, climax, resolution)
- Detect inconsistencies in character behavior
- Visualize character journey
Arc Analysis
Analyzes:
- Introduction: When and how character is introduced
- Development: Changes in traits, relationships, goals
- Turning Points: Key moments that transform the character
- Resolution: Final state and arc completion
Query Example
SELECT
section.sequence,
section.content,
character.description
FROM character:anna<-appears_in<-section
ORDER BY section.sequence
More from mikkelkrogsholm/bookstrap
writing
Grounded prose composition workflow including pre-write queries, consistency checks, and post-write entity extraction for database-backed writing.
1editing
Comprehensive editing framework covering voice consistency, timeline verification, citation coverage, and multi-pass editing strategies for autonomous manuscript refinement.
1research
Source evaluation framework, web search strategies, and ingestion workflows for autonomous research. Includes reliability scoring, chunking strategies, entity extraction patterns, and quality thresholds.
1brd
Book Requirements Document (BRD) structure, systematic question frameworks for thorough book concept interviews, and genre-specific considerations for fiction vs nonfiction projects.
1outlining
Outline creation patterns for fiction and nonfiction book structures, including chapter breakdowns, scene planning, and narrative arc mapping.
1fact-check
Verify factual claims against database sources
1