plot-structure
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePlot Structure
情节结构
Overview
概述
Plan and manage story arcs, plot points, foreshadowing, and narrative timeline. Each arc is a markdown file in with a chronological timeline maintained in . The plot index tracks all arcs, their status, and theme coverage.
plot/arcs/plot/timeline.md规划和管理故事弧、情节点、伏笔以及叙事时间线。每个弧都是目录下的一个Markdown文件,同时在中维护按时间顺序排列的时间线。情节索引会追踪所有弧的状态、主题覆盖情况。
plot/arcs/plot/timeline.mdPrerequisites
前提条件
A story project must already exist (created via the story-init skill). Verify by checking for in the project root.
story.md必须已存在一个故事项目(通过story-init Skill创建)。可通过检查项目根目录下是否存在文件来验证。
story.mdChoosing a Story Structure
选择故事结构
- Read for genre and themes
story.md - Consult for available structures
references/structure-models.md - Recommend a structure based on genre (default to three-act if unclear)
- Update frontmatter
plot/_index.mdfieldstructure - Populate the story structure section with the beat sheet
- 阅读了解故事类型与主题
story.md - 查看获取可用的结构模板
references/structure-models.md - 根据故事类型推荐合适的结构(若不明确则默认使用三幕结构)
- 更新前置元数据中的
plot/_index.md字段structure - 用节拍表填充故事结构板块
Creating an Arc
创建故事弧
- Read for themes
story.md - Read for existing arcs
plot/_index.md - Read to understand available characters
characters/_index.md - Ask for:
- Arc name
- Type (main, subplot, character, thematic)
- Which characters are involved
- Which themes it serves
- Build the arc through conversation: setup, escalations, climax, resolution
- Write the file using
references/arc-template.md - Save to
plot/arcs/{arc-name-kebab}.md - Update arcs table
plot/_index.md - Update theme tracking in
plot/_index.md - If characters are referenced, verify they exist in
characters/
- 阅读了解故事主题
story.md - 查看了解已有的故事弧
plot/_index.md - 阅读熟悉可用角色
characters/_index.md - 询问以下信息:
- 弧名称
- 类型(主线、副线、人物、主题)
- 涉及的角色
- 所服务的主题
- 通过对话构建故事弧:铺垫、升级、高潮、结局
- 使用模板生成文件
references/arc-template.md - 保存至
plot/arcs/{arc-name-kebab}.md - 更新中的弧列表
plot/_index.md - 更新中的主题追踪信息
plot/_index.md - 若涉及角色,需验证其是否存在于目录下
characters/
Managing Plot Points
管理情节点
Plot points live within arc files in the "Plot Points" table. When adding a plot point:
- Read the relevant arc file
- Add the plot point to the table with chapter reference (if known)
- Add the event to in chronological order
plot/timeline.md - If the plot point involves foreshadowing, add it to the arc's foreshadowing table
情节点位于弧文件的“情节点”表格中。添加情节点时:
- 读取对应的弧文件
- 将情节点添加至表格,并标注章节参考(若已知)
- 将该事件按时间顺序添加至
plot/timeline.md - 若情节点涉及伏笔,将其添加至弧的伏笔表格中
Timeline Management
时间线管理
The timeline at is a chronological master list of all story events across all arcs.
plot/timeline.mdWhen adding events:
- Insert in chronological order
- Link to the relevant arc and chapter
- Keep entries concise (one line per event)
When reviewing the timeline:
- Check for chronological consistency
- Identify pacing issues (too many events clustered, long gaps)
- Flag arcs that haven't progressed
plot/timeline.md添加事件时:
- 按时间顺序插入
- 关联对应的故事弧与章节
- 保持条目简洁(每条事件一行)
审核时间线时:
- 检查时间顺序的一致性
- 识别节奏问题(事件过于集中或间隔过长)
- 标记未推进的故事弧
Foreshadowing Tracking
伏笔追踪
Each arc tracks its own foreshadowing in the "Foreshadowing" table:
- Planted: What hint or setup is placed
- Payoff: What the payoff will be
- Chapter Planted / Chapter Payoff: Where each occurs
- Status: or
plantedpaid-off
During chapter writing, flag any items that haven't been paid off as reminders.
planted每个弧在“伏笔”表格中追踪自身的伏笔:
- 埋设内容: 设置的线索或铺垫
- 回收内容: 对应的伏笔回收内容
- 埋设章节 / 回收章节: 各自发生的章节
- 状态: (已埋设)或
planted(已回收)paid-off
在撰写章节时,标记所有已埋设但未回收的伏笔作为提醒。
Cross-Referencing
交叉引用
- Arcs reference characters via frontmatter field
characters - Arcs reference themes via frontmatter field
themes - Plot points reference chapters
- Timeline entries link arcs and chapters
- Theme tracking in maps themes to arcs and chapters
plot/_index.md
- 弧通过前置元数据的字段关联角色
characters - 弧通过前置元数据的字段关联主题
themes - 情节点关联章节
- 时间线条目关联故事弧与章节
- 中的主题追踪将主题映射到对应的故事弧与章节
plot/_index.md
Reference Files
参考文件
- - Template for arc files with frontmatter and sections
references/arc-template.md - - Story structure models (three-act, hero's journey, save the cat, kishotenketsu, five-act) with beat sheets
references/structure-models.md
- - 弧文件模板,包含前置元数据与板块
references/arc-template.md - - 故事结构模型(三幕式、英雄之旅、救猫咪、起承转合、五幕式)及对应的节拍表
references/structure-models.md