novelws 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +161 -0
- package/LICENSE +22 -0
- package/README.md +372 -0
- package/dist/cli.d.ts +3 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +50 -0
- package/dist/cli.js.map +1 -0
- package/dist/commands/check.d.ts +6 -0
- package/dist/commands/check.d.ts.map +1 -0
- package/dist/commands/check.js +32 -0
- package/dist/commands/check.js.map +1 -0
- package/dist/commands/init.d.ts +6 -0
- package/dist/commands/init.d.ts.map +1 -0
- package/dist/commands/init.js +160 -0
- package/dist/commands/init.js.map +1 -0
- package/dist/commands/plugin.d.ts +6 -0
- package/dist/commands/plugin.d.ts.map +1 -0
- package/dist/commands/plugin.js +135 -0
- package/dist/commands/plugin.js.map +1 -0
- package/dist/commands/upgrade.d.ts +6 -0
- package/dist/commands/upgrade.d.ts.map +1 -0
- package/dist/commands/upgrade.js +92 -0
- package/dist/commands/upgrade.js.map +1 -0
- package/dist/core/config.d.ts +72 -0
- package/dist/core/config.d.ts.map +1 -0
- package/dist/core/config.js +136 -0
- package/dist/core/config.js.map +1 -0
- package/dist/core/errors.d.ts +59 -0
- package/dist/core/errors.d.ts.map +1 -0
- package/dist/core/errors.js +125 -0
- package/dist/core/errors.js.map +1 -0
- package/dist/core/platform.d.ts +27 -0
- package/dist/core/platform.d.ts.map +1 -0
- package/dist/core/platform.js +75 -0
- package/dist/core/platform.js.map +1 -0
- package/dist/core/template.d.ts +35 -0
- package/dist/core/template.d.ts.map +1 -0
- package/dist/core/template.js +94 -0
- package/dist/core/template.js.map +1 -0
- package/dist/plugins/identifier.d.ts +13 -0
- package/dist/plugins/identifier.d.ts.map +1 -0
- package/dist/plugins/identifier.js +72 -0
- package/dist/plugins/identifier.js.map +1 -0
- package/dist/plugins/installers/base.d.ts +27 -0
- package/dist/plugins/installers/base.d.ts.map +1 -0
- package/dist/plugins/installers/base.js +30 -0
- package/dist/plugins/installers/base.js.map +1 -0
- package/dist/plugins/installers/github.d.ts +22 -0
- package/dist/plugins/installers/github.d.ts.map +1 -0
- package/dist/plugins/installers/github.js +133 -0
- package/dist/plugins/installers/github.js.map +1 -0
- package/dist/plugins/installers/local.d.ts +16 -0
- package/dist/plugins/installers/local.d.ts.map +1 -0
- package/dist/plugins/installers/local.js +69 -0
- package/dist/plugins/installers/local.js.map +1 -0
- package/dist/plugins/installers/npm.d.ts +20 -0
- package/dist/plugins/installers/npm.d.ts.map +1 -0
- package/dist/plugins/installers/npm.js +99 -0
- package/dist/plugins/installers/npm.js.map +1 -0
- package/dist/plugins/manager.d.ts +77 -0
- package/dist/plugins/manager.d.ts.map +1 -0
- package/dist/plugins/manager.js +349 -0
- package/dist/plugins/manager.js.map +1 -0
- package/dist/plugins/registry.d.ts +48 -0
- package/dist/plugins/registry.d.ts.map +1 -0
- package/dist/plugins/registry.js +111 -0
- package/dist/plugins/registry.js.map +1 -0
- package/dist/plugins/types.d.ts +66 -0
- package/dist/plugins/types.d.ts.map +1 -0
- package/dist/plugins/types.js +2 -0
- package/dist/plugins/types.js.map +1 -0
- package/dist/plugins/validator.d.ts +19 -0
- package/dist/plugins/validator.d.ts.map +1 -0
- package/dist/plugins/validator.js +164 -0
- package/dist/plugins/validator.js.map +1 -0
- package/dist/utils/logger.d.ts +13 -0
- package/dist/utils/logger.d.ts.map +1 -0
- package/dist/utils/logger.js +48 -0
- package/dist/utils/logger.js.map +1 -0
- package/dist/utils/project.d.ts +24 -0
- package/dist/utils/project.d.ts.map +1 -0
- package/dist/utils/project.js +61 -0
- package/dist/utils/project.js.map +1 -0
- package/dist/version.d.ts +3 -0
- package/dist/version.d.ts.map +1 -0
- package/dist/version.js +21 -0
- package/dist/version.js.map +1 -0
- package/package.json +76 -0
- package/plugins/authentic-voice/README.md +31 -0
- package/plugins/authentic-voice/commands/authentic-voice.md +73 -0
- package/plugins/authentic-voice/commands/authenticity-audit.md +37 -0
- package/plugins/authentic-voice/config.yaml +30 -0
- package/plugins/authentic-voice/experts/authentic-editor.md +27 -0
- package/plugins/export/README.md +319 -0
- package/plugins/export/commands/export.md +460 -0
- package/plugins/export/commands/generate-cover.md +256 -0
- package/plugins/export/commands/metadata.md +309 -0
- package/plugins/export/config.yaml +47 -0
- package/plugins/export/experts/publishing-expert.md +171 -0
- package/plugins/export/templates/epub/chapter-template.html +13 -0
- package/plugins/export/templates/epub/cover-template.html +14 -0
- package/plugins/export/templates/epub/stylesheet.css +200 -0
- package/plugins/export/templates/pdf/ebook-style.css +137 -0
- package/plugins/export/templates/pdf/print-style.css +179 -0
- package/plugins/export/templates/platforms/jinjiang-format.md +101 -0
- package/plugins/export/templates/platforms/qidian-format.md +108 -0
- package/plugins/export/templates/platforms/tomato-format.md +95 -0
- package/plugins/translate/README.md +265 -0
- package/plugins/translate/commands/glossary.md +731 -0
- package/plugins/translate/commands/translate-preview.md +543 -0
- package/plugins/translate/commands/translate.md +649 -0
- package/plugins/translate/config.yaml +43 -0
- package/plugins/translate/experts/literary-translator.md +605 -0
- package/templates/commands/analyze.md +1485 -0
- package/templates/commands/checklist.md +434 -0
- package/templates/commands/clarify.md +257 -0
- package/templates/commands/constitution.md +257 -0
- package/templates/commands/expert.md +136 -0
- package/templates/commands/plan.md +749 -0
- package/templates/commands/recap.md +613 -0
- package/templates/commands/relations.md +96 -0
- package/templates/commands/revise.md +341 -0
- package/templates/commands/specify.md +682 -0
- package/templates/commands/tasks.md +142 -0
- package/templates/commands/timeline.md +73 -0
- package/templates/commands/track-init.md +137 -0
- package/templates/commands/track.md +463 -0
- package/templates/commands/write.md +1264 -0
- package/templates/config/keyword-mappings.json +106 -0
- package/templates/knowledge/audit-config.json +26 -0
- package/templates/knowledge/character-profiles.md +152 -0
- package/templates/knowledge/character-voices.md +137 -0
- package/templates/knowledge/locations.md +184 -0
- package/templates/knowledge/world-setting.md +121 -0
- package/templates/knowledge-base/README.md +285 -0
- package/templates/knowledge-base/character-archetypes/01-hero.md +233 -0
- package/templates/knowledge-base/character-archetypes/02-mentor.md +177 -0
- package/templates/knowledge-base/character-archetypes/03-shadow.md +221 -0
- package/templates/knowledge-base/character-archetypes/04-ally.md +178 -0
- package/templates/knowledge-base/character-archetypes/05-shapeshifter.md +177 -0
- package/templates/knowledge-base/character-archetypes/06-trickster.md +181 -0
- package/templates/knowledge-base/character-archetypes/07-threshold-guardian.md +177 -0
- package/templates/knowledge-base/character-archetypes/08-herald.md +180 -0
- package/templates/knowledge-base/character-archetypes/09-father.md +249 -0
- package/templates/knowledge-base/character-archetypes/10-mother.md +202 -0
- package/templates/knowledge-base/character-archetypes/11-child.md +183 -0
- package/templates/knowledge-base/character-archetypes/12-sage.md +202 -0
- package/templates/knowledge-base/character-archetypes/README.md +60 -0
- package/templates/knowledge-base/character-archetypes/application-guide.md +222 -0
- package/templates/knowledge-base/character-archetypes/archetype-combinations.md +242 -0
- package/templates/knowledge-base/character-archetypes/config.yaml +28 -0
- package/templates/knowledge-base/character-archetypes/examples-analysis.md +223 -0
- package/templates/knowledge-base/craft/character-arc.md +1153 -0
- package/templates/knowledge-base/craft/dialogue.md +1170 -0
- package/templates/knowledge-base/craft/pacing.md +1200 -0
- package/templates/knowledge-base/craft/scene-structure.md +1136 -0
- package/templates/knowledge-base/craft/show-not-tell.md +1012 -0
- package/templates/knowledge-base/emotional-beats/01-first-meeting.md +145 -0
- package/templates/knowledge-base/emotional-beats/02-bonding-moment.md +226 -0
- package/templates/knowledge-base/emotional-beats/03-declaration.md +284 -0
- package/templates/knowledge-base/emotional-beats/04-triumph.md +240 -0
- package/templates/knowledge-base/emotional-beats/05-reunion.md +396 -0
- package/templates/knowledge-base/emotional-beats/06-forgiveness.md +204 -0
- package/templates/knowledge-base/emotional-beats/07-betrayal.md +204 -0
- package/templates/knowledge-base/emotional-beats/08-loss.md +214 -0
- package/templates/knowledge-base/emotional-beats/09-rejection.md +254 -0
- package/templates/knowledge-base/emotional-beats/10-failure.md +244 -0
- package/templates/knowledge-base/emotional-beats/11-misunderstanding.md +205 -0
- package/templates/knowledge-base/emotional-beats/12-farewell.md +283 -0
- package/templates/knowledge-base/emotional-beats/13-revelation.md +242 -0
- package/templates/knowledge-base/emotional-beats/14-point-of-no-return.md +215 -0
- package/templates/knowledge-base/emotional-beats/15-dark-night.md +244 -0
- package/templates/knowledge-base/emotional-beats/16-sacrifice.md +246 -0
- package/templates/knowledge-base/emotional-beats/17-awakening.md +246 -0
- package/templates/knowledge-base/emotional-beats/18-confrontation.md +217 -0
- package/templates/knowledge-base/emotional-beats/19-bittersweet-goodbye.md +368 -0
- package/templates/knowledge-base/emotional-beats/20-moral-dilemma.md +248 -0
- package/templates/knowledge-base/emotional-beats/21-temptation.md +240 -0
- package/templates/knowledge-base/emotional-beats/22-redemption.md +210 -0
- package/templates/knowledge-base/emotional-beats/README.md +104 -0
- package/templates/knowledge-base/emotional-beats/beat-sequences.md +276 -0
- package/templates/knowledge-base/emotional-beats/config.yaml +30 -0
- package/templates/knowledge-base/emotional-beats/pacing-guide.md +390 -0
- package/templates/knowledge-base/genres/historical.md +1127 -0
- package/templates/knowledge-base/genres/mystery.md +1123 -0
- package/templates/knowledge-base/genres/revenge.md +846 -0
- package/templates/knowledge-base/genres/romance.md +948 -0
- package/templates/knowledge-base/genres/sci-fi.md +156 -0
- package/templates/knowledge-base/genres/thriller.md +166 -0
- package/templates/knowledge-base/genres/wuxia.md +143 -0
- package/templates/knowledge-base/references/README.md +96 -0
- package/templates/knowledge-base/references/china-1920s/culture.md +423 -0
- package/templates/knowledge-base/references/china-1920s/daily-life.md +616 -0
- package/templates/knowledge-base/references/china-1920s/overview.md +298 -0
- package/templates/knowledge-base/references/china-1920s/society.md +703 -0
- package/templates/knowledge-base/references/china-1920s/warlords.md +427 -0
- package/templates/knowledge-base/references/cultivation-world/daily-life.md +108 -0
- package/templates/knowledge-base/references/cultivation-world/overview.md +64 -0
- package/templates/knowledge-base/references/cultivation-world/power-system.md +108 -0
- package/templates/knowledge-base/references/cultivation-world/sects.md +104 -0
- package/templates/knowledge-base/references/cultivation-world/world-setting.md +108 -0
- package/templates/knowledge-base/references/modern-workplace/corporate.md +115 -0
- package/templates/knowledge-base/references/modern-workplace/daily-life.md +129 -0
- package/templates/knowledge-base/references/modern-workplace/overview.md +73 -0
- package/templates/knowledge-base/references/modern-workplace/relationships.md +107 -0
- package/templates/knowledge-base/references/modern-workplace/tech-industry.md +131 -0
- package/templates/knowledge-base/references/tang-dynasty/culture.md +135 -0
- package/templates/knowledge-base/references/tang-dynasty/daily-life.md +139 -0
- package/templates/knowledge-base/references/tang-dynasty/overview.md +76 -0
- package/templates/knowledge-base/references/tang-dynasty/politics.md +121 -0
- package/templates/knowledge-base/references/tang-dynasty/society.md +126 -0
- package/templates/knowledge-base/requirements/README.md +240 -0
- package/templates/knowledge-base/requirements/anti-ai-v3.md +46 -0
- package/templates/knowledge-base/requirements/anti-ai-v4.md +430 -0
- package/templates/knowledge-base/requirements/fast-paced.md +552 -0
- package/templates/knowledge-base/requirements/no-poison.md +60 -0
- package/templates/knowledge-base/requirements/romance-angst.md +102 -0
- package/templates/knowledge-base/requirements/romance-sweet.md +63 -0
- package/templates/knowledge-base/requirements/serious-literature.md +45 -0
- package/templates/knowledge-base/requirements/strong-emotion.md +60 -0
- package/templates/knowledge-base/styles/README.md +302 -0
- package/templates/knowledge-base/styles/ancient-style.md +579 -0
- package/templates/knowledge-base/styles/literary.md +439 -0
- package/templates/knowledge-base/styles/minimal.md +472 -0
- package/templates/knowledge-base/styles/natural-voice.md +930 -0
- package/templates/knowledge-base/styles/web-novel.md +525 -0
- package/templates/memory/constitution.md +140 -0
- package/templates/memory/personal-voice.md +113 -0
- package/templates/scripts/README.md +187 -0
- package/templates/scripts/bash/analyze-story.sh +170 -0
- package/templates/scripts/bash/check-consistency.sh +463 -0
- package/templates/scripts/bash/check-plot.sh +374 -0
- package/templates/scripts/bash/check-timeline.sh +346 -0
- package/templates/scripts/bash/check-world.sh +395 -0
- package/templates/scripts/bash/check-writing-state.sh +854 -0
- package/templates/scripts/bash/clarify-story.sh +117 -0
- package/templates/scripts/bash/common.sh +151 -0
- package/templates/scripts/bash/constitution.sh +114 -0
- package/templates/scripts/bash/generate-tasks.sh +65 -0
- package/templates/scripts/bash/init-tracking.sh +183 -0
- package/templates/scripts/bash/manage-relations.sh +174 -0
- package/templates/scripts/bash/plan-story.sh +100 -0
- package/templates/scripts/bash/specify-story.sh +93 -0
- package/templates/scripts/bash/tasks-story.sh +96 -0
- package/templates/scripts/bash/test-word-count.sh +182 -0
- package/templates/scripts/bash/tests/bench-preload-cache.sh +100 -0
- package/templates/scripts/bash/tests/run-all-benchmarks.sh +16 -0
- package/templates/scripts/bash/tests/test-cache-semantics.sh +199 -0
- package/templates/scripts/bash/tests/test-cross-platform.sh +35 -0
- package/templates/scripts/bash/tests/test-edge-cases-bash.sh +60 -0
- package/templates/scripts/bash/tests/test-phase1-bash.sh +28 -0
- package/templates/scripts/bash/tests/test-preload-cache.sh +123 -0
- package/templates/scripts/bash/tests/test-regex-precompile.sh +89 -0
- package/templates/scripts/bash/tests/test-regression-bash.sh +42 -0
- package/templates/scripts/bash/tests/test-task6-verification.sh +200 -0
- package/templates/scripts/bash/text-audit.sh +144 -0
- package/templates/scripts/bash/track-progress.sh +194 -0
- package/templates/scripts/powershell/analyze-story.ps1 +171 -0
- package/templates/scripts/powershell/check-analyze-stage.ps1 +110 -0
- package/templates/scripts/powershell/check-consistency.ps1 +138 -0
- package/templates/scripts/powershell/check-plot.ps1 +139 -0
- package/templates/scripts/powershell/check-timeline.ps1 +112 -0
- package/templates/scripts/powershell/check-writing-state.ps1 +490 -0
- package/templates/scripts/powershell/check-writing-state.ps1.backup +135 -0
- package/templates/scripts/powershell/clarify-story.ps1 +107 -0
- package/templates/scripts/powershell/common.ps1 +36 -0
- package/templates/scripts/powershell/constitution.ps1 +142 -0
- package/templates/scripts/powershell/generate-tasks.ps1 +75 -0
- package/templates/scripts/powershell/init-tracking.ps1 +98 -0
- package/templates/scripts/powershell/manage-relations.ps1 +134 -0
- package/templates/scripts/powershell/plan-story.ps1 +96 -0
- package/templates/scripts/powershell/specify-story.ps1 +82 -0
- package/templates/scripts/powershell/tests/bench-ps-cache.ps1 +80 -0
- package/templates/scripts/powershell/tests/test-cross-platform.ps1 +27 -0
- package/templates/scripts/powershell/tests/test-edge-cases-ps.ps1 +29 -0
- package/templates/scripts/powershell/tests/test-phase1-ps.ps1 +28 -0
- package/templates/scripts/powershell/tests/test-ps-cache.ps1 +73 -0
- package/templates/scripts/powershell/tests/test-regression-ps.ps1 +40 -0
- package/templates/scripts/powershell/text-audit.ps1 +100 -0
- package/templates/scripts/powershell/track-progress.ps1 +105 -0
- package/templates/skills/genre-knowledge/fantasy/SKILL.md +355 -0
- package/templates/skills/genre-knowledge/mystery/SKILL.md +337 -0
- package/templates/skills/genre-knowledge/romance/SKILL.md +228 -0
- package/templates/skills/genre-knowledge/sci-fi/SKILL.md +65 -0
- package/templates/skills/genre-knowledge/thriller/SKILL.md +95 -0
- package/templates/skills/quality-assurance/consistency-checker/SKILL.md +341 -0
- package/templates/skills/quality-assurance/continuity-tracker/SKILL.md +157 -0
- package/templates/skills/quality-assurance/forgotten-elements/SKILL.md +147 -0
- package/templates/skills/quality-assurance/getting-started/SKILL.md +224 -0
- package/templates/skills/quality-assurance/pacing-monitor/SKILL.md +143 -0
- package/templates/skills/quality-assurance/pov-validator/SKILL.md +135 -0
- package/templates/skills/quality-assurance/pre-write-checklist/SKILL.md +583 -0
- package/templates/skills/quality-assurance/requirement-detector/CONFLICT_RESOLUTION.md +119 -0
- package/templates/skills/quality-assurance/requirement-detector/EXAMPLES.md +146 -0
- package/templates/skills/quality-assurance/requirement-detector/KEYWORDS.md +160 -0
- package/templates/skills/quality-assurance/requirement-detector/SKILL.md +149 -0
- package/templates/skills/quality-assurance/setting-detector/SKILL.md +611 -0
- package/templates/skills/quality-assurance/style-detector/CONFLICT_RESOLUTION.md +126 -0
- package/templates/skills/quality-assurance/style-detector/EXAMPLES.md +206 -0
- package/templates/skills/quality-assurance/style-detector/KEYWORDS.md +207 -0
- package/templates/skills/quality-assurance/style-detector/SKILL.md +126 -0
- package/templates/skills/quality-assurance/workflow-guide/SKILL.md +381 -0
- package/templates/skills/writing-techniques/character-arc/SKILL.md +267 -0
- package/templates/skills/writing-techniques/dialogue-techniques/SKILL.md +366 -0
- package/templates/skills/writing-techniques/multi-thread-narrative/SKILL.md +553 -0
- package/templates/skills/writing-techniques/multi-thread-narrative/experts/thread-analyst.md +226 -0
- package/templates/skills/writing-techniques/pacing-control/SKILL.md +377 -0
- package/templates/skills/writing-techniques/reader-expectation/SKILL.md +578 -0
- package/templates/skills/writing-techniques/reader-expectation/experts/expectation-analyst.md +209 -0
- package/templates/skills/writing-techniques/revision-polish/SKILL.md +496 -0
- package/templates/skills/writing-techniques/revision-polish/experts/revision-editor.md +221 -0
- package/templates/skills/writing-techniques/scene-structure/SKILL.md +361 -0
- package/templates/skills/writing-techniques/style-learning/SKILL.md +436 -0
- package/templates/specification-example.md +146 -0
- package/templates/tracking/character-state.json +78 -0
- package/templates/tracking/plot-tracker.json +62 -0
- package/templates/tracking/relationships.json +70 -0
- package/templates/tracking/timeline.json +49 -0
- package/templates/tracking/tracking-log.md +110 -0
- package/templates/tracking/validation-rules.json +128 -0
|
@@ -0,0 +1,553 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: multi-thread-narrative
|
|
3
|
+
description: "Use when story has multiple POVs, parallel plotlines, or interleaving timelines - tracks thread progress, detects hot/cold imbalances, suggests interweaving points, and monitors cross-thread foreshadowing"
|
|
4
|
+
allowed-tools: Read, Write
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# 多线程叙事追踪 (Multi-Thread Narrative Tracking)
|
|
8
|
+
|
|
9
|
+
## 快速参考(Quick Reference)
|
|
10
|
+
|
|
11
|
+
### 何时激活
|
|
12
|
+
|
|
13
|
+
**自动激活关键词**:
|
|
14
|
+
- 用户说"多线""多POV""故事线""线程""平行叙事""群像""切换视角"
|
|
15
|
+
- 用户问"下一章写哪条线""这条线是不是太久没写了"
|
|
16
|
+
- 检测到故事有 2+ 条独立故事线
|
|
17
|
+
- `/plan` 阶段设计多线结构
|
|
18
|
+
|
|
19
|
+
**前置条件**:
|
|
20
|
+
- 至少 3 章已完成内容(需要足够数据识别线程)
|
|
21
|
+
- 故事有 2+ 条可识别的独立线程
|
|
22
|
+
|
|
23
|
+
### 五大核心能力速查
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
线程识别 → 自动识别 POV/地点/时间线/主题线
|
|
27
|
+
进度追踪 → 章节数、字数占比、最后更新、弧线阶段
|
|
28
|
+
平衡分析 → 热线/冷线检测、失衡警告、占比合理性
|
|
29
|
+
交织建议 → 切换时机、悬念设计、过渡策略
|
|
30
|
+
伏笔追踪 → 线内伏笔、线间伏笔、全局伏笔、回收状态
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
**核心规则**:每条线都需要被管理——不能太热(读者疲劳),不能太冷(读者遗忘)。
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## 核心原则 (Core Principles)
|
|
38
|
+
|
|
39
|
+
### 1. 每条线都是承诺
|
|
40
|
+
|
|
41
|
+
**原则**:开启一条故事线,就是对读者的承诺——这条线会有发展和结局。
|
|
42
|
+
|
|
43
|
+
**违约后果**:
|
|
44
|
+
- 冷线太久 → 读者遗忘角色,失去情感连接
|
|
45
|
+
- 线程无结局 → 读者感到被欺骗
|
|
46
|
+
- 线程过多 → 读者无法跟踪,阅读体验碎片化
|
|
47
|
+
|
|
48
|
+
**管理标准**:
|
|
49
|
+
- 每条主线至少每 5 章出现一次
|
|
50
|
+
- 每条副线至少每 8 章出现一次
|
|
51
|
+
- 开启的线程必须有明确的结束计划
|
|
52
|
+
|
|
53
|
+
### 2. 平衡不等于平均
|
|
54
|
+
|
|
55
|
+
**原则**:线程平衡是指"合理分配",不是"均匀分配"。
|
|
56
|
+
|
|
57
|
+
**合理分配**:
|
|
58
|
+
- 主线(核心冲突):20-30% 篇幅
|
|
59
|
+
- 重要副线(关键角色):15-20% 篇幅
|
|
60
|
+
- 次要副线(辅助角色):8-12% 篇幅
|
|
61
|
+
- 点缀线(氛围/世界观):3-5% 篇幅
|
|
62
|
+
|
|
63
|
+
**不合理的情况**:
|
|
64
|
+
- 所有线程完全均等 → 缺乏主次,读者不知道关注谁
|
|
65
|
+
- 一条线占 50%+ → 其他线沦为装饰
|
|
66
|
+
- 次要线比主线篇幅多 → 主次颠倒
|
|
67
|
+
|
|
68
|
+
### 3. 切换要有理由
|
|
69
|
+
|
|
70
|
+
**原则**:每次线程切换都应该有叙事理由,不是随机跳转。
|
|
71
|
+
|
|
72
|
+
**好的切换理由**:
|
|
73
|
+
- 悬念点切换(制造期待)
|
|
74
|
+
- 时间同步切换(同一时刻不同地点)
|
|
75
|
+
- 主题呼应切换(A线的事件呼应B线)
|
|
76
|
+
- 冷线回暖切换(太久没写,需要推进)
|
|
77
|
+
|
|
78
|
+
**坏的切换**:
|
|
79
|
+
- 无理由跳转(读者困惑)
|
|
80
|
+
- 高潮中途切换(打断节奏)
|
|
81
|
+
- 机械轮换(A-B-C-A-B-C,缺乏变化)
|
|
82
|
+
|
|
83
|
+
### 4. 汇聚创造高潮
|
|
84
|
+
|
|
85
|
+
**原则**:多线叙事的最大优势是"汇聚"——多条线在关键时刻交汇,产生强大的叙事冲击力。
|
|
86
|
+
|
|
87
|
+
**汇聚类型**:
|
|
88
|
+
- **物理汇聚**:角色在同一地点相遇
|
|
89
|
+
- **信息汇聚**:不同线的信息拼合出完整真相
|
|
90
|
+
- **主题汇聚**:不同线的主题在同一时刻呼应
|
|
91
|
+
- **冲突汇聚**:多条线的冲突同时爆发
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## 线程识别 (Thread Identification)
|
|
96
|
+
|
|
97
|
+
### 识别规则
|
|
98
|
+
|
|
99
|
+
#### 1. POV 线程(视角线)
|
|
100
|
+
|
|
101
|
+
**识别依据**:
|
|
102
|
+
- 章节标题中的人物名("第3章 - 艾莉亚")
|
|
103
|
+
- 第一句的 POV 提示("艾莉亚醒来时……")
|
|
104
|
+
- 整章跟随同一角色的视角
|
|
105
|
+
- 内心独白的主体
|
|
106
|
+
|
|
107
|
+
**分类**:
|
|
108
|
+
```
|
|
109
|
+
类型: pov
|
|
110
|
+
识别置信度: 高(最容易识别)
|
|
111
|
+
常见于: 多POV小说、群像剧
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
#### 2. 地点线程(空间线)
|
|
115
|
+
|
|
116
|
+
**识别依据**:
|
|
117
|
+
- 明确的地理位置标记("君临城""临冬城")
|
|
118
|
+
- 场景描述的环境差异
|
|
119
|
+
- 角色群体的地理分布
|
|
120
|
+
|
|
121
|
+
**分类**:
|
|
122
|
+
```
|
|
123
|
+
类型: location
|
|
124
|
+
识别置信度: 中高
|
|
125
|
+
常见于: 战争小说、冒险小说
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
#### 3. 时间线程(时间线)
|
|
129
|
+
|
|
130
|
+
**识别依据**:
|
|
131
|
+
- 时间标记("三个月前""二十年后")
|
|
132
|
+
- 插叙/倒叙标识
|
|
133
|
+
- 平行时间线的事件
|
|
134
|
+
|
|
135
|
+
**分类**:
|
|
136
|
+
```
|
|
137
|
+
类型: timeline
|
|
138
|
+
识别置信度: 中
|
|
139
|
+
常见于: 悬疑小说、非线性叙事
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
#### 4. 主题线程(主题线)
|
|
143
|
+
|
|
144
|
+
**识别依据**:
|
|
145
|
+
- 独立的副情节("暗线:复仇")
|
|
146
|
+
- 主题关键词聚类
|
|
147
|
+
- 情节线的独立性
|
|
148
|
+
|
|
149
|
+
**分类**:
|
|
150
|
+
```
|
|
151
|
+
类型: theme
|
|
152
|
+
识别置信度: 中低(最难自动识别)
|
|
153
|
+
常见于: 文学小说、复杂叙事
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
### 边界情况处理
|
|
157
|
+
|
|
158
|
+
| 情况 | 处理方式 |
|
|
159
|
+
|------|---------|
|
|
160
|
+
| 混合 POV 章节(同章切换视角) | 拆分为子段落,分别归入对应线程 |
|
|
161
|
+
| 群戏章节(多角色均等) | 标记为 "ensemble",归入主线 |
|
|
162
|
+
| 过渡章节(连接两线) | 归入占比更大的线程 |
|
|
163
|
+
| 单线程小说 | 不激活本 Skill,避免干扰 |
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
## 进度追踪 (Progress Tracking)
|
|
168
|
+
|
|
169
|
+
### 追踪指标
|
|
170
|
+
|
|
171
|
+
每条线程追踪以下指标:
|
|
172
|
+
|
|
173
|
+
| 指标 | 说明 | 计算方式 |
|
|
174
|
+
|------|------|---------|
|
|
175
|
+
| 章节数 | 该线出现的章节数量 | 统计包含该线的章节 |
|
|
176
|
+
| 字数 | 该线的总字数 | 累加该线所有段落字数 |
|
|
177
|
+
| 占比 | 该线字数占总字数的比例 | 线程字数 / 总字数 × 100% |
|
|
178
|
+
| 最后更新 | 该线最后一次推进的章节 | 最近包含该线的章节号 |
|
|
179
|
+
| 冷线章数 | 距离最后更新的章节数 | 当前章节 - 最后更新章节 |
|
|
180
|
+
| 弧线阶段 | 该线的叙事阶段 | 开局/发展/高潮/收尾 |
|
|
181
|
+
| 张力等级 | 该线当前的紧张程度 | 1-10 评分 |
|
|
182
|
+
|
|
183
|
+
### 弧线阶段判断
|
|
184
|
+
|
|
185
|
+
```
|
|
186
|
+
开局 (Setup): 进度 0-20%,建立角色和冲突
|
|
187
|
+
发展 (Rising): 进度 20-60%,冲突升级,障碍增加
|
|
188
|
+
高潮 (Climax): 进度 60-85%,核心冲突爆发
|
|
189
|
+
收尾 (Resolution): 进度 85-100%,冲突解决,线程关闭
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
### 线程状态
|
|
193
|
+
|
|
194
|
+
| 状态 | 条件 | 图标 |
|
|
195
|
+
|------|------|------|
|
|
196
|
+
| 活跃 (Active) | 冷线章数 ≤ 3 | ✅ |
|
|
197
|
+
| 注意 (Warning) | 冷线章数 4-5 | ⚠️ |
|
|
198
|
+
| 冷线 (Cold) | 冷线章数 6-8 | ❄️ |
|
|
199
|
+
| 危险 (Critical) | 冷线章数 > 8 | 🔴 |
|
|
200
|
+
| 过热 (Hot) | 连续 3+ 章出现 | 🔥 |
|
|
201
|
+
| 已完结 (Closed) | 弧线阶段 = 收尾完成 | ✔️ |
|
|
202
|
+
|
|
203
|
+
---
|
|
204
|
+
|
|
205
|
+
## 平衡分析 (Balance Analysis)
|
|
206
|
+
|
|
207
|
+
### 热线/冷线检测
|
|
208
|
+
|
|
209
|
+
#### 热线 (Hot Thread)
|
|
210
|
+
```
|
|
211
|
+
条件: 连续 3+ 章出现 OR 近 10 章占比 > 40%
|
|
212
|
+
风险: 读者对其他线失去兴趣
|
|
213
|
+
建议: 降温,切换到其他线
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
#### 冷线 (Cold Thread)
|
|
217
|
+
```
|
|
218
|
+
条件: 5+ 章未更新 OR 总占比 < 目标占比的 50%
|
|
219
|
+
风险: 读者遗忘角色和情节
|
|
220
|
+
建议: 尽快推进,至少提及
|
|
221
|
+
```
|
|
222
|
+
|
|
223
|
+
### 平衡度评分
|
|
224
|
+
|
|
225
|
+
```markdown
|
|
226
|
+
## 平衡度评分标准
|
|
227
|
+
|
|
228
|
+
### 章节分布均衡度
|
|
229
|
+
- 优秀 (9-10): 各线交替合理,主次分明
|
|
230
|
+
- 良好 (7-8): 基本均衡,偶有失衡
|
|
231
|
+
- 一般 (5-6): 明显失衡,1-2 条线过热/过冷
|
|
232
|
+
- 差 (< 5): 严重失衡,多条线被遗忘
|
|
233
|
+
|
|
234
|
+
### 字数占比合理性
|
|
235
|
+
主线: 20-30% → 合理
|
|
236
|
+
重要副线: 15-20% → 合理
|
|
237
|
+
次要副线: 8-12% → 合理
|
|
238
|
+
偏差 > 10% → 警告
|
|
239
|
+
|
|
240
|
+
### 更新频率
|
|
241
|
+
理想间隔: 2-4 章
|
|
242
|
+
警告阈值: 5 章
|
|
243
|
+
危险阈值: 8 章
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
### 建议算法
|
|
247
|
+
|
|
248
|
+
```
|
|
249
|
+
优先级排序:
|
|
250
|
+
1. Critical 冷线(> 8 章未更新)→ 必须立即推进
|
|
251
|
+
2. Cold 冷线(6-8 章未更新)→ 强烈建议推进
|
|
252
|
+
3. Hot 热线(连续 3+ 章)→ 建议降温
|
|
253
|
+
4. Warning 线程(4-5 章未更新)→ 建议关注
|
|
254
|
+
5. Active 线程 → 正常轮换
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
---
|
|
258
|
+
|
|
259
|
+
## 交织策略 (Interweaving Strategies)
|
|
260
|
+
|
|
261
|
+
### Strategy 1: 悬念点切换 (Suspension Point Switching)
|
|
262
|
+
|
|
263
|
+
在悬念点切换到另一线,制造期待感。
|
|
264
|
+
|
|
265
|
+
**执行方法**:
|
|
266
|
+
```
|
|
267
|
+
A线章末: "门外传来脚步声……"(悬念)
|
|
268
|
+
↓ 切换
|
|
269
|
+
B线: 推进B线情节
|
|
270
|
+
↓ 几章后
|
|
271
|
+
A线: 揭晓脚步声是谁(满足期待)
|
|
272
|
+
```
|
|
273
|
+
|
|
274
|
+
**适用场景**:所有多线叙事
|
|
275
|
+
**效果**:读者急于知道A线后续,但被迫先读B线,增加翻页欲望
|
|
276
|
+
**注意**:不要每次都用,会让读者疲劳
|
|
277
|
+
|
|
278
|
+
### Strategy 2: 平行升级 (Parallel Escalation)
|
|
279
|
+
|
|
280
|
+
多线同步升级张力,汇聚到高潮。
|
|
281
|
+
|
|
282
|
+
**执行方法**:
|
|
283
|
+
```
|
|
284
|
+
Ch20: A线 — 敌军逼近(张力 7/10)
|
|
285
|
+
Ch21: B线 — 阴谋暴露(张力 7/10)
|
|
286
|
+
Ch22: C线 — 龙蛋孵化(张力 8/10)
|
|
287
|
+
Ch23: 汇聚 — 三线在大战中交汇(张力 10/10)
|
|
288
|
+
```
|
|
289
|
+
|
|
290
|
+
**适用场景**:高潮前的准备阶段
|
|
291
|
+
**效果**:多线同时升温,汇聚时产生叠加效果
|
|
292
|
+
**注意**:需要精确控制各线的张力节奏
|
|
293
|
+
|
|
294
|
+
### Strategy 3: 呼应切换 (Call and Response)
|
|
295
|
+
|
|
296
|
+
一线埋设,另一线呼应,通过主题关联。
|
|
297
|
+
|
|
298
|
+
**执行方法**:
|
|
299
|
+
```
|
|
300
|
+
琼恩线: 发现异鬼遗迹(埋设)
|
|
301
|
+
↓ 切换
|
|
302
|
+
布兰线: 做噩梦见到异鬼(呼应)
|
|
303
|
+
↓ 读者意识到两线有关联
|
|
304
|
+
```
|
|
305
|
+
|
|
306
|
+
**适用场景**:需要建立线间联系时
|
|
307
|
+
**效果**:读者发现关联时产生"恍然大悟"的满足感
|
|
308
|
+
**注意**:呼应要自然,不要太刻意
|
|
309
|
+
|
|
310
|
+
### Strategy 4: 时间同步切换 (Time-Synced Cuts)
|
|
311
|
+
|
|
312
|
+
不同线程在同一时间点切换,制造"同时发生"的紧迫感。
|
|
313
|
+
|
|
314
|
+
**执行方法**:
|
|
315
|
+
```
|
|
316
|
+
A线: "日落时分,城墙上的战斗进入白热化……"
|
|
317
|
+
↓ 切换
|
|
318
|
+
B线: "同一天日落时,密室中的阴谋正在酝酿……"
|
|
319
|
+
```
|
|
320
|
+
|
|
321
|
+
**适用场景**:需要强调事件同时性时
|
|
322
|
+
**效果**:增加紧迫感和史诗感
|
|
323
|
+
**注意**:时间标记要明确,避免读者混淆
|
|
324
|
+
|
|
325
|
+
### 反模式 (Anti-Patterns)
|
|
326
|
+
|
|
327
|
+
| 反模式 | 问题 | 解决方案 |
|
|
328
|
+
|--------|------|---------|
|
|
329
|
+
| 随机跳转 | 无理由切换,读者困惑 | 每次切换都有叙事理由 |
|
|
330
|
+
| 机械轮换 | A-B-C-A-B-C 过于死板 | 根据叙事需要灵活调整 |
|
|
331
|
+
| 高潮中断 | 在高潮中途切换 | 让高潮完整结束再切换 |
|
|
332
|
+
| 遗忘线程 | 开启后长期不推进 | 定期检查冷线状态 |
|
|
333
|
+
| 线程过多 | 同时 6+ 条活跃线 | 合并或关闭部分线程 |
|
|
334
|
+
|
|
335
|
+
---
|
|
336
|
+
|
|
337
|
+
## 伏笔追踪 (Foreshadowing Tracking)
|
|
338
|
+
|
|
339
|
+
### 伏笔类型
|
|
340
|
+
|
|
341
|
+
#### 1. 线内伏笔 (Intra-Thread)
|
|
342
|
+
同一线程内的铺垫和回应。
|
|
343
|
+
|
|
344
|
+
```
|
|
345
|
+
艾莉亚线 Ch1: "父亲临死前说了什么"(埋设)
|
|
346
|
+
艾莉亚线 Ch15: 回忆起父亲的话(回应)
|
|
347
|
+
```
|
|
348
|
+
|
|
349
|
+
**追踪规则**:与 `reader-expectation` Skill 的期待追踪协同。
|
|
350
|
+
|
|
351
|
+
#### 2. 线间伏笔 (Inter-Thread)
|
|
352
|
+
不同线程间的交叉伏笔——多线叙事的独特优势。
|
|
353
|
+
|
|
354
|
+
```
|
|
355
|
+
琼恩线 Ch3: 发现神秘符号(埋设)
|
|
356
|
+
布兰线 Ch8: 梦中见到同样的符号(呼应/强化)
|
|
357
|
+
汇聚章 Ch20: 两线交汇,符号意义揭晓(满足)
|
|
358
|
+
```
|
|
359
|
+
|
|
360
|
+
**追踪规则**:
|
|
361
|
+
- 标记伏笔的源线程和目标线程
|
|
362
|
+
- 线间伏笔优先级高于线内伏笔(更容易被遗忘)
|
|
363
|
+
- 汇聚点是线间伏笔的最佳回收时机
|
|
364
|
+
|
|
365
|
+
#### 3. 全局伏笔 (Global)
|
|
366
|
+
贯穿所有线程的核心谜题。
|
|
367
|
+
|
|
368
|
+
```
|
|
369
|
+
预言: "当长夜降临,三把钥匙将开启命运之门"
|
|
370
|
+
A线: 发现第一把钥匙
|
|
371
|
+
B线: 发现第二把钥匙
|
|
372
|
+
C线: 发现第三把钥匙
|
|
373
|
+
汇聚: 三线交汇,预言应验
|
|
374
|
+
```
|
|
375
|
+
|
|
376
|
+
**追踪规则**:
|
|
377
|
+
- 全局伏笔是最高优先级
|
|
378
|
+
- 每条线都应该从不同角度推进全局伏笔
|
|
379
|
+
- 全局伏笔的回收通常在故事高潮
|
|
380
|
+
|
|
381
|
+
### 伏笔紧迫性
|
|
382
|
+
|
|
383
|
+
| 章节间隔 | 紧迫性 | 建议 |
|
|
384
|
+
|---------|--------|------|
|
|
385
|
+
| ≤ 5 章 | 🟢 Low | 正常延迟 |
|
|
386
|
+
| 6-10 章 | 🟡 Medium | 建议提及或提供线索 |
|
|
387
|
+
| > 10 章 | 🟠 High | 需要尽快回应 |
|
|
388
|
+
| > 15 章 | 🔴 Critical | 必须回应或重新激活 |
|
|
389
|
+
|
|
390
|
+
---
|
|
391
|
+
|
|
392
|
+
## 实践应用 (Best Practices)
|
|
393
|
+
|
|
394
|
+
### 线程分析输出格式
|
|
395
|
+
|
|
396
|
+
```markdown
|
|
397
|
+
## 📊 线程总览
|
|
398
|
+
|
|
399
|
+
### 已识别线程 [X] 条
|
|
400
|
+
|
|
401
|
+
| # | 线程名 | 类型 | 章节数 | 占比 | 最后更新 | 状态 | 张力 |
|
|
402
|
+
|---|--------|------|--------|------|---------|------|------|
|
|
403
|
+
| 1 | 艾莉亚的逃亡 | POV | 5 | 18% | Ch13 | ⚠️ 2章未更新 | 7/10 |
|
|
404
|
+
| 2 | 琼恩的长城 | POV | 6 | 22% | Ch14 | ✅ 活跃 | 6/10 |
|
|
405
|
+
| 3 | 提利昂的囚禁 | POV | 4 | 15% | Ch12 | ⚠️ 3章未更新 | 8/10 |
|
|
406
|
+
| 4 | 丹妮莉丝的崛起 | POV | 3 | 12% | Ch10 | ❄️ 冷线(5章) | 5/10 |
|
|
407
|
+
| 5 | 布兰的北境 | POV | 2 | 8% | Ch7 | 🔴 危险(8章) | 3/10 |
|
|
408
|
+
|
|
409
|
+
### ⚖️ 平衡性分析
|
|
410
|
+
|
|
411
|
+
**平衡度评分:6.5/10**
|
|
412
|
+
|
|
413
|
+
| 指标 | 状态 | 说明 |
|
|
414
|
+
|------|------|------|
|
|
415
|
+
| 章节分布 | ⚠️ 失衡 | 布兰线严重不足 |
|
|
416
|
+
| 字数占比 | 🟡 一般 | 琼恩线偏高(22%) |
|
|
417
|
+
| 更新频率 | 🔴 问题 | 2条线超过警告阈值 |
|
|
418
|
+
| 热线检测 | ✅ 无 | 无过热线程 |
|
|
419
|
+
|
|
420
|
+
**警告**:
|
|
421
|
+
- 🔴 布兰线已 8 章未更新,读者可能已遗忘该角色
|
|
422
|
+
- ❄️ 丹妮莉丝线已 5 章未更新,接近危险阈值
|
|
423
|
+
- ⚠️ 提利昂线张力最高(8/10)但 3 章未更新,悬念可能衰减
|
|
424
|
+
|
|
425
|
+
### 💡 下一章建议
|
|
426
|
+
|
|
427
|
+
**推荐:切换到【布兰线】**
|
|
428
|
+
|
|
429
|
+
| 项目 | 内容 |
|
|
430
|
+
|------|------|
|
|
431
|
+
| 推荐线程 | 布兰的北境 |
|
|
432
|
+
| 原因 | 冷线 8 章,必须推进;琼恩线 Ch14 结尾有悬念点,适合切换 |
|
|
433
|
+
| 切换点设计 | 琼恩发现异鬼遗迹 → 切换到布兰做噩梦见到异鬼(呼应切换) |
|
|
434
|
+
| 建议篇幅 | 3,500-4,500 字(追赶进度) |
|
|
435
|
+
| 弧线推进 | 将布兰从"开局"推进到"发展"阶段 |
|
|
436
|
+
| 伏笔建议 | 回应 Ch7 埋设的"三眼乌鸦"伏笔 |
|
|
437
|
+
|
|
438
|
+
**备选方案**:
|
|
439
|
+
- 方案B:切换到丹妮莉丝线(5章未更新,也需要推进)
|
|
440
|
+
- 方案C:继续提利昂线(张力最高,但已连续出现)
|
|
441
|
+
|
|
442
|
+
### 🔍 伏笔追踪
|
|
443
|
+
|
|
444
|
+
#### 线间伏笔
|
|
445
|
+
| 伏笔 | 源线程 | 目标线程 | 埋设 | 状态 | 紧迫性 |
|
|
446
|
+
|------|--------|---------|------|------|--------|
|
|
447
|
+
| 神秘符号 | 琼恩线 | 布兰线 | Ch3 | 未回应 | 🟠 High |
|
|
448
|
+
| 龙蛋异动 | 丹妮线 | 全局 | Ch5 | 部分回应 | 🟡 Medium |
|
|
449
|
+
|
|
450
|
+
#### 线内伏笔
|
|
451
|
+
| 伏笔 | 线程 | 埋设 | 状态 | 紧迫性 |
|
|
452
|
+
|------|------|------|------|--------|
|
|
453
|
+
| 父亲的遗言 | 艾莉亚线 | Ch1 | 未回应 | 🔴 Critical(14章) |
|
|
454
|
+
| 冰原狼的预兆 | 布兰线 | Ch7 | 未回应 | 🟠 High(8章) |
|
|
455
|
+
|
|
456
|
+
💡 建议在下一次布兰章节中回应"冰原狼的预兆"和"神秘符号"伏笔
|
|
457
|
+
```
|
|
458
|
+
|
|
459
|
+
### 汇聚点规划
|
|
460
|
+
|
|
461
|
+
```markdown
|
|
462
|
+
## 🔀 汇聚点规划
|
|
463
|
+
|
|
464
|
+
### 已规划汇聚点
|
|
465
|
+
|
|
466
|
+
| 章节 | 汇聚线程 | 类型 | 说明 |
|
|
467
|
+
|------|---------|------|------|
|
|
468
|
+
| Ch25 | 琼恩 + 布兰 | 物理汇聚 | 两人在北境相遇 |
|
|
469
|
+
| Ch35 | 全部线程 | 冲突汇聚 | 大战,所有角色参与 |
|
|
470
|
+
| Ch40 | 艾莉亚 + 提利昂 | 信息汇聚 | 拼合出阴谋真相 |
|
|
471
|
+
|
|
472
|
+
### 建议新增汇聚点
|
|
473
|
+
|
|
474
|
+
💡 Ch20 附近建议安排一次小汇聚(2-3 条线交汇),
|
|
475
|
+
为 Ch35 的大汇聚做铺垫。
|
|
476
|
+
```
|
|
477
|
+
|
|
478
|
+
---
|
|
479
|
+
|
|
480
|
+
## 与其他 Skill 的协作
|
|
481
|
+
|
|
482
|
+
| Skill | 协作方式 |
|
|
483
|
+
|-------|---------|
|
|
484
|
+
| `reader-expectation` | 每条线的期待独立追踪,汇聚点是多线期待同时满足的时机 |
|
|
485
|
+
| `pacing-control` | 各线的节奏独立控制,整体节奏由线程切换频率决定 |
|
|
486
|
+
| `character-arc` | 每条 POV 线对应一个角色弧线 |
|
|
487
|
+
| `consistency-checker` | 跨线程的时间线和事实一致性检查 |
|
|
488
|
+
| `revision-polish` | Layer 3 一致性修改时检查线程平衡和伏笔回收 |
|
|
489
|
+
|
|
490
|
+
### 与 /analyze 的协作
|
|
491
|
+
|
|
492
|
+
```
|
|
493
|
+
/analyze → 发现线程失衡、伏笔遗忘
|
|
494
|
+
↓ 映射为线程管理问题
|
|
495
|
+
multi-thread-narrative Skill → 提供具体的平衡策略和交织建议
|
|
496
|
+
↓
|
|
497
|
+
/revise → 执行调整
|
|
498
|
+
```
|
|
499
|
+
|
|
500
|
+
### 与 /plan 的协作
|
|
501
|
+
|
|
502
|
+
```
|
|
503
|
+
/plan → 规划多线结构
|
|
504
|
+
↓ 识别线程和汇聚点
|
|
505
|
+
multi-thread-narrative Skill → 建议线程分配和交织模式
|
|
506
|
+
↓ 优化大纲
|
|
507
|
+
/plan → 更新大纲
|
|
508
|
+
```
|
|
509
|
+
|
|
510
|
+
---
|
|
511
|
+
|
|
512
|
+
## 常见问题
|
|
513
|
+
|
|
514
|
+
### Q: 多少条线程合适?
|
|
515
|
+
|
|
516
|
+
**A**: 取决于篇幅和体裁:
|
|
517
|
+
- 短篇(< 5万字):1-2 条线
|
|
518
|
+
- 中篇(5-15万字):2-3 条线
|
|
519
|
+
- 长篇(15-50万字):3-5 条线
|
|
520
|
+
- 超长篇(> 50万字):4-6 条线
|
|
521
|
+
- 超过 6 条同时活跃的线 → 管理困难,建议合并
|
|
522
|
+
|
|
523
|
+
### Q: 冷线太久怎么补救?
|
|
524
|
+
|
|
525
|
+
**A**: 三种补救策略:
|
|
526
|
+
1. **重新激活**:用一个强事件重新吸引注意力("布兰突然醒来,发现自己能看到过去")
|
|
527
|
+
2. **快速追赶**:用一章较长的篇幅快速推进该线进度
|
|
528
|
+
3. **合并关闭**:如果该线不再重要,将其合并到其他线或优雅关闭
|
|
529
|
+
|
|
530
|
+
### Q: 线程切换会不会打断读者?
|
|
531
|
+
|
|
532
|
+
**A**: 取决于切换质量:
|
|
533
|
+
- ✅ **好的切换**:在悬念点切换 + 新线开头有吸引力 + 两线有主题关联
|
|
534
|
+
- ❌ **坏的切换**:在高潮中途切换 + 新线开头平淡 + 两线毫无关联
|
|
535
|
+
- 经验法则:如果读者在切换后 3 段内被新线吸引,就是好切换
|
|
536
|
+
|
|
537
|
+
### Q: 单线程小说需要这个 Skill 吗?
|
|
538
|
+
|
|
539
|
+
**A**: 不需要。本 Skill 在检测到只有 1 条线程时不会激活。单线程小说应使用 `pacing-control` 和 `reader-expectation` Skill。
|
|
540
|
+
|
|
541
|
+
### Q: 如何处理嵌套叙事(故事中的故事)?
|
|
542
|
+
|
|
543
|
+
**A**: 嵌套叙事视为特殊的时间线线程:
|
|
544
|
+
- 外层叙事 = 主线程
|
|
545
|
+
- 内层叙事 = 嵌套线程(标记为 timeline 类型)
|
|
546
|
+
- 嵌套线程的平衡规则更宽松(可以集中出现)
|
|
547
|
+
|
|
548
|
+
---
|
|
549
|
+
|
|
550
|
+
**本Skill版本**: v1.0
|
|
551
|
+
**最后更新**: 2025-02-09
|
|
552
|
+
**核心问题**: 多线叙事中线程失衡、伏笔遗忘、切换混乱
|
|
553
|
+
**配合**: analyze.md, plan.md, reader-expectation, pacing-control, character-arc, consistency-checker
|