novelws 4.0.0 → 5.0.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.
Files changed (357) hide show
  1. package/CHANGELOG.md +100 -623
  2. package/README.md +79 -594
  3. package/dist/cli.js +1 -3
  4. package/dist/cli.js.map +1 -1
  5. package/dist/commands/init.d.ts.map +1 -1
  6. package/dist/commands/init.js +12 -99
  7. package/dist/commands/init.js.map +1 -1
  8. package/dist/commands/upgrade.d.ts.map +1 -1
  9. package/dist/commands/upgrade.js +17 -108
  10. package/dist/commands/upgrade.js.map +1 -1
  11. package/dist/core/config.d.ts +1 -37
  12. package/dist/core/config.d.ts.map +1 -1
  13. package/dist/core/config.js +6 -45
  14. package/dist/core/config.js.map +1 -1
  15. package/dist/core/errors.d.ts +0 -31
  16. package/dist/core/errors.d.ts.map +1 -1
  17. package/dist/core/errors.js +0 -58
  18. package/dist/core/errors.js.map +1 -1
  19. package/dist/utils/diagnostics.d.ts +2 -16
  20. package/dist/utils/diagnostics.d.ts.map +1 -1
  21. package/dist/utils/diagnostics.js +5 -72
  22. package/dist/utils/diagnostics.js.map +1 -1
  23. package/dist/utils/project.d.ts +1 -1
  24. package/dist/utils/project.d.ts.map +1 -1
  25. package/dist/utils/project.js +3 -3
  26. package/dist/utils/project.js.map +1 -1
  27. package/package.json +1 -2
  28. package/templates/commands/analyze.md +65 -265
  29. package/templates/commands/expand.md +70 -0
  30. package/templates/commands/plan.md +47 -452
  31. package/templates/commands/specify.md +43 -869
  32. package/templates/commands/write.md +49 -643
  33. package/templates/dot-claude/CLAUDE.md +38 -202
  34. package/templates/resources/anti-ai.md +16 -0
  35. package/templates/resources/style-reference.md +19 -0
  36. package/templates/tracking/character-state.json +1 -76
  37. package/templates/tracking/plot-tracker.json +3 -60
  38. package/templates/tracking/relationships.json +1 -68
  39. package/templates/tracking/timeline.json +1 -47
  40. package/dist/commands/plugin.d.ts +0 -6
  41. package/dist/commands/plugin.d.ts.map +0 -1
  42. package/dist/commands/plugin.js +0 -135
  43. package/dist/commands/plugin.js.map +0 -1
  44. package/dist/plugins/identifier.d.ts +0 -13
  45. package/dist/plugins/identifier.d.ts.map +0 -1
  46. package/dist/plugins/identifier.js +0 -72
  47. package/dist/plugins/identifier.js.map +0 -1
  48. package/dist/plugins/installers/base.d.ts +0 -27
  49. package/dist/plugins/installers/base.d.ts.map +0 -1
  50. package/dist/plugins/installers/base.js +0 -30
  51. package/dist/plugins/installers/base.js.map +0 -1
  52. package/dist/plugins/installers/github.d.ts +0 -22
  53. package/dist/plugins/installers/github.d.ts.map +0 -1
  54. package/dist/plugins/installers/github.js +0 -133
  55. package/dist/plugins/installers/github.js.map +0 -1
  56. package/dist/plugins/installers/local.d.ts +0 -16
  57. package/dist/plugins/installers/local.d.ts.map +0 -1
  58. package/dist/plugins/installers/local.js +0 -69
  59. package/dist/plugins/installers/local.js.map +0 -1
  60. package/dist/plugins/installers/npm.d.ts +0 -20
  61. package/dist/plugins/installers/npm.d.ts.map +0 -1
  62. package/dist/plugins/installers/npm.js +0 -99
  63. package/dist/plugins/installers/npm.js.map +0 -1
  64. package/dist/plugins/manager.d.ts +0 -77
  65. package/dist/plugins/manager.d.ts.map +0 -1
  66. package/dist/plugins/manager.js +0 -349
  67. package/dist/plugins/manager.js.map +0 -1
  68. package/dist/plugins/registry.d.ts +0 -48
  69. package/dist/plugins/registry.d.ts.map +0 -1
  70. package/dist/plugins/registry.js +0 -111
  71. package/dist/plugins/registry.js.map +0 -1
  72. package/dist/plugins/types.d.ts +0 -66
  73. package/dist/plugins/types.d.ts.map +0 -1
  74. package/dist/plugins/types.js +0 -2
  75. package/dist/plugins/types.js.map +0 -1
  76. package/dist/plugins/validator.d.ts +0 -19
  77. package/dist/plugins/validator.d.ts.map +0 -1
  78. package/dist/plugins/validator.js +0 -164
  79. package/dist/plugins/validator.js.map +0 -1
  80. package/dist/utils/logger.d.ts +0 -13
  81. package/dist/utils/logger.d.ts.map +0 -1
  82. package/dist/utils/logger.js +0 -48
  83. package/dist/utils/logger.js.map +0 -1
  84. package/plugins/authentic-voice/README.md +0 -31
  85. package/plugins/authentic-voice/commands/authentic-voice.md +0 -73
  86. package/plugins/authentic-voice/commands/authenticity-audit.md +0 -37
  87. package/plugins/authentic-voice/config.yaml +0 -30
  88. package/plugins/authentic-voice/experts/authentic-editor.md +0 -27
  89. package/plugins/export/README.md +0 -319
  90. package/plugins/export/commands/export.md +0 -460
  91. package/plugins/export/commands/generate-cover.md +0 -256
  92. package/plugins/export/commands/metadata.md +0 -309
  93. package/plugins/export/config.yaml +0 -47
  94. package/plugins/export/experts/publishing-expert.md +0 -171
  95. package/plugins/export/templates/epub/chapter-template.html +0 -13
  96. package/plugins/export/templates/epub/cover-template.html +0 -14
  97. package/plugins/export/templates/epub/stylesheet.css +0 -200
  98. package/plugins/export/templates/pdf/ebook-style.css +0 -137
  99. package/plugins/export/templates/pdf/print-style.css +0 -179
  100. package/plugins/export/templates/platforms/jinjiang-format.md +0 -101
  101. package/plugins/export/templates/platforms/qidian-format.md +0 -108
  102. package/plugins/export/templates/platforms/tomato-format.md +0 -95
  103. package/plugins/translate/README.md +0 -265
  104. package/plugins/translate/commands/glossary.md +0 -731
  105. package/plugins/translate/commands/translate-preview.md +0 -543
  106. package/plugins/translate/commands/translate.md +0 -649
  107. package/plugins/translate/config.yaml +0 -43
  108. package/plugins/translate/experts/literary-translator.md +0 -605
  109. package/templates/commands/character.md +0 -287
  110. package/templates/commands/checklist.md +0 -744
  111. package/templates/commands/clarify.md +0 -269
  112. package/templates/commands/constitution.md +0 -269
  113. package/templates/commands/expert.md +0 -188
  114. package/templates/commands/facts.md +0 -552
  115. package/templates/commands/guide.md +0 -900
  116. package/templates/commands/help-me.md +0 -221
  117. package/templates/commands/recap.md +0 -748
  118. package/templates/commands/relations.md +0 -385
  119. package/templates/commands/revise.md +0 -450
  120. package/templates/commands/search.md +0 -531
  121. package/templates/commands/tasks.md +0 -396
  122. package/templates/commands/timeline.md +0 -309
  123. package/templates/commands/track-init.md +0 -149
  124. package/templates/commands/track.md +0 -704
  125. package/templates/commands/volume-summary.md +0 -471
  126. package/templates/knowledge/audit-config.json +0 -26
  127. package/templates/knowledge/character-profiles.md +0 -152
  128. package/templates/knowledge/character-voices.md +0 -137
  129. package/templates/knowledge/locations.md +0 -184
  130. package/templates/knowledge/world-setting.md +0 -121
  131. package/templates/resources/character-archetypes/01-hero.md +0 -233
  132. package/templates/resources/character-archetypes/02-mentor.md +0 -177
  133. package/templates/resources/character-archetypes/03-shadow.md +0 -221
  134. package/templates/resources/character-archetypes/04-ally.md +0 -178
  135. package/templates/resources/character-archetypes/05-shapeshifter.md +0 -177
  136. package/templates/resources/character-archetypes/06-trickster.md +0 -181
  137. package/templates/resources/character-archetypes/07-threshold-guardian.md +0 -177
  138. package/templates/resources/character-archetypes/08-herald.md +0 -180
  139. package/templates/resources/character-archetypes/09-father.md +0 -249
  140. package/templates/resources/character-archetypes/10-mother.md +0 -202
  141. package/templates/resources/character-archetypes/11-child.md +0 -183
  142. package/templates/resources/character-archetypes/12-sage.md +0 -202
  143. package/templates/resources/character-archetypes/README.md +0 -60
  144. package/templates/resources/character-archetypes/application-guide.md +0 -222
  145. package/templates/resources/character-archetypes/archetype-combinations.md +0 -242
  146. package/templates/resources/character-archetypes/config.yaml +0 -28
  147. package/templates/resources/character-archetypes/examples-analysis.md +0 -223
  148. package/templates/resources/config/keyword-mappings.json +0 -226
  149. package/templates/resources/config/specification-example.md +0 -146
  150. package/templates/resources/craft/character-arc.md +0 -1153
  151. package/templates/resources/craft/dialogue.md +0 -1170
  152. package/templates/resources/craft/hook-design.md +0 -345
  153. package/templates/resources/craft/pacing.md +0 -1200
  154. package/templates/resources/craft/power-system.md +0 -254
  155. package/templates/resources/craft/scene-structure.md +0 -1136
  156. package/templates/resources/craft/show-not-tell.md +0 -1012
  157. package/templates/resources/craft/story-structures.md +0 -134
  158. package/templates/resources/craft/tension-management.md +0 -168
  159. package/templates/resources/emotional-beats/01-first-meeting.md +0 -145
  160. package/templates/resources/emotional-beats/02-bonding-moment.md +0 -226
  161. package/templates/resources/emotional-beats/03-declaration.md +0 -284
  162. package/templates/resources/emotional-beats/04-triumph.md +0 -240
  163. package/templates/resources/emotional-beats/05-reunion.md +0 -396
  164. package/templates/resources/emotional-beats/06-forgiveness.md +0 -204
  165. package/templates/resources/emotional-beats/07-betrayal.md +0 -204
  166. package/templates/resources/emotional-beats/08-loss.md +0 -214
  167. package/templates/resources/emotional-beats/09-rejection.md +0 -254
  168. package/templates/resources/emotional-beats/10-failure.md +0 -244
  169. package/templates/resources/emotional-beats/11-misunderstanding.md +0 -205
  170. package/templates/resources/emotional-beats/12-farewell.md +0 -283
  171. package/templates/resources/emotional-beats/13-revelation.md +0 -242
  172. package/templates/resources/emotional-beats/14-point-of-no-return.md +0 -215
  173. package/templates/resources/emotional-beats/15-dark-night.md +0 -244
  174. package/templates/resources/emotional-beats/16-sacrifice.md +0 -246
  175. package/templates/resources/emotional-beats/17-awakening.md +0 -246
  176. package/templates/resources/emotional-beats/18-confrontation.md +0 -217
  177. package/templates/resources/emotional-beats/19-bittersweet-goodbye.md +0 -368
  178. package/templates/resources/emotional-beats/20-moral-dilemma.md +0 -248
  179. package/templates/resources/emotional-beats/21-temptation.md +0 -240
  180. package/templates/resources/emotional-beats/22-redemption.md +0 -210
  181. package/templates/resources/emotional-beats/README.md +0 -104
  182. package/templates/resources/emotional-beats/beat-sequences.md +0 -276
  183. package/templates/resources/emotional-beats/config.yaml +0 -30
  184. package/templates/resources/emotional-beats/pacing-guide.md +0 -390
  185. package/templates/resources/genres/game-lit.md +0 -174
  186. package/templates/resources/genres/historical.md +0 -1127
  187. package/templates/resources/genres/horror.md +0 -211
  188. package/templates/resources/genres/military.md +0 -209
  189. package/templates/resources/genres/mystery.md +0 -1123
  190. package/templates/resources/genres/rebirth.md +0 -177
  191. package/templates/resources/genres/revenge.md +0 -846
  192. package/templates/resources/genres/romance.md +0 -948
  193. package/templates/resources/genres/sci-fi.md +0 -156
  194. package/templates/resources/genres/sports.md +0 -216
  195. package/templates/resources/genres/thriller.md +0 -166
  196. package/templates/resources/genres/urban.md +0 -170
  197. package/templates/resources/genres/workplace.md +0 -214
  198. package/templates/resources/genres/wuxia.md +0 -143
  199. package/templates/resources/genres/xuanhuan.md +0 -234
  200. package/templates/resources/genres/youth.md +0 -219
  201. package/templates/resources/memory/personal-voice.md +0 -113
  202. package/templates/resources/references/README.md +0 -96
  203. package/templates/resources/references/china-1920s/culture.md +0 -423
  204. package/templates/resources/references/china-1920s/daily-life.md +0 -616
  205. package/templates/resources/references/china-1920s/overview.md +0 -298
  206. package/templates/resources/references/china-1920s/society.md +0 -703
  207. package/templates/resources/references/china-1920s/warlords.md +0 -427
  208. package/templates/resources/references/cultivation-world/daily-life.md +0 -108
  209. package/templates/resources/references/cultivation-world/overview.md +0 -64
  210. package/templates/resources/references/cultivation-world/power-system.md +0 -108
  211. package/templates/resources/references/cultivation-world/sects.md +0 -104
  212. package/templates/resources/references/cultivation-world/world-setting.md +0 -108
  213. package/templates/resources/references/modern-workplace/corporate.md +0 -115
  214. package/templates/resources/references/modern-workplace/daily-life.md +0 -129
  215. package/templates/resources/references/modern-workplace/overview.md +0 -73
  216. package/templates/resources/references/modern-workplace/relationships.md +0 -107
  217. package/templates/resources/references/modern-workplace/tech-industry.md +0 -131
  218. package/templates/resources/references/tang-dynasty/culture.md +0 -135
  219. package/templates/resources/references/tang-dynasty/daily-life.md +0 -139
  220. package/templates/resources/references/tang-dynasty/overview.md +0 -76
  221. package/templates/resources/references/tang-dynasty/politics.md +0 -121
  222. package/templates/resources/references/tang-dynasty/society.md +0 -126
  223. package/templates/resources/requirements/README.md +0 -240
  224. package/templates/resources/requirements/anti-ai-v3.md +0 -46
  225. package/templates/resources/requirements/anti-ai-v4-deprecated.md +0 -442
  226. package/templates/resources/requirements/anti-ai-v5-balanced.md +0 -203
  227. package/templates/resources/requirements/concretization.md +0 -90
  228. package/templates/resources/requirements/fast-paced.md +0 -552
  229. package/templates/resources/requirements/no-poison.md +0 -60
  230. package/templates/resources/requirements/romance-angst.md +0 -102
  231. package/templates/resources/requirements/romance-sweet.md +0 -63
  232. package/templates/resources/requirements/serious-literature.md +0 -45
  233. package/templates/resources/requirements/strong-emotion.md +0 -60
  234. package/templates/resources/scripts/README.md +0 -187
  235. package/templates/resources/scripts/bash/analyze-story.sh +0 -170
  236. package/templates/resources/scripts/bash/check-analyze-stage.sh +0 -108
  237. package/templates/resources/scripts/bash/check-consistency.sh +0 -463
  238. package/templates/resources/scripts/bash/check-facts.sh +0 -214
  239. package/templates/resources/scripts/bash/check-plot.sh +0 -374
  240. package/templates/resources/scripts/bash/check-timeline.sh +0 -346
  241. package/templates/resources/scripts/bash/check-world.sh +0 -395
  242. package/templates/resources/scripts/bash/check-writing-state.sh +0 -854
  243. package/templates/resources/scripts/bash/clarify-story.sh +0 -117
  244. package/templates/resources/scripts/bash/common.sh +0 -151
  245. package/templates/resources/scripts/bash/constitution.sh +0 -114
  246. package/templates/resources/scripts/bash/generate-tasks.sh +0 -65
  247. package/templates/resources/scripts/bash/init-tracking.sh +0 -183
  248. package/templates/resources/scripts/bash/manage-relations.sh +0 -174
  249. package/templates/resources/scripts/bash/migrate-tracking.sh +0 -183
  250. package/templates/resources/scripts/bash/plan-story.sh +0 -100
  251. package/templates/resources/scripts/bash/specify-story.sh +0 -93
  252. package/templates/resources/scripts/bash/tasks-story.sh +0 -96
  253. package/templates/resources/scripts/bash/test-word-count.sh +0 -182
  254. package/templates/resources/scripts/bash/tests/bench-preload-cache.sh +0 -100
  255. package/templates/resources/scripts/bash/tests/run-all-benchmarks.sh +0 -16
  256. package/templates/resources/scripts/bash/tests/test-cache-semantics.sh +0 -199
  257. package/templates/resources/scripts/bash/tests/test-cross-platform.sh +0 -35
  258. package/templates/resources/scripts/bash/tests/test-edge-cases-bash.sh +0 -60
  259. package/templates/resources/scripts/bash/tests/test-phase1-bash.sh +0 -28
  260. package/templates/resources/scripts/bash/tests/test-preload-cache.sh +0 -123
  261. package/templates/resources/scripts/bash/tests/test-regex-precompile.sh +0 -89
  262. package/templates/resources/scripts/bash/tests/test-regression-bash.sh +0 -42
  263. package/templates/resources/scripts/bash/tests/test-task6-verification.sh +0 -200
  264. package/templates/resources/scripts/bash/text-audit.sh +0 -144
  265. package/templates/resources/scripts/bash/track-progress.sh +0 -194
  266. package/templates/resources/scripts/powershell/analyze-story.ps1 +0 -174
  267. package/templates/resources/scripts/powershell/check-analyze-stage.ps1 +0 -110
  268. package/templates/resources/scripts/powershell/check-consistency.ps1 +0 -138
  269. package/templates/resources/scripts/powershell/check-facts.ps1 +0 -195
  270. package/templates/resources/scripts/powershell/check-plot.ps1 +0 -139
  271. package/templates/resources/scripts/powershell/check-timeline.ps1 +0 -112
  272. package/templates/resources/scripts/powershell/check-writing-state.ps1 +0 -486
  273. package/templates/resources/scripts/powershell/clarify-story.ps1 +0 -107
  274. package/templates/resources/scripts/powershell/common.ps1 +0 -36
  275. package/templates/resources/scripts/powershell/constitution.ps1 +0 -145
  276. package/templates/resources/scripts/powershell/generate-tasks.ps1 +0 -70
  277. package/templates/resources/scripts/powershell/init-tracking.ps1 +0 -98
  278. package/templates/resources/scripts/powershell/manage-relations.ps1 +0 -134
  279. package/templates/resources/scripts/powershell/migrate-tracking.ps1 +0 -145
  280. package/templates/resources/scripts/powershell/plan-story.ps1 +0 -99
  281. package/templates/resources/scripts/powershell/specify-story.ps1 +0 -85
  282. package/templates/resources/scripts/powershell/tests/bench-ps-cache.ps1 +0 -80
  283. package/templates/resources/scripts/powershell/tests/test-cross-platform.ps1 +0 -27
  284. package/templates/resources/scripts/powershell/tests/test-edge-cases-ps.ps1 +0 -29
  285. package/templates/resources/scripts/powershell/tests/test-phase1-ps.ps1 +0 -28
  286. package/templates/resources/scripts/powershell/tests/test-ps-cache.ps1 +0 -73
  287. package/templates/resources/scripts/powershell/tests/test-regression-ps.ps1 +0 -40
  288. package/templates/resources/scripts/powershell/text-audit.ps1 +0 -102
  289. package/templates/resources/scripts/powershell/track-progress.ps1 +0 -105
  290. package/templates/resources/styles/README.md +0 -302
  291. package/templates/resources/styles/ancient-style.md +0 -579
  292. package/templates/resources/styles/literary.md +0 -439
  293. package/templates/resources/styles/minimal.md +0 -472
  294. package/templates/resources/styles/natural-voice.md +0 -930
  295. package/templates/resources/styles/web-novel.md +0 -525
  296. package/templates/skills/analysis/character-analysis/SKILL.md +0 -71
  297. package/templates/skills/analysis/foreshadow-analysis/SKILL.md +0 -45
  298. package/templates/skills/analysis/hook-analysis/SKILL.md +0 -111
  299. package/templates/skills/analysis/logic-analysis/SKILL.md +0 -58
  300. package/templates/skills/analysis/opening-analysis/SKILL.md +0 -59
  301. package/templates/skills/analysis/pacing-analysis/SKILL.md +0 -55
  302. package/templates/skills/analysis/power-analysis/SKILL.md +0 -148
  303. package/templates/skills/analysis/reader-analysis/SKILL.md +0 -117
  304. package/templates/skills/analysis/style-analysis/SKILL.md +0 -60
  305. package/templates/skills/analysis/voice-analysis/SKILL.md +0 -42
  306. package/templates/skills/auto-tracking/SKILL.md +0 -280
  307. package/templates/skills/genre-knowledge/fantasy/SKILL.md +0 -355
  308. package/templates/skills/genre-knowledge/mystery/SKILL.md +0 -337
  309. package/templates/skills/genre-knowledge/romance/SKILL.md +0 -228
  310. package/templates/skills/genre-knowledge/sci-fi/SKILL.md +0 -65
  311. package/templates/skills/genre-knowledge/thriller/SKILL.md +0 -95
  312. package/templates/skills/planning/volume-detail/SKILL.md +0 -219
  313. package/templates/skills/quality-assurance/consistency-checker/SKILL.md +0 -412
  314. package/templates/skills/quality-assurance/continuity-tracker/SKILL.md +0 -157
  315. package/templates/skills/quality-assurance/facts-checker/SKILL.md +0 -405
  316. package/templates/skills/quality-assurance/forgotten-elements/SKILL.md +0 -147
  317. package/templates/skills/quality-assurance/getting-started/SKILL.md +0 -224
  318. package/templates/skills/quality-assurance/hook-checker/SKILL.md +0 -164
  319. package/templates/skills/quality-assurance/hook-checker/experts/hook-analyst.md +0 -33
  320. package/templates/skills/quality-assurance/long-series-continuity/SKILL.md +0 -570
  321. package/templates/skills/quality-assurance/pacing-monitor/SKILL.md +0 -143
  322. package/templates/skills/quality-assurance/pov-validator/SKILL.md +0 -135
  323. package/templates/skills/quality-assurance/pre-write-checklist/SKILL.md +0 -583
  324. package/templates/skills/quality-assurance/requirement-detector/CONFLICT_RESOLUTION.md +0 -119
  325. package/templates/skills/quality-assurance/requirement-detector/EXAMPLES.md +0 -146
  326. package/templates/skills/quality-assurance/requirement-detector/KEYWORDS.md +0 -160
  327. package/templates/skills/quality-assurance/requirement-detector/SKILL.md +0 -149
  328. package/templates/skills/quality-assurance/setting-detector/SKILL.md +0 -611
  329. package/templates/skills/quality-assurance/style-detector/CONFLICT_RESOLUTION.md +0 -126
  330. package/templates/skills/quality-assurance/style-detector/EXAMPLES.md +0 -206
  331. package/templates/skills/quality-assurance/style-detector/KEYWORDS.md +0 -207
  332. package/templates/skills/quality-assurance/style-detector/SKILL.md +0 -264
  333. package/templates/skills/quality-assurance/voice-consistency-checker/SKILL.md +0 -103
  334. package/templates/skills/quality-assurance/voice-consistency-checker/experts/voice-analyst.md +0 -21
  335. package/templates/skills/quality-assurance/workflow-guide/SKILL.md +0 -381
  336. package/templates/skills/writing-techniques/character-arc/SKILL.md +0 -267
  337. package/templates/skills/writing-techniques/dialogue-techniques/SKILL.md +0 -366
  338. package/templates/skills/writing-techniques/multi-thread-narrative/SKILL.md +0 -708
  339. package/templates/skills/writing-techniques/multi-thread-narrative/experts/thread-analyst.md +0 -226
  340. package/templates/skills/writing-techniques/pacing-control/SKILL.md +0 -480
  341. package/templates/skills/writing-techniques/reader-expectation/SKILL.md +0 -1026
  342. package/templates/skills/writing-techniques/reader-expectation/experts/expectation-analyst.md +0 -209
  343. package/templates/skills/writing-techniques/revision-polish/SKILL.md +0 -496
  344. package/templates/skills/writing-techniques/revision-polish/experts/revision-editor.md +0 -221
  345. package/templates/skills/writing-techniques/scene-structure/SKILL.md +0 -361
  346. package/templates/skills/writing-techniques/style-learning/SKILL.md +0 -436
  347. package/templates/skills/writing-techniques/writing-balance/.gitkeep +0 -0
  348. package/templates/skills/writing-techniques/writing-balance/SKILL.md +0 -460
  349. package/templates/skills/writing-techniques/writing-techniques/SKILL.md +0 -727
  350. package/templates/tracking/story-facts.json +0 -5
  351. package/templates/tracking/summary/characters-summary.json +0 -7
  352. package/templates/tracking/summary/plot-summary.json +0 -13
  353. package/templates/tracking/summary/timeline-summary.json +0 -8
  354. package/templates/tracking/summary/volume-summaries.json +0 -5
  355. package/templates/tracking/tracking-log.md +0 -110
  356. package/templates/tracking/validation-rules.json +0 -128
  357. /package/templates/resources/{memory/constitution.md → constitution.md} +0 -0
@@ -1,214 +0,0 @@
1
- # 职场小说创作知识库
2
-
3
- ## 快速参考(Quick Reference)
4
-
5
- 职场小说的核心是**行业真实与人际博弈**。
6
-
7
- **定义性特征**:
8
- 1. **行业细节**:真实可信的职场环境和专业知识
9
- 2. **职场政治**:权力博弈、站队选择、利益交换
10
- 3. **个人成长**:从职场新人到行业精英的蜕变
11
-
12
- **关键公式**:
13
- ```
14
- 职场小说 = 行业真实感 + 职场博弈 + 专业能力 + 人性考验
15
- ```
16
-
17
- **类型划分**:
18
- - **商战**:企业竞争、并购重组、资本运作
19
- - **官场**:体制内晋升、政治智慧、为民情怀
20
- - **金融**:投行、基金、股市、风险投资
21
- - **法律**:律所、法庭、案件博弈
22
- - **医疗**:医院、医患关系、医术与医德
23
- - **互联网**:创业、产品、技术、融资
24
-
25
- ---
26
-
27
- ## 核心原则(Core Principles)
28
-
29
- ### 1. 行业真实性原则
30
-
31
- **核心**:职场小说的读者很多是业内人士,细节失真会直接劝退。
32
-
33
- **如何实现**:
34
- - 了解行业基本术语和工作流程
35
- - 薪资水平、职级体系要符合现实
36
- - 工作内容描写要具体(不要只写"他加班到很晚")
37
- - 行业潜规则要有分寸(揭露但不猎奇)
38
-
39
- ❌ **错误示例**:刚毕业的实习生直接参与公司最核心的并购案,独立完成尽职调查。
40
- ✅ **正确示例**:作为实习生,她的工作是整理数据和打印文件。但她在复印材料时注意到了一个所有人都忽略的数字异常。
41
-
42
- ---
43
-
44
- ### 2. 职场博弈原则
45
-
46
- **核心**:职场不是非黑即白,灰色地带才是最真实的。
47
-
48
- **博弈层次**:
49
- - **明面博弈**:业绩竞争、方案PK、竞标
50
- - **暗线博弈**:站队、信息差、资源争夺
51
- - **自我博弈**:原则与利益的冲突、理想与现实的妥协
52
-
53
- **权力结构**:
54
- - 直属上司(最直接的影响者)
55
- - 跨部门关系(协作与竞争并存)
56
- - 高层博弈(派系、路线之争)
57
- - 外部势力(客户、竞对、监管)
58
-
59
- **职场潜规则**:
60
- - 会议上的发言顺序暗藏玄机
61
- - 邮件抄送名单就是权力地图
62
- - "我再考虑考虑"往往意味着拒绝
63
- - 被边缘化的信号:不再被邀请参加核心会议
64
-
65
- ---
66
-
67
- ### 3. 专业能力原则
68
-
69
- **核心**:主角的成功必须建立在专业能力之上,不能只靠人际关系。
70
-
71
- **能力展现方式**:
72
- - 用专业知识解决具体问题(而非笼统的"他很厉害")
73
- - 展示思维过程(分析、判断、决策的逻辑链)
74
- - 专业能力有边界(不是什么都会)
75
- - 学习能力比现有能力更重要
76
-
77
- **技巧**:
78
- - 用外行能理解的方式解释专业内容
79
- - 通过对话自然带出专业知识
80
- - 用结果验证能力(方案被采纳、项目成功)
81
-
82
- ---
83
-
84
- ### 4. 现实主义原则
85
-
86
- **核心**:职场小说要反映真实的职场生态,不美化也不丑化。
87
-
88
- **真实的职场**:
89
- - 加班是常态,但不是所有加班都有意义
90
- - 升职不只看能力,还看时机、关系、运气
91
- - 同事关系复杂,既有竞争也有真诚的帮助
92
- - 离职跳槽是正常选择,不是背叛
93
-
94
- **避免极端**:
95
- - 不要把职场写成宫斗(过度阴暗)
96
- - 不要把职场写成童话(过度美好)
97
- - 真实的职场是灰色的,有温情也有残酷
98
-
99
- ---
100
-
101
- ## 实践应用(Practical Application)
102
-
103
- ### 职场场景工具箱
104
-
105
- **经典场景**:
106
- - 面试:第一印象、压力面试、群面博弈
107
- - 会议室:方案汇报、意见分歧、领导拍板
108
- - 茶水间:八卦、非正式信息交换、试探
109
- - 团建/饭局:酒桌文化、非正式社交、真心话
110
- - 述职/考核:年终总结、KPI博弈、晋升答辩
111
-
112
- ### 职场对话特点
113
-
114
- ```
115
- ✅ 好的职场对话:
116
- "这个方案,你们部门内部讨论过了吗?"
117
- "讨论过了,王总。团队一致认为——"
118
- "一致?"他放下笔,"一致意味着要么方案完美,要么没人敢说真话。"
119
- 会议室安静了三秒。
120
-
121
- ❌ 差的职场对话:
122
- "王总,我们的方案非常好,一定能成功!"
123
- "好的,我批准了,去执行吧。"
124
- ```
125
-
126
- ### 邮件与即时通讯
127
-
128
- **职场沟通的潜台词**:
129
- - "收到,我看看" = 优先级不高
130
- - "辛苦了" = 客套,不代表认可
131
- - "这个问题我们线下聊" = 不适合留文字记录
132
- - 回复速度暗示重视程度
133
-
134
- ---
135
-
136
- ## 常见陷阱(Common Pitfalls)
137
-
138
- ### 1. 金手指过多
139
- - **问题**:主角总有贵人相助,每次危机都有人兜底
140
- - **解决**:贵人可以有,但主角必须自己解决核心问题
141
-
142
- ### 2. 行业描写悬浮
143
- - **问题**:号称金融小说,但看不到任何金融专业内容
144
- - **解决**:至少深入了解一个行业的核心业务流程
145
-
146
- ### 3. 反派智商下线
147
- - **问题**:对手犯低级错误,主角轻松获胜
148
- - **解决**:对手要聪明,主角的胜利才有价值
149
-
150
- ### 4. 升职过快
151
- - **问题**:三年从实习生到VP
152
- - **解决**:参考真实的晋升周期,快速晋升需要合理解释
153
-
154
- ### 5. 忽视生活面
155
- - **问题**:角色只有工作,没有家庭、感情、个人生活
156
- - **解决**:工作与生活的平衡(或失衡)本身就是好故事
157
-
158
- ### 6. 说教过多
159
- - **问题**:大段职场鸡汤和人生道理
160
- - **解决**:用故事和角色行为传递观点,而非直接说教
161
-
162
- ---
163
-
164
- ## 爽点设计
165
-
166
- ### 1. 专业碾压
167
- - **触发时机**:被质疑能力时
168
- - **实现方式**:用专业知识和数据一击制胜
169
- - **示例**:在客户质疑时,当场指出竞对方案的三个致命漏洞
170
-
171
- ### 2. 逆风翻盘
172
- - **触发时机**:被排挤、被边缘化、项目被砍
173
- - **实现方式**:用被忽视的项目做出超预期成果
174
- - **示例**:被发配到边缘部门,反而做出了公司最赚钱的产品
175
-
176
- ### 3. 真相揭露
177
- - **触发时机**:长期被冤枉或被暗算
178
- - **实现方式**:关键证据浮出水面,真相大白
179
- - **示例**:被栽赃的项目失败,最终查明是竞争对手泄露了核心数据
180
-
181
- ---
182
-
183
- ## 节奏建议
184
-
185
- - **开篇**:用一个职场冲突或关键决策切入,快速展现行业特色
186
- - **中期**:项目推进与人际博弈交织,逐步揭示职场生态的复杂性
187
- - **高潮**:关键项目的成败、晋升的最终角逐、或重大抉择
188
- - **结尾**:不必大团圆,职场的结局往往是一个新的开始
189
-
190
- ---
191
-
192
- ## 推荐参考作品
193
-
194
- - 李可《杜拉拉升职记》- 外企职场经典
195
- - 六六《心术》- 医疗职场
196
- - 阿耐《大江东去》- 商业与时代变迁
197
- - 侯沧海《侯卫东官场笔记》- 体制内职场
198
- - 张嘉佳《从你的全世界路过》- 媒体行业(部分)
199
- - 刘润《底层逻辑》- 商业思维参考(非小说,但有助于理解商业逻辑)
200
-
201
- ---
202
-
203
- ## 与Commands的集成(Integration with Commands)
204
-
205
- - `/write` 时激活行业术语检查,确保专业描写准确
206
- - `/analyze --focus=voice` 检查不同职级角色的说话方式是否有区分
207
- - `/character` 检查角色的职业背景和能力设定是否合理
208
- - `/timeline` 确保项目时间线和晋升节奏符合行业规律
209
-
210
- ---
211
-
212
- ## 总结
213
-
214
- 职场小说写的是工作,但本质是写人在利益和原则之间的选择。真实的行业细节建立可信度,复杂的人际博弈制造张力,专业能力的展现给人代入感。最好的职场小说让读者既学到东西,又看到人性。
@@ -1,143 +0,0 @@
1
- # 武侠小说创作知识库
2
-
3
- ## 快速参考(Quick Reference)
4
-
5
- 武侠小说的核心是**江湖世界与侠义精神**。
6
-
7
- **定义性特征**:
8
- 1. **江湖背景**:一个有独特规则的武林世界
9
- 2. **武功体系**:合理且有层次的武学设定
10
- 3. **侠义精神**:行侠仗义、快意恩仇
11
-
12
- **关键公式**:
13
- ```
14
- 武侠小说 = 江湖世界观 + 武功体系 + 侠义精神 + 恩怨情仇
15
- ```
16
-
17
- ---
18
-
19
- ## 核心原则(Core Principles)
20
-
21
- ### 1. 江湖规则
22
-
23
- **江湖 ≠ 朝堂**:有自己的运行规则。
24
-
25
- **江湖的层次**:
26
- - **白道**:名门正派(少林、武当、峨眉)
27
- - **黑道**:魔教、邪派
28
- - **灰色地带**:独行侠、隐世高人
29
-
30
- **江湖规矩**:
31
- - 以武会友
32
- - 恩怨分明
33
- - 长幼有序
34
- - 不杀无辜
35
-
36
- ---
37
-
38
- ### 2. 武功体系
39
-
40
- **层次分明**:
41
- 1. 三流 - 普通江湖人
42
- 2. 二流 - 门派精英
43
- 3. 一流 - 掌门/长老级
44
- 4. 绝顶 - 武林神话
45
-
46
- **武学类型**:
47
- - 内功(真气修炼)
48
- - 外功(招式技巧)
49
- - 轻功(身法)
50
- - 暗器(远程)
51
-
52
- **制约原则**:
53
- - 没有无敌的武功
54
- - 相生相克
55
- - 天赋+努力+机缘
56
-
57
- ---
58
-
59
- ### 3. 侠义精神
60
-
61
- **什么是"侠"**:
62
- - 行侠仗义(帮助弱者)
63
- - 快意恩仇(恩怨分明)
64
- - 重诺轻生(一诺千金)
65
-
66
- **类型**:
67
- - 大侠:为国为民
68
- - 游侠:路见不平
69
- - 隐侠:归隐山林
70
-
71
- ---
72
-
73
- ## 实践应用(Practical Application)
74
-
75
- ### 武功命名技巧
76
-
77
- ```
78
- 【意境派】降龙十八掌、独孤九剑、凌波微步
79
- 【实用派】铁砂掌、金刚不坏神功
80
- 【诗意派】踏雪无痕、飞花摘叶
81
- ```
82
-
83
- ### 江湖门派设定
84
-
85
- ```
86
- 名门正派:
87
- - 少林(佛门武学)
88
- - 武当(道家武学)
89
- - 峨眉(女性门派)
90
-
91
- 邪门歪道:
92
- - 魔教(霸道武功)
93
- - 五毒教(用毒)
94
- ```
95
-
96
- ### 经典桥段
97
-
98
- ```
99
- - 掉落悬崖遇高人
100
- - 武林大会争盟主
101
- - 屠龙刀倚天剑
102
- - 师父被害复仇
103
- - 身份之谜
104
- ```
105
-
106
- ---
107
-
108
- ## 常见陷阱
109
-
110
- 1. **武功无限膨胀**:今天打败天下第一,明天又出现更强的
111
- 2. **侠义口号化**:"我要行侠仗义!"(空洞)
112
- 3. **门派脸谱化**:少林全是好人,魔教全是坏人
113
-
114
- ---
115
-
116
- ## 与Commands的集成
117
-
118
- ### `/specify` - 定义江湖世界
119
-
120
- ```markdown
121
- ## 江湖设定
122
- - 时代背景:[明朝/清朝/架空]
123
- - 主要门派:[3-5个]
124
- - 武林至宝:[屠龙刀/武功秘籍]
125
- - 核心矛盾:[正邪之争/门派仇杀]
126
- ```
127
-
128
- ---
129
-
130
- ## 总结
131
-
132
- 武侠小说的魅力:
133
- - 快意恩仇的江湖
134
- - 刀光剑影的打斗
135
- - 侠之大者的情怀
136
-
137
- **Remember**: 武侠写的不只是武功,更是江湖中的人情义理!⚔️
138
-
139
- ---
140
-
141
- **本知识库版本**: v1.0
142
- **最后更新**: 2025-10-18
143
- **相关知识库**: historical.md(古代背景), revenge.md(武侠复仇)
@@ -1,234 +0,0 @@
1
- # 玄幻小说 (Xuanhuan / Fantasy)
2
-
3
- ## 快速参考
4
-
5
- ### 核心定义
6
-
7
- **玄幻小说**:以东方修炼体系为基础,融合奇幻元素的小说类型。核心驱动力是「变强」——主角通过修炼、机缘、战斗不断突破,最终站在世界之巅。
8
-
9
- **与武侠的区别**:
10
- - 武侠:人体极限内的武功,江湖恩怨,侠义精神
11
- - 玄幻:超越人体极限的修炼,天地法则,逆天改命
12
-
13
- **核心吸引力**:
14
- - 变强的快感(升级)
15
- - 碾压的爽感(打脸)
16
- - 探索的新奇感(新地图、新境界)
17
- - 逆袭的代入感(废物变天才)
18
-
19
- ---
20
-
21
- ## 核心要素
22
-
23
- ### 1. 力量体系(最重要)
24
-
25
- **设计原则**:
26
- - **层级清晰**:每个境界的能力边界明确,读者能直观理解强弱差距
27
- - **突破有感**:每次突破都有仪式感和实质性的能力提升
28
- - **上限可见**:读者知道最强是什么级别,但不知道主角能不能到达
29
- - **越级有代价**:越级战斗必须有合理解释和代价
30
-
31
- **经典境界模板**(9 级制):
32
-
33
- | 大境界 | 子境界 | 能力特征 | 社会地位 |
34
- |--------|--------|---------|---------|
35
- | 凡人境 | 炼体 → 聚气 → 开脉 | 超越常人体质,感应灵气 | 普通修士 |
36
- | 灵修境 | 筑基 → 金丹 → 元婴 | 飞行、法术、领域 | 宗门核心 |
37
- | 天人境 | 化神 → 渡劫 → 大乘 | 移山填海、空间法则 | 一方霸主 |
38
-
39
- **注意**:以上仅为模板,应根据故事需要自定义。关键是保持内部一致性。
40
-
41
- **境界设计检查清单**:
42
- - [ ] 每个境界的能力上限是否明确?
43
- - [ ] 相邻境界的差距是否合理?(不能太小也不能太大)
44
- - [ ] 突破条件是否清晰?(资源 + 悟性 + 机缘)
45
- - [ ] 是否有「瓶颈」设计?(不是所有人都能突破)
46
- - [ ] 越级战斗的条件是否设定?(特殊体质、神器、秘术)
47
-
48
- ### 2. 战力标准
49
-
50
- **战力描写原则**:
51
- - **具象化**:不说「很强」,说「一拳打碎山壁」
52
- - **对比化**:通过已知参照物展示强弱(「他一个人,顶得上十个金丹期」)
53
- - **一致性**:同境界的战力描写不能忽高忽低
54
-
55
- **战力崩坏的常见原因**:
56
- - 前期小境界差距巨大,后期大境界差距反而缩小
57
- - 配角战力随剧情需要忽强忽弱
58
- - 主角越级战斗太频繁,导致境界失去意义
59
- - 新出场的强者战力与已有体系矛盾
60
-
61
- **避免战力崩坏的方法**:
62
- - 维护一份「战力参照表」(在 `world-setting.json` 中)
63
- - 每次战斗前检查双方境界和特殊条件
64
- - 越级战斗必须有明确的「外挂」解释(神器、血脉、秘术)
65
- - 定期回顾早期战力描写,确保一致
66
-
67
- ### 3. 升级节奏
68
-
69
- **升级节奏公式**:
70
-
71
- ```
72
- 前期(1-100章):升级快,每 5-10 章突破一次小境界
73
- 中期(100-300章):升级放缓,每 15-30 章突破一次
74
- 后期(300+章):升级极慢,每 50-100 章突破一次大境界
75
- ```
76
-
77
- **升级节奏的核心矛盾**:
78
- - 太快:读者没有期待感,境界变得廉价
79
- - 太慢:读者等不及,感觉拖沓
80
- - 解决方案:用「小突破」(技能、法宝、领悟)填充大境界之间的空白
81
-
82
- **升级事件类型**:
83
- | 类型 | 频率 | 爽感 | 示例 |
84
- |------|------|------|------|
85
- | 境界突破 | 低 | 极高 | 筑基 → 金丹 |
86
- | 技能领悟 | 中 | 高 | 领悟新剑意 |
87
- | 法宝获得 | 中 | 高 | 得到上古神器 |
88
- | 体质觉醒 | 极低 | 极高 | 血脉觉醒 |
89
- | 战斗领悟 | 高 | 中 | 战斗中突破瓶颈 |
90
-
91
- ### 4. 金手指设计
92
-
93
- **金手指**:主角区别于其他角色的核心优势(系统、传承、特殊体质等)。
94
-
95
- **金手指设计原则**:
96
- - **有限制**:不能无限使用,必须有冷却/代价/条件
97
- - **可成长**:金手指本身也需要升级,与主角同步成长
98
- - **有代价**:使用金手指必须付出某种代价(体力、寿命、秘密暴露风险)
99
- - **不万能**:金手指解决不了所有问题,主角仍需自身努力
100
-
101
- **常见金手指类型**:
102
- | 类型 | 优势 | 限制示例 |
103
- |------|------|---------|
104
- | 系统 | 任务奖励、属性面板 | 任务失败惩罚、不能告诉别人 |
105
- | 传承 | 前辈记忆、功法 | 需要逐步解锁、有副作用 |
106
- | 特殊体质 | 天赋异禀 | 初期是诅咒、需要特殊资源激活 |
107
- | 空间 | 储物、种植、时间加速 | 容量有限、进入条件苛刻 |
108
- | 重生 | 先知优势 | 蝴蝶效应、记忆模糊、时间线偏移 |
109
-
110
- ---
111
-
112
- ## 宗门/势力体系
113
-
114
- ### 势力层级模板
115
-
116
- ```
117
- 个人 → 家族 → 宗门 → 王朝/帝国 → 圣地/禁区 → 上界/更高位面
118
- ```
119
-
120
- ### 宗门结构模板
121
-
122
- | 层级 | 职位 | 境界要求 | 权力 |
123
- |------|------|---------|------|
124
- | 最高层 | 宗主/太上长老 | 最高境界 | 决策权 |
125
- | 管理层 | 长老/执事 | 高境界 | 管理权 |
126
- | 核心层 | 内门弟子/真传 | 中境界 | 资源优先 |
127
- | 基础层 | 外门弟子 | 低境界 | 基础资源 |
128
- | 底层 | 杂役/记名 | 无要求 | 极少资源 |
129
-
130
- ### 势力关系设计
131
-
132
- **核心原则**:势力之间的关系 = 利益 + 历史恩怨 + 实力对比
133
-
134
- **常见关系模式**:
135
- - 三足鼎立(稳定但脆弱)
136
- - 一超多强(主角需要打破格局)
137
- - 联盟对抗(阵营对立)
138
- - 暗流涌动(表面和平,暗中博弈)
139
-
140
- ---
141
-
142
- ## 地图与空间设计
143
-
144
- ### 地图扩展原则
145
-
146
- **核心**:地图随主角实力扩展,每个新区域对应新的境界层次。
147
-
148
- ```
149
- 新手村(凡人境)→ 小城/宗门(灵修境初期)→ 王朝/大陆(灵修境后期)
150
- → 上界/星域(天人境)→ 更高位面(终极境界)
151
- ```
152
-
153
- **每个区域必须有**:
154
- - 独特的环境特征(沙漠、冰原、火山)
155
- - 对应的资源和机缘
156
- - 独特的势力格局
157
- - 主角在此区域的目标
158
-
159
- ---
160
-
161
- ## 常见套路与创新
162
-
163
- ### 经典套路
164
-
165
- | 套路 | 描述 | 爽点 |
166
- |------|------|------|
167
- | 废物逆袭 | 被看不起 → 觉醒 → 打脸 | 逆袭快感 |
168
- | 退婚流 | 被退婚 → 变强 → 对方后悔 | 打脸 + 逆袭 |
169
- | 宗门大比 | 比武 → 越级挑战 → 震惊全场 | 碾压 + 震惊 |
170
- | 秘境探险 | 进入秘境 → 获得机缘 → 突破 | 探索 + 升级 |
171
- | 拍卖会 | 竞价 → 冲突 → 展示实力/财力 | 装逼 + 打脸 |
172
-
173
- ### 创新方向
174
-
175
- - **反套路**:主角不是废物,而是从强者开始(但有隐藏弱点)
176
- - **群像玄幻**:不只是主角变强,配角也有完整的成长线
177
- - **硬核修炼**:修炼体系有严密的逻辑和科学感
178
- - **日常向**:不以战斗为主,而是修炼世界的日常生活
179
- - **反派视角**:从反派角度讲述故事
180
-
181
- ---
182
-
183
- ## 常见陷阱
184
-
185
- ### 1. 境界通胀
186
-
187
- ❌ 前期一个金丹期就是大人物,后期金丹期满地走
188
- - 解决:提前规划好每个境界在世界中的稀有度
189
-
190
- ### 2. 战力崩坏
191
-
192
- ❌ 主角前期苦战筑基期,后期轻松碾压同境界
193
- - 解决:维护战力参照表,每次战斗前核对
194
-
195
- ### 3. 配角工具化
196
-
197
- ❌ 配角只在需要被打脸时出现
198
- - 解决:给重要配角独立的目标和成长线
199
-
200
- ### 4. 地图废弃
201
-
202
- ❌ 主角离开某个区域后,该区域再也不提
203
- - 解决:通过消息、回忆、旧友来访等方式保持联系
204
-
205
- ### 5. 金手指万能
206
-
207
- ❌ 所有问题都靠金手指解决
208
- - 解决:设计金手指解决不了的问题类型(人际关系、道德困境)
209
-
210
- ### 6. 升级单调
211
-
212
- ❌ 每次升级都是「闭关 → 突破 → 出关」
213
- - 解决:设计多种升级方式(战斗领悟、奇遇、顿悟、传承)
214
-
215
- ---
216
-
217
- ## 检测清单
218
-
219
- ### 开篇检查
220
- - [ ] 力量体系是否在前 3 章内让读者理解基本框架?
221
- - [ ] 主角的起点和金手指是否在前 5 章内明确?
222
- - [ ] 第一个小目标是否清晰?(打败某人、通过考核、获得资格)
223
-
224
- ### 每卷检查
225
- - [ ] 本卷是否有至少 1 次境界突破?
226
- - [ ] 本卷是否引入了新的地图/势力?
227
- - [ ] 本卷的核心冲突是否与力量体系相关?
228
- - [ ] 战力描写是否与之前保持一致?
229
-
230
- ### 全书检查
231
- - [ ] 境界体系是否从头到尾一致?
232
- - [ ] 金手指的限制是否始终被遵守?
233
- - [ ] 是否有被遗忘的配角或势力?
234
- - [ ] 升级节奏是否符合预期曲线?