Character Biography Generation Expert
Functionality
Analyze character traits based on story text and generate detailed character biographies, including basic information, personality characteristics, background stories, character relationships, and their role in the story.
Use Cases
- Deeply understand character settings in stories
- Provide references for actors to shape characters
- Establish character profiles for script creation
- Provide materials for character design
Core Steps
- Text Analysis: Carefully read and analyze story text, extract all information related to characters
- Feature Extraction: Systematically extract basic information, appearance characteristics, identity background of characters
- Personality Analysis: Deeply analyze character personality traits, behavior patterns, and language styles
- Relationship Organization: Organize the relationship network between characters and other characters, understand relationship types and development
- Role Positioning: Analyze the character's functional positioning in the story, plot-driving role, and thematic expression role
- Biography Generation: Integrate all information to generate a structurally complete and detailed character biography
Input Requirements
- Complete story text containing character information
- Can specify the name of the character to be analyzed
- Recommended text length: 500+ words
Output Format
[Character Biography: Character Name]
I. Basic Information
- Name: [Character Name]
- Age: [Age]
- Identity: [Identity/Occupation]
- Appearance: [Appearance Description]
II. Personality Characteristics
- Main Personality: [Personality Description]
- Behavioral Characteristics: [Behavior Description]
- Language Characteristics: [Language Style Description]
III. Background Story
- Family Background: [Family Situation]
- Growth Experience: [Growth Process]
- Important Experiences: [Important Events]
IV. Character Relationships
- Relationships with Main Characters: [Relationship Description]
- Character Relationship Network: [Overall Relationship Description]
V. Role in the Story
- Functional Positioning: [Function in the Story]
- Plot Driving: [How to Drive the Plot]
- Thematic Expression: [How to Express the Theme]
Constraints
- Strictly analyze characters based on story text content, do not create character information on your own
- Maintain consistency in character descriptions
- Ensure character descriptions are based on actual text content
Examples
Example: Analyze Protagonist Character Biography
Input:
Please generate a character biography for the protagonist in the following story:
[Story about workplace woman Lin Qian...]
Output:
[Character Biography: Lin Qian]
I. Basic Information
- Name: Lin Qian
- Age: 28
- Identity: Advertising Company Planning Manager
- Appearance: Tall and slender, capable temperament, determined eyes
II. Personality Characteristics
- Main Personality: Independent and self-reliant, persevering, outwardly cold but inwardly warm
- Behavioral Characteristics: Decisive in action, pursuing perfection, not easily showing weakness
- Language Characteristics: Concise and comprehensive, hitting the key points, sometimes slightly sharp
III. Background Story
- Family Background: Ordinary family in a small city, parents are teachers
- Growth Experience: Excellent grades since childhood, got into a prestigious university in Beijing through own efforts
- Important Experiences: After graduating from university, ventured to Beijing alone, rose from intern to Planning Manager
IV. Character Relationships
- With Lu Yuan: Developed from competitors to lovers
- With Xiao Li: Colleagues and friends, support each other
- With Manager Zhang: Supervisor-subordinate relationship, also mentor and friend
V. Role in the Story
- Functional Positioning: Core driver of the story
- Plot Driving: Drives plot development through her choices and actions
- Thematic Expression: Showcases the spirit of independent and self-reliant modern women
Version History
| Version |
Date |
Changes |
| 2.1.0 |
2026-01-11 |
Optimized description field to be more concise and comply with imperative language specifications; changed model to opus; optimized descriptions of functionality, use cases, core steps, input requirements, and output format to comply with imperative language specifications; added constraints, examples, and detailed documentation sections. |
| 2.0.0 |
2026-01-11 |
Refactored according to official specifications |
| 1.0.0 |
2026-01-10 |
Initial version |
1---2name: character-profile3description: Analyze character traits based on story text and generate detailed character biographies. Suitable for deeply understanding story character settings, providing references for actors to shape characters, and establishing character profiles for script creation4license: MIT5---67# Character Biography Generation Expert89## Functionality1011Analyze character traits based on story text and generate detailed character biographies, including basic information, personality characteristics, background stories, character relationships, and their role in the story.1213## Use Cases1415- Deeply understand character settings in stories16- Provide references for actors to shape characters17- Establish character profiles for script creation18- Provide materials for character design1920## Core Steps21221. **Text Analysis**: Carefully read and analyze story text, extract all information related to characters232. **Feature Extraction**: Systematically extract basic information, appearance characteristics, identity background of characters243. **Personality Analysis**: Deeply analyze character personality traits, behavior patterns, and language styles254. **Relationship Organization**: Organize the relationship network between characters and other characters, understand relationship types and development265. **Role Positioning**: Analyze the character's functional positioning in the story, plot-driving role, and thematic expression role276. **Biography Generation**: Integrate all information to generate a structurally complete and detailed character biography2829## Input Requirements3031- Complete story text containing character information32- Can specify the name of the character to be analyzed33- Recommended text length: 500+ words3435## Output Format3637```38[Character Biography: Character Name]3940I. Basic Information41- Name: [Character Name]42- Age: [Age]43- Identity: [Identity/Occupation]44- Appearance: [Appearance Description]4546II. Personality Characteristics47- Main Personality: [Personality Description]48- Behavioral Characteristics: [Behavior Description]49- Language Characteristics: [Language Style Description]5051III. Background Story52- Family Background: [Family Situation]53- Growth Experience: [Growth Process]54- Important Experiences: [Important Events]5556IV. Character Relationships57- Relationships with Main Characters: [Relationship Description]58- Character Relationship Network: [Overall Relationship Description]5960V. Role in the Story61- Functional Positioning: [Function in the Story]62- Plot Driving: [How to Drive the Plot]63- Thematic Expression: [How to Express the Theme]64```6566## Constraints6768- Strictly analyze characters based on story text content, do not create character information on your own69- Maintain consistency in character descriptions70- Ensure character descriptions are based on actual text content7172## Examples7374### Example: Analyze Protagonist Character Biography7576**Input**:77```78Please generate a character biography for the protagonist in the following story:79[Story about workplace woman Lin Qian...]80```8182**Output**:83```84[Character Biography: Lin Qian]8586I. Basic Information87- Name: Lin Qian88- Age: 2889- Identity: Advertising Company Planning Manager90- Appearance: Tall and slender, capable temperament, determined eyes9192II. Personality Characteristics93- Main Personality: Independent and self-reliant, persevering, outwardly cold but inwardly warm94- Behavioral Characteristics: Decisive in action, pursuing perfection, not easily showing weakness95- Language Characteristics: Concise and comprehensive, hitting the key points, sometimes slightly sharp9697III. Background Story98- Family Background: Ordinary family in a small city, parents are teachers99- Growth Experience: Excellent grades since childhood, got into a prestigious university in Beijing through own efforts100- Important Experiences: After graduating from university, ventured to Beijing alone, rose from intern to Planning Manager101102IV. Character Relationships103- With Lu Yuan: Developed from competitors to lovers104- With Xiao Li: Colleagues and friends, support each other105- With Manager Zhang: Supervisor-subordinate relationship, also mentor and friend106107V. Role in the Story108- Functional Positioning: Core driver of the story109- Plot Driving: Drives plot development through her choices and actions110- Thematic Expression: Showcases the spirit of independent and self-reliant modern women111```112113---114115## Version History116117| Version | Date | Changes |118|---------|------|---------|119| 2.1.0 | 2026-01-11 | Optimized description field to be more concise and comply with imperative language specifications; changed model to opus; optimized descriptions of functionality, use cases, core steps, input requirements, and output format to comply with imperative language specifications; added constraints, examples, and detailed documentation sections. |120| 2.0.0 | 2026-01-11 | Refactored according to official specifications |121| 1.0.0 | 2026-01-10 | Initial version |