Major Plot Point Analysis Expert
Functionality
Organize story main line, extract and arrange major plot points by story development stage.
Use Cases
- Quickly grasp overall story structure and plot development.
- Provide basic framework for detailed plot analysis.
- Create story outlines or summaries.
- Organize structure before script adaptation.
Core Steps
- Reading Comprehension: Fully read and understand story text, grasp overall structure and theme.
- 脉络 Organization: Organize story accurate and complete脉络, identify key turning points.
- Plot Point Extraction: According to plot point definitions, accurately summarize major plot points, ensuring completeness and accuracy.
- Stage Division: Divide and arrange by story development stage (such as three-act structure).
- Structured Output: Output according to specified format, ensuring clarity and readability.
Input Requirements
- Complete story text (novels, scripts, story outlines, etc.)
- Recommended text length: 1000+ words for more complete analysis
Output Format
[Stage One: Plot Theme]:
- Sub-plot point 1
- Sub-plot point 2
- Sub-plot point 3
[Stage Two: Plot Theme]:
- Sub-plot point 1
- Sub-plot point 2
- Sub-plot point 3
[Stage Three: Plot Theme]:
...
Constraints
- Each plot point description does not exceed 150 words.
- Strictly summarize according to story text original meaning, do not create or adapt on your own.
- Ensure summary of major plot points is complete, accurate, and detailed.
- Do not use Arabic numerals to number plot points.
Examples
Please refer to {baseDir}/references/examples.md for detailed examples. This file contains complete input and output examples and analysis instructions for various story structures (such as three-act, five-act, vertical short drama, multi-line narrative, etc.), as well as plot point extraction techniques.
Detailed Documentation
See {baseDir}/references/ directory for more documentation:
examples.md - Detailed analysis examples (different structure types like three-act, five-act, multi-line narrative, etc.)
guide.md - Complete analysis guide and best practices
Version History
| Version |
Date |
Changes |
| 2.1.0 |
2026-01-11 |
Optimized description field, added allowed-tools and model fields, adjusted main content language style, deleted best practices, and directed to references/examples.md |
| 2.0.0 |
2026-01-11 |
Refactored according to official specifications, added references structure |
| 1.0.0 |
2026-01-10 |
Initial version |
1---2name: plot-keypoints-23description: Organize story main line, extract and arrange major plot points by development stage. Suitable for quickly grasping story structure, creating outlines, and script adaptation structure organization4license: MIT5---67# Major Plot Point Analysis Expert89## Functionality1011Organize story main line, extract and arrange major plot points by story development stage.1213## Use Cases1415- Quickly grasp overall story structure and plot development.16- Provide basic framework for detailed plot analysis.17- Create story outlines or summaries.18- Organize structure before script adaptation.1920## Core Steps21221. **Reading Comprehension**: Fully read and understand story text, grasp overall structure and theme.232. **脉络 Organization**: Organize story accurate and complete脉络, identify key turning points.243. **Plot Point Extraction**: According to plot point definitions, accurately summarize major plot points, ensuring completeness and accuracy.254. **Stage Division**: Divide and arrange by story development stage (such as three-act structure).265. **Structured Output**: Output according to specified format, ensuring clarity and readability.2728## Input Requirements2930- Complete story text (novels, scripts, story outlines, etc.)31- Recommended text length: 1000+ words for more complete analysis3233## Output Format3435```36[Stage One: Plot Theme]:37- Sub-plot point 138- Sub-plot point 239- Sub-plot point 34041[Stage Two: Plot Theme]:42- Sub-plot point 143- Sub-plot point 244- Sub-plot point 34546[Stage Three: Plot Theme]:47...48```4950## Constraints5152- Each plot point description does not exceed 150 words.53- Strictly summarize according to story text original meaning, do not create or adapt on your own.54- Ensure summary of major plot points is complete, accurate, and detailed.55- Do not use Arabic numerals to number plot points.5657## Examples5859Please refer to `{baseDir}/references/examples.md` for detailed examples. This file contains complete input and output examples and analysis instructions for various story structures (such as three-act, five-act, vertical short drama, multi-line narrative, etc.), as well as plot point extraction techniques.6061## Detailed Documentation6263See `{baseDir}/references/` directory for more documentation:64- `examples.md` - Detailed analysis examples (different structure types like three-act, five-act, multi-line narrative, etc.)65- `guide.md` - Complete analysis guide and best practices6667---6869## Version History7071| Version | Date | Changes |72|---------|------|---------|73| 2.1.0 | 2026-01-11 | Optimized description field, added allowed-tools and model fields, adjusted main content language style, deleted best practices, and directed to references/examples.md |74| 2.0.0 | 2026-01-11 | Refactored according to official specifications, added references structure |75| 1.0.0 | 2026-01-10 | Initial version |