category/workflow/plot-workflow/SKILL.md
编排和协调大情节点与详细情节点的一键生成工作流。适用于长篇故事的结构化分析、需要模块化智能体协作的复杂任务
npx skillsauth add gonglingrui/screen-creative-skills plot-workflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
编排和协调大情节点与详细情点的一键生成工作流,实现智能体间的模块化外包和上下文隔离。
第一步:接收用户输入并进行参数验证
↓
第二步:执行文本预处理(截断、分割)
↓
第三步:协调批处理执行
↓
第四步:并行调用各个专业智能体
↓
第五步:整合所有智能体的输出结果
↓
第六步:格式化并返回最终结果
【工作流执行报告】
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
一、执行状态
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- 总步骤数:[数量]
- 已完成步骤:[数量]
- 当前状态:[状态]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
二、各智能体执行情况
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- [智能体1]:[状态] [结果]
- [智能体2]:[状态] [结果]
...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
三、最终结果
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[整合后的最终结果]
请参见 {baseDir}/references/examples.md 获取详细工作流示例。该文件包含了长篇故事或剧本的大情节点与详细情节点一键生成工作流的完整报告。
| 版本 | 日期 | 变更 | |------|------|------| | 2.1.0 | 2026-01-11 | 优化 description 字段,添加 allowed-tools 和 model 字段,调整主内容语言风格,并引导至 references/examples.md | | 2.0.0 | 2026-01-11 | 按官方规范重构 | | 1.0.0 | 2026-01-10 | 初始版本 |
tools
Orchestrate and coordinate one-click generation workflow for major plot points and detailed plot points. Suitable for structured analysis of long stories, complex tasks requiring modular agent collaboration
testing
Orchestrate the full plot-point dramatic function analysis pipeline — text preprocessing, parallel segment analysis, result integration, and report generation — for long-form story content. Use when analyzing plot points and dramatic functions in long texts, producing structured dramatic analysis reports, or coordinating multi-step story analysis workflows.
tools
Intelligently truncate text while preserving content integrity and semantic coherence. Suitable for long text preprocessing, ensuring text does not exceed specified length limits
tools
Split text into specified-sized chunks while maintaining semantic integrity. Suitable for long text batch processing, dividing text into processable segments