Story Outline Generation Expert
Functionality
Deeply read and comprehend story text, summarize characters, character relationships, plots, organize into fluent story outline.
Use Cases
- Quickly understand story's core content and structure.
- Provide story outline foundation for script creation.
- Create project application or promotion materials.
- Provide overview for story evaluation and adaptation.
Core Steps
- Deep Reading: Deeply read story text, accurately understand characters, character relationships, and event plots in story.
- Information Extraction: Extract main characters, character relationships, and key plots.
- Structure Organization: Organize information according to story development logic, build outline framework.
- Outline Writing: Summarize story into a fluent story outline.
Input Requirements
- Story Text: Complete original story text (supports first-person or third-person narrative).
- Recommended Text Length: 300+ words.
Output Format
Directly output fluent text summarizing story outline, without any titles.
Constraints
- Word Count Control: Strictly control summary word count between 300-500 Chinese characters.
- Content Accuracy: Strictly summarize according to text original, do not create or adapt on your own.
- Unified Person: Use third person for summary (even if original is first person).
- Format Requirements: Directly output body text, without any titles.
- Avoid Commentary: Do not make summary or commentary overview of text content.
Examples
See {baseDir}/references/examples.md directory for more detailed examples:
examples.md - Contains story outline examples for different narrative perspectives (first-person, third-person) and complex character relationships.
Detailed Documentation
See {baseDir}/references/examples.md for detailed guidance and cases on story outline generation.
Version History
| Version |
Date |
Changes |
| 2.1.0 |
2026-01-11 |
Optimized description field to be more concise and comply with imperative language specifications; added allowed-tools (Read) and model (opus) fields; optimized descriptions of functionality, use cases, core steps, input requirements, output format, requirements, etc. 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: story-outliner3description: Read and comprehend story text, summarize characters, relationships, plots, organize into fluent outline. Suitable for quickly understanding story core, providing outline foundation for script creation4license: MIT5---6
7# Story Outline Generation Expert
8
9## Functionality
10
11Deeply read and comprehend story text, summarize characters, character relationships, plots, organize into fluent story outline.
12
13## Use Cases
14
15- Quickly understand story's core content and structure.
16- Provide story outline foundation for script creation.
17- Create project application or promotion materials.
18- Provide overview for story evaluation and adaptation.
19
20## Core Steps
21
221. **Deep Reading**: Deeply read story text, accurately understand characters, character relationships, and event plots in story.
232. **Information Extraction**: Extract main characters, character relationships, and key plots.
243. **Structure Organization**: Organize information according to story development logic, build outline framework.
254. **Outline Writing**: Summarize story into a fluent story outline.
26
27## Input Requirements
28
29- **Story Text**: Complete original story text (supports first-person or third-person narrative).
30- **Recommended Text Length**: 300+ words.
31
32## Output Format
33
34Directly output fluent text summarizing story outline, without any titles.
35
36## Constraints
37
38- **Word Count Control**: Strictly control summary word count between 300-500 Chinese characters.
39- **Content Accuracy**: Strictly summarize according to text original, do not create or adapt on your own.
40- **Unified Person**: Use third person for summary (even if original is first person).
41- **Format Requirements**: Directly output body text, without any titles.
42- **Avoid Commentary**: Do not make summary or commentary overview of text content.
43
44## Examples
45
46See `{baseDir}/references/examples.md` directory for more detailed examples:
47- `examples.md` - Contains story outline examples for different narrative perspectives (first-person, third-person) and complex character relationships.
48
49## Detailed Documentation
50
51See `{baseDir}/references/examples.md` for detailed guidance and cases on story outline generation.
52
53---
54
55## Version History
56
57| Version | Date | Changes |
58|---------|------|---------|
59| 2.1.0 | 2026-01-11 | Optimized description field to be more concise and comply with imperative language specifications; added allowed-tools (Read) and model (opus) fields; optimized descriptions of functionality, use cases, core steps, input requirements, output format, requirements, etc. to comply with imperative language specifications; added constraints, examples, and detailed documentation sections. |
60| 2.0.0 | 2026-01-11 | Refactored according to official specifications |
61| 1.0.0 | 2026-01-10 | Initial version |