Result Integration Tool
Functionality
Integrate multiple plot point analysis results into comprehensive reports, generating high-quality comprehensive analysis through deduplication, classification, sorting, and summarization.
Use Cases
- Integrate plot point results from multiple analysis sources, generate unified comprehensive reports.
- Remove duplicate and redundant information, ensure report conciseness and accuracy.
- Provide structured plot point analysis summary for quick understanding of story core.
- Optimize report logical coherence, improve readability and professionalism.
Integration Principles
- Deduplication: Remove duplicate or similar plot points, ensure each plot point is unique.
- Classification: Classify plot points by dramatic function, provide clear structured view.
- Sorting: Arrange plot points in order of appearance in story, ensure timeline coherence.
- Summarization: Provide overall dramatic structure analysis, give professional insights and recommendations.
Core Steps
Receive multiple analysis results
↓
Identify and remove duplicate content
↓
Classify by dramatic function
↓
Sort by story order
↓
Generate overall analysis summary
↓
Output final comprehensive report
Input Requirements
- Plot Point Analysis Results: Multiple plot point analysis reports or data from different agents.
- Analysis Source Weights (optional): Specify priority or weights of different analysis source results.
Output Format
[Plot Point Integration Analysis Report]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
I. Overall Analysis Summary
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[Overall dramatic structure analysis and professional insights]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
II. Plot Point Analysis
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[Plot Point]: [Description]
[Dramatic Function]: [Analysis]
- [Specifically describe function and impact of this plot point]
[Plot Point]: [Description]
[Dramatic Function]: [Analysis]
- [Specifically describe function and impact of this plot point]
...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
III. Dramatic Structure Evaluation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[Professional evaluation and improvement recommendations for integrated dramatic structure]
Constraints
- Ensure all input plot point information is complete and parseable.
- Integration process must maintain objectivity, not introduce new subjective judgments.
- Report content must be logically coherent, easy to read and understand.
- Ensure final output report format is standardized and meets expected requirements.
Examples
See {baseDir}/references/examples.md directory for more detailed examples:
examples.md - Contains detailed report examples of multi-agent plot point analysis result integration, deduplication, classification, sorting, and summarization.
Detailed Documentation
See {baseDir}/references/examples.md for detailed guidance and cases on result integration.
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, integration principles, core steps, input requirements, output format, and integration requirements 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: result-integrator3description: Integrate multiple plot point analysis results into comprehensive reports, generating high-quality analysis through deduplication, classification, sorting, and summarization. Suitable for integrating multiple analysis sources, generating unified reports4license: MIT5---67# Result Integration Tool89## Functionality1011Integrate multiple plot point analysis results into comprehensive reports, generating high-quality comprehensive analysis through deduplication, classification, sorting, and summarization.1213## Use Cases1415- Integrate plot point results from multiple analysis sources, generate unified comprehensive reports.16- Remove duplicate and redundant information, ensure report conciseness and accuracy.17- Provide structured plot point analysis summary for quick understanding of story core.18- Optimize report logical coherence, improve readability and professionalism.1920## Integration Principles21221. **Deduplication**: Remove duplicate or similar plot points, ensure each plot point is unique.232. **Classification**: Classify plot points by dramatic function, provide clear structured view.243. **Sorting**: Arrange plot points in order of appearance in story, ensure timeline coherence.254. **Summarization**: Provide overall dramatic structure analysis, give professional insights and recommendations.2627## Core Steps2829```30Receive multiple analysis results31 ↓32Identify and remove duplicate content33 ↓34Classify by dramatic function35 ↓36Sort by story order37 ↓38Generate overall analysis summary39 ↓40Output final comprehensive report41```4243## Input Requirements4445- **Plot Point Analysis Results**: Multiple plot point analysis reports or data from different agents.46- **Analysis Source Weights** (optional): Specify priority or weights of different analysis source results.4748## Output Format4950```51[Plot Point Integration Analysis Report]5253━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━54I. Overall Analysis Summary55━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━56[Overall dramatic structure analysis and professional insights]5758━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━59II. Plot Point Analysis60━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━61[Plot Point]: [Description]62[Dramatic Function]: [Analysis]63- [Specifically describe function and impact of this plot point]6465[Plot Point]: [Description]66[Dramatic Function]: [Analysis]67- [Specifically describe function and impact of this plot point]68...6970━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━71III. Dramatic Structure Evaluation72━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━73[Professional evaluation and improvement recommendations for integrated dramatic structure]74```7576## Constraints7778- Ensure all input plot point information is complete and parseable.79- Integration process must maintain objectivity, not introduce new subjective judgments.80- Report content must be logically coherent, easy to read and understand.81- Ensure final output report format is standardized and meets expected requirements.8283## Examples8485See `{baseDir}/references/examples.md` directory for more detailed examples:86- `examples.md` - Contains detailed report examples of multi-agent plot point analysis result integration, deduplication, classification, sorting, and summarization.8788## Detailed Documentation8990See `{baseDir}/references/examples.md` for detailed guidance and cases on result integration.9192---9394## Version History9596| Version | Date | Changes |97|---------|------|---------|98| 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, integration principles, core steps, input requirements, output format, and integration requirements to comply with imperative language specifications; added constraints, examples, and detailed documentation sections. |99| 2.0.0 | 2026-01-11 | Refactored according to official specifications |100| 1.0.0 | 2026-01-10 | Initial version |