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,111 +0,0 @@
1
- # 钩子专项分析 Skill(--focus=hook)
2
-
3
- **触发条件**:`$ARGUMENTS` 包含 `--focus=hook`
4
-
5
- **前置加载**:
6
- - 加载 Skill:`templates/skills/quality-assurance/hook-checker/SKILL.md`
7
- - 加载 Expert:`templates/skills/quality-assurance/hook-checker/experts/hook-analyst.md`
8
- - 加载知识库:`resources/craft/hook-design.md`
9
- - 读取所有已写章节内容
10
-
11
- **分析流程**:
12
-
13
- ## 1. 逐章钩子扫描
14
-
15
- 对每个已写章节执行 `hook-checker` Skill 的检查流程:
16
- 1. 提取章节最后 500 字
17
- 2. 识别钩子类型
18
- 3. 五维评分
19
- 4. 检查与上一章钩子的兑现关系
20
-
21
- ## 2. 汇总报告
22
-
23
- ```
24
- 🪝 钩子专项分析报告
25
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
26
-
27
- 📊 总体统计
28
- - 已分析章节:[N] 章
29
- - 有钩子章节:[M] 章([X]%)
30
- - 无钩子章节:[K] 章([Y]%)← ⚠️ 如 > 10% 则警告
31
- - 平均钩子强度:[Z.Z]/5.0
32
-
33
- 📈 钩子强度分布
34
- ⭐⭐⭐⭐⭐ :[N] 章([X]%)
35
- ⭐⭐⭐⭐ :[N] 章([X]%)
36
- ⭐⭐⭐ :[N] 章([X]%)
37
- ⭐⭐ :[N] 章([X]%)
38
- ⭐ :[N] 章([X]%)
39
- ❌ 无钩子 :[N] 章([X]%)
40
-
41
- 🎯 钩子类型分布
42
- 悬念钩子:[N] 次([X]%)██████████
43
- 反转钩子:[N] 次([X]%)████████
44
- 信息钩子:[N] 次([X]%)██████
45
- 情感钩子:[N] 次([X]%)████
46
- 时间压力:[N] 次([X]%)██
47
- 选择钩子:[N] 次([X]%)█
48
-
49
- 🔄 钩子兑现率
50
- - 已兑现:[N]/[M]([X]%)
51
- - 延迟兑现(跨 2+ 章):[K] 个
52
- - 未兑现:[L] 个 ← ⚠️ 如有则列出
53
-
54
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
55
- ```
56
-
57
- ## 3. 逐章明细
58
-
59
- ```
60
- 📋 逐章钩子明细
61
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
62
-
63
- | 章节 | 钩子类型 | 强度 | 兑现 | 核心句摘要 |
64
- |------|---------|------|------|-----------|
65
- | 第 1 章 | 悬念 | ⭐⭐⭐ | ✅ 第 2 章 | "门外的脚步声停了..." |
66
- | 第 2 章 | 信息 | ⭐⭐ | ✅ 第 3 章 | "她想起了什么..." |
67
- | 第 3 章 | ❌ 无 | — | — | — |
68
- | 第 4 章 | 反转 | ⭐⭐⭐⭐ | ✅ 第 5 章 | "那封信是假的。" |
69
- | ... | ... | ... | ... | ... |
70
- ```
71
-
72
- ## 4. 问题诊断
73
-
74
- ```
75
- ⚠️ 问题诊断
76
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
77
-
78
- 🔴 严重问题:
79
- - 第 [N] 章:无钩子(读者退出风险)
80
- - 第 [M] 章:钩子未兑现(读者信任损失)
81
-
82
- ⚠️ 中度问题:
83
- - 第 [A]-[B] 章:连续 [C] 章使用同类型钩子(悬念),建议增加多样性
84
- - 第 [D] 章:钩子强度仅 ⭐,作为卷末章节偏弱
85
-
86
- 💡 轻度建议:
87
- - 整体悬念钩子占比过高([X]%),建议增加反转和情感钩子
88
- - 平均强度 [Z.Z] 略低于网文建议值 3.0
89
- ```
90
-
91
- ## 5. 改进建议
92
-
93
- ```
94
- 💡 改进建议
95
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
96
-
97
- 📌 优先修复(影响读者留存):
98
- 1. 第 [N] 章:建议添加 [具体钩子类型] 钩子
99
- 示例:"[基于章节内容的具体钩子建议]"
100
-
101
- 2. 第 [M] 章:钩子 "[原钩子]" 未在后续章节兑现
102
- 建议:在第 [K] 章中添加回应
103
-
104
- 📌 优化建议(提升体验):
105
- 3. 增加反转钩子的使用频率(当前仅 [X]%)
106
- 4. 卷末钩子(第 [N] 章)建议提升至 ⭐⭐⭐⭐ 以上
107
-
108
- 📚 参考资源:
109
- - 钩子设计指南:resources/craft/hook-design.md
110
- - 六种钩子类型详解和示例
111
- ```
@@ -1,58 +0,0 @@
1
- # 逻辑分析 Skill(--focus=logic)
2
-
3
- **目标**:深度查找逻辑漏洞和矛盾
4
-
5
- **前置加载**:
6
- - 读取 `specification.md` 中的世界观和角色设定
7
- - 读取 `tracking/timeline.json` 中的时间线数据
8
- - 读取 `tracking/character-state.json` 中的角色能力数据
9
- - 读取所有已写章节内容
10
-
11
- **分析维度**:
12
-
13
- ```markdown
14
- ## 逻辑专项分析报告
15
-
16
- ### 时间线检查
17
- **构建完整时间线**:
18
- ```
19
- 绝对时间 故事时间 章节 关键事件
20
- 2020-01-01 第0天 - [背景]
21
- 2020-01-05 第4天 第1章 主角离家
22
- 2020-01-10 第9天 第3章 遇到导师
23
- 2023-01-10 三年后 第5章 ⚠️ 与第7章矛盾
24
- 2022-01-10 两年后 第7章 角色回忆"三年前的事"
25
- ```
26
-
27
- **时间线矛盾**:
28
- - ❌ 第5章和第7章时间对不上(发现1处)
29
- - 建议:统一为"两年后"
30
-
31
- ### 因果逻辑检查
32
- | 事件A(原因) | 事件B(结果) | 逻辑合理性 |
33
- |-------------|-------------|-----------|
34
- | 第2章主角练功 | 第4章实力提升 | ✅ 合理 |
35
- | 第3章宝物丢失 | 第6章宝物出现 | ❌ 未交代如何找回 |
36
- | 第5章立誓言 | 第7章违背誓言 | ⚠️ 缺少心理铺垫 |
37
-
38
- ### 能力一致性检查
39
- | 章节 | 能力设定 | 矛盾? |
40
- |------|---------|--------|
41
- | 第2章 | 主角不会武功 | - |
42
- | 第4章 | 主角学习基础剑法 | ✅ 合理过渡 |
43
- | 第6章 | 主角使用高级剑法 | ❌ 跨度过大,缺少学习过程 |
44
-
45
- ### 世界观一致性
46
- - ✅ 魔法规则前后一致
47
- - ❌ 第3章提到"科技禁止",第8章出现高科技武器
48
- - ⚠️ 社会阶层设定在第5章和第9章有细微差异
49
-
50
- ### 动机合理性
51
- | 角色 | 行为 | 动机解释 | 合理性 |
52
- |------|------|---------|--------|
53
- | 主角 | 第5章冒险救人 | 正义感 | ✅ 符合人设 |
54
- | 配角A | 第7章背叛 | 未解释 | ❌ 突兀,缺少铺垫 |
55
- | 反派 | 第9章放过主角 | 欣赏才能 | ⚠️ 稍显牵强 |
56
-
57
- **逻辑严密性评分:[X]/10**
58
- ```
@@ -1,59 +0,0 @@
1
- # 开篇分析 Skill(--focus=opening)
2
-
3
- **目标**:深度分析前1-3章是否符合黄金开篇法则
4
-
5
- **分析维度**:
6
-
7
- ```markdown
8
- ## 开篇专项分析报告
9
-
10
- ### 黄金法则检查
11
-
12
- **如果存在 `resources/presets/golden-opening.md`,自动读取并应用五大法则**
13
-
14
- #### 法则1:动态场景切入
15
- - ✅ 第一章开场方式:[动作/对话/冲突] 直接切入
16
- - ❌ 发现问题:开篇有200字静态环境描写(违反法则)
17
- - 建议:删除或缩短至50字以内,直接进入动作
18
-
19
- #### 法则2:核心冲突前置
20
- - ✅ 核心冲突抛出时机:第1章第[X]节
21
- - ⚠️ 冲突强度:中等(建议提升到"威胁主角生存/目标"级别)
22
- - 具体:[描述冲突内容]
23
-
24
- #### 法则3:避免信息轰炸
25
- - ✅ 世界观透露方式:滴灌式,自然融入情节
26
- - ❌ 发现问题:第1章第3节有500字设定说明(违反法则)
27
- - 建议:拆分到前5章,每章透露100字
28
-
29
- #### 法则4:限制出场人数
30
- - ✅ 第一章有名有姓角色:[X]人(符合≤3人要求)
31
- - ❌ 发现问题:第一章出场5人,过多(违反法则)
32
- - 建议:延迟[角色D]和[角色E]出场到第2-3章
33
-
34
- #### 法则5:快速展现金手指
35
- - ✅ 金手指展现时机:第[X]章
36
- - ⚠️ 展现方式:仅提及,未实际使用(建议实际展示效果)
37
- - 具体:[描述展现方式]
38
-
39
- ### 开篇钩子评估
40
- - **第一句钩子强度**:[强/中/弱]
41
- - 当前:[引用第一句]
42
- - 分析:[是否吸引读者]
43
- - 建议:[优化方向]
44
-
45
- - **第一章结尾钩子**:[强/中/弱]
46
- - 当前:[引用结尾段落]
47
- - 分析:[是否引发期待]
48
- - 建议:[优化方向]
49
-
50
- ### 前三章节奏检查
51
- | 章节 | 目标 | 实际完成度 | 评分 |
52
- |------|------|-----------|------|
53
- | 第1章 | 钩住读者,建立期待 | [描述实际效果] | [X]/10 |
54
- | 第2章 | 展现能力,强化钩子 | [描述实际效果] | [X]/10 |
55
- | 第3章 | 初步爽点,确认追读 | [描述实际效果] | [X]/10 |
56
-
57
- **开篇评分:[X]/10**
58
- **建议**:[具体改进方向]
59
- ```
@@ -1,55 +0,0 @@
1
- # 节奏分析 Skill(--focus=pacing)
2
-
3
- **目标**:分析全文节奏分布,评估爽点/冲突密度
4
-
5
- **分析维度**:
6
-
7
- ```markdown
8
- ## 节奏专项分析报告
9
-
10
- ### 节奏参数(如有rhythm-config.json)
11
- **读取 `resources/presets/rhythm-config.json`(如果存在)**:
12
- - 目标章节字数:[X]字
13
- - 目标小高潮间隔:[X]章
14
- - 目标大高潮间隔:[X]章
15
- - 目标节奏风格:[快/适中/慢]
16
-
17
- ### 冲突分布统计
18
- | 章节 | 冲突次数 | 冲突类型 | 冲突强度 | 符合预期? |
19
- |------|---------|----------|---------|-----------|
20
- | 第1章 | 2次 | 人际/内心 | 中/高 | ✅ |
21
- | 第2章 | 1次 | 人际 | 低 | ⚠️ 偏少 |
22
- | 第3章 | 3次 | 人际/外部 | 高/高/中 | ✅ |
23
- | ... | ... | ... | ... | ... |
24
-
25
- **平均冲突密度**:[X]次/章
26
- **建议密度**:[Y]次/章(基于类型和节奏配置)
27
-
28
- ### 爽点分布统计
29
- | 章节 | 爽点类型 | 爽点强度 | 间隔章数 |
30
- |------|---------|---------|---------|
31
- | 第1章 | - | - | - |
32
- | 第3章 | 打脸 | 高 | 3章 |
33
- | 第7章 | 升级 | 中 | 4章 |
34
- | ... | ... | ... | ... |
35
-
36
- **平均爽点间隔**:[X]章
37
- **建议间隔**:[Y]章(基于rhythm-config或类型标准)
38
-
39
- ### 高潮分布
40
- - **小高潮**:第[X]、[Y]、[Z]章
41
- - 间隔合理性:✅ 符合5章一次的标准
42
- - **大高潮**:第[X]章
43
- - 位置合理性:⚠️ 建议第30章,实际第25章(提前)
44
-
45
- **节奏评价**:
46
- - ✅ 整体起伏合理
47
- - ⚠️ 第10-15章略显平淡
48
- - ❌ 第20章有节奏断裂
49
-
50
- **改进建议**:
51
- 1. 在第12章增加一个中等强度冲突
52
- 2. 第20章补充过渡情节,避免断裂感
53
-
54
- **节奏评分:[X]/10**
55
- ```
@@ -1,148 +0,0 @@
1
- # 力量体系专项分析 Skill(--focus=power)
2
-
3
- **触发条件**:`$ARGUMENTS` 包含 `--focus=power`
4
-
5
- **前置加载**:
6
- - 加载知识库:`resources/craft/power-system.md`
7
- - 读取 `specification.md` 中的力量体系设定(5.x 节或 worldbuilding 相关章节)
8
- - 读取 `creative-plan.md` 中的升级节奏规划
9
- - 读取 `tracking/character-state.json` 中的角色能力数据
10
- - 读取所有已写章节内容
11
-
12
- **分析流程**:
13
-
14
- ## 1. 力量等级一致性检查
15
-
16
- 从 specification.md 提取力量等级体系定义,逐章扫描角色的力量等级描述:
17
-
18
- ```
19
- ⚔️ 力量等级一致性
20
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
21
-
22
- 📋 体系定义(来自 specification.md)
23
- 等级体系:[等级1] → [等级2] → [等级3] → ...
24
- 当前角色等级:
25
- - 主角:[等级X](第 [N] 章确立)
26
- - 配角A:[等级Y](第 [M] 章确立)
27
- - 反派:[等级Z](第 [K] 章确立)
28
-
29
- 🔍 逐章扫描结果:
30
- | 章节 | 角色 | 描述等级 | 设定等级 | 一致性 |
31
- |------|------|---------|---------|--------|
32
- | 第 3 章 | 主角 | 炼气三层 | 炼气三层 | ✅ |
33
- | 第 5 章 | 主角 | 筑基初期 | 炼气五层 | ❌ 跳级 |
34
- | 第 7 章 | 配角A | 金丹期 | 筑基后期 | ❌ 越级 |
35
-
36
- ❌ 发现 [N] 处等级不一致
37
- ```
38
-
39
- ## 2. 战力对比合理性
40
-
41
- 检查战斗场景中的战力对比是否符合等级设定:
42
-
43
- ```
44
- ⚖️ 战力对比合理性
45
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
46
-
47
- | 章节 | 战斗双方 | 等级差 | 结果 | 合理性 |
48
- |------|---------|--------|------|--------|
49
- | 第 4 章 | 主角(炼气3) vs 敌A(炼气5) | -2 | 主角胜 | ⚠️ 需要合理解释 |
50
- | 第 8 章 | 主角(筑基) vs 敌B(金丹) | -1大境界 | 主角胜 | ❌ 越级战斗过多 |
51
- | 第 12 章 | 主角(筑基) vs 敌C(筑基) | 0 | 主角胜 | ✅ 合理 |
52
-
53
- 📊 越级战斗统计:
54
- - 总战斗场景:[N] 场
55
- - 越级战斗:[M] 场([X]%)
56
- - 合理越级(有金手指/道具/计谋支撑):[K] 场
57
- - 不合理越级:[L] 场
58
-
59
- ⚠️ 越级战斗占比建议 ≤ 30%,当前 [X]%
60
- 💡 越级战斗必须有明确的合理化解释(金手指、特殊道具、计谋、地形优势等)
61
- ```
62
-
63
- ## 3. 升级节奏分析
64
-
65
- 检查主角的升级节奏是否合理:
66
-
67
- ```
68
- 📈 升级节奏分析
69
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
70
-
71
- 主角升级时间线:
72
- | 等级 | 达到章节 | 间隔章数 | 间隔合理性 |
73
- |------|---------|---------|-----------|
74
- | 炼气一层 | 第 1 章 | — | — |
75
- | 炼气三层 | 第 3 章 | 2 章 | ✅ 初期快速合理 |
76
- | 筑基初期 | 第 8 章 | 3 章 | ✅ 大境界突破间隔合理 |
77
- | 金丹期 | 第 12 章 | 3 章 | ❌ 大境界突破过快 |
78
-
79
- 📊 升级节奏统计:
80
- - 平均升级间隔:[X] 章/级
81
- - 大境界突破间隔:[Y] 章/次
82
- - 升级加速趋势:[加速/稳定/减速]
83
-
84
- 💡 建议:
85
- - 小境界间隔:[建议值] 章
86
- - 大境界间隔:[建议值] 章
87
- - 参考 creative-plan.md 中的升级规划进行调整
88
- ```
89
-
90
- ## 4. 能力使用一致性
91
-
92
- 检查角色使用的能力是否符合其当前等级和已学技能:
93
-
94
- ```
95
- 🔮 能力使用一致性
96
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
97
-
98
- | 章节 | 角色 | 使用能力 | 学习章节 | 等级要求 | 一致性 |
99
- |------|------|---------|---------|---------|--------|
100
- | 第 6 章 | 主角 | 火球术 | 第 4 章 | 炼气 | ✅ |
101
- | 第 8 章 | 主角 | 剑气纵横 | 未学习 | 筑基 | ❌ 未学习 |
102
- | 第 10 章 | 主角 | 领域展开 | 未学习 | 金丹 | ❌ 等级不足 |
103
-
104
- ❌ 发现 [N] 处能力使用不一致
105
- ```
106
-
107
- ## 5. 力量体系规则遵守
108
-
109
- 检查力量体系的核心规则是否被一致遵守:
110
-
111
- ```
112
- 📜 体系规则遵守
113
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
114
-
115
- 从 specification.md 提取的核心规则:
116
- 1. [规则1:如"灵气耗尽需要休息恢复"]
117
- 2. [规则2:如"越级战斗必须付出代价"]
118
- 3. [规则3:如"突破需要特定条件"]
119
-
120
- 规则遵守检查:
121
- | 规则 | 违反次数 | 违反章节 | 严重性 |
122
- |------|---------|---------|--------|
123
- | 规则1 | 0 | — | ✅ |
124
- | 规则2 | 2 | 第 8、15 章 | ⚠️ |
125
- | 规则3 | 1 | 第 12 章 | ❌ |
126
- ```
127
-
128
- ## 6. 综合力量体系评分
129
-
130
- ```
131
- 📋 力量体系综合评分
132
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
133
- 等级一致性:[X]/10
134
- 战力合理性:[X]/10
135
- 升级节奏 :[X]/10
136
- 能力一致性:[X]/10
137
- 规则遵守 :[X]/10
138
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
139
- 综合评分 :[X]/10
140
-
141
- 🏆 最大优势:[描述]
142
- ⚠️ 最大短板:[描述]
143
- 💡 首要改进建议:[具体建议]
144
-
145
- 📚 参考资源:
146
- - 力量体系设计指南:resources/craft/power-system.md
147
- - 等级设计、战力平衡、升级节奏详解
148
- ```
@@ -1,117 +0,0 @@
1
- # 读者体验分析 Skill(--focus=reader)
2
-
3
- **目标**:分析爽点密度、钩子强度、信息投喂节奏、期待管理,评估读者阅读体验
4
-
5
- **前置加载**:
6
- - 加载 Skill:`templates/skills/writing-techniques/reader-expectation/SKILL.md`
7
- - 加载 Expert:`templates/skills/writing-techniques/reader-expectation/experts/expectation-analyst.md`
8
- - 加载知识库:`resources/craft/hook-design.md`(如存在)
9
- - 加载 tracking 数据:`plot-tracker.json`、`character-state.json`
10
-
11
- **分析维度**:
12
-
13
- ## 1. 爽点密度分析
14
-
15
- **定义**:爽点 = 让读者产生满足感/快感的情节事件(打脸、升级、获得、逆袭、真相揭示)
16
-
17
- **分析方法**:
18
- 1. 逐章扫描,标记每个爽点事件及其类型
19
- 2. 计算爽点密度:`爽点数 / 章节数`
20
- 3. 计算爽点间隔:相邻爽点之间的章节数
21
-
22
- **评分标准**:
23
- | 指标 | 优秀 | 良好 | 需改进 |
24
- |------|------|------|--------|
25
- | 爽点密度 | ≥ 0.8/章 | 0.5-0.8/章 | < 0.5/章 |
26
- | 最大爽点间隔 | ≤ 3 章 | 4-5 章 | > 5 章 |
27
- | 爽点类型多样性 | ≥ 3 种 | 2 种 | 1 种 |
28
-
29
- **输出格式**:
30
- ```
31
- 📊 爽点密度分析
32
- ━━━━━━━━━━━━━━━━━━━━
33
- 总爽点数:[N] 个([M] 章中)
34
- 爽点密度:[X]/章
35
- 最大间隔:第 [A]-[B] 章([C] 章无爽点)
36
-
37
- 爽点分布:
38
- 第 1 章:⭐ 逆袭(废物觉醒)
39
- 第 3 章:⭐ 打脸(击败对手)
40
- ...
41
-
42
- ⚠️ 警告:第 5-6 章连续无爽点,建议补充
43
- ```
44
-
45
- ## 2. 钩子强度分析
46
-
47
- **分析方法**:
48
- 1. 提取每章最后 300 字
49
- 2. 判断钩子类型(悬念/反转/信息/情感/时间压力/选择/无钩子)
50
- 3. 评估钩子强度(1-5 星)
51
- 4. 检查钩子兑现情况
52
-
53
- **评分标准**:
54
- | 指标 | 优秀 | 良好 | 需改进 |
55
- |------|------|------|--------|
56
- | 有钩子章节占比 | ≥ 90% | 70-90% | < 70% |
57
- | 平均钩子强度 | ≥ 3.0 | 2.0-3.0 | < 2.0 |
58
- | 钩子类型多样性 | ≥ 4 种 | 2-3 种 | 1 种 |
59
- | 钩子兑现率 | ≥ 85% | 70-85% | < 70% |
60
-
61
- ## 3. 信息投喂节奏分析
62
-
63
- **定义**:信息投喂 = 向读者释放新信息(世界观、角色背景、情节线索)的节奏
64
-
65
- **分析方法**:
66
- 1. 逐章标记新信息释放事件
67
- 2. 计算信息密度:`新信息数 / 章节字数`
68
- 3. 检测信息过载或信息饥荒
69
-
70
- **评分标准**:
71
- | 指标 | 优秀 | 需改进 |
72
- |------|------|--------|
73
- | 信息密度 | 每章 2-4 个新信息点 | < 1 或 > 6 |
74
- | 信息类型平衡 | 世界观/角色/情节均有 | 单一类型 |
75
- | 信息间隔 | 无连续 2 章以上的信息真空 | 有信息真空 |
76
-
77
- ## 4. 期待管理分析
78
-
79
- **调用 `reader-expectation` Skill**:
80
-
81
- 使用 Skill 中定义的期待追踪框架:
82
- 1. 识别所有活跃期待(情节承诺、谜题悬念、角色成长、关系弧线、世界观谜题)
83
- 2. 计算每个期待的紧急度(使用 Skill 中的公式:`Urgency = (Chapter Interval / Genre Threshold) × Setup Intensity × Type Weight`)
84
- 3. 评估期待满足的节奏
85
-
86
- **输出格式**:
87
- ```
88
- 🎯 期待管理分析
89
- ━━━━━━━━━━━━━━━━━━━━
90
- 活跃期待数:[N] 个
91
- 紧急期待(需立即处理):[M] 个
92
- 已满足期待:[K] 个
93
-
94
- 活跃期待列表:
95
- | 期待 | 类型 | 埋设章节 | 紧急度 | 建议 |
96
- |------|------|---------|--------|------|
97
- | [描述] | 情节承诺 | 第 2 章 | 🔴 0.9 | 下一章必须推进 |
98
- | [描述] | 谜题悬念 | 第 5 章 | ⚠️ 0.6 | 近期需要线索 |
99
- ...
100
- ```
101
-
102
- ## 5. 综合读者体验评分
103
-
104
- ```
105
- 📋 读者体验综合评分
106
- ━━━━━━━━━━━━━━━━━━━━
107
- 爽点密度:[X]/10
108
- 钩子强度:[X]/10
109
- 信息投喂:[X]/10
110
- 期待管理:[X]/10
111
- ━━━━━━━━━━━━━━━━━━━━
112
- 综合评分:[X]/10
113
-
114
- 🏆 最大优势:[描述]
115
- ⚠️ 最大短板:[描述]
116
- 💡 首要改进建议:[具体建议]
117
- ```
@@ -1,60 +0,0 @@
1
- # 风格分析 Skill(--focus=style)
2
-
3
- **目标**:检查文笔风格一致性,对比style-reference.md
4
-
5
- **前置加载**:
6
- - 读取 `resources/memory/style-reference.md`(如存在,来自 /book-internalize)
7
- - 读取 `specification.md` 中的风格要求
8
- - 读取所有已写章节内容
9
-
10
- **分析维度**:
11
-
12
- ```markdown
13
- ## 风格专项分析报告
14
-
15
- ### 如果存在 style-reference.md(来自 /book-internalize)
16
-
17
- **读取 `memory/style-reference.md`,对比实际文风**
18
-
19
- ### 词汇一致性检查
20
- **参考文风词汇偏好**:
21
- - 目标常用修饰词:[列表]
22
- - 实际常用修饰词:[列表]
23
- - 匹配度:[X]%
24
-
25
- **禁用词检查(AI腔)**:
26
- - ❌ 发现使用"弥漫着"共[X]次(style-reference禁用)
27
- - ❌ 发现使用"摇摇欲坠"共[X]次(style-reference禁用)
28
- - 建议:替换为对标作品常用词汇
29
-
30
- ### 句式一致性检查
31
- - 平均句长:实际[X]字 vs 目标[Y]字
32
- - 段落密度:实际[X]字/段 vs 目标[Y]字/段
33
- - 评价:✅ 符合 / ⚠️ 偏差较大
34
-
35
- ### 描写比例检查
36
- | 类型 | 目标比例 | 实际比例 | 偏差 |
37
- |------|---------|---------|------|
38
- | 对话 | 35% | 40% | +5% ⚠️ |
39
- | 动作 | 40% | 30% | -10% ❌ |
40
- | 描写 | 15% | 20% | +5% ⚠️ |
41
- | 心理 | 10% | 10% | 0% ✅ |
42
-
43
- **建议**:增加动作描写比例,减少对话和描写
44
-
45
- ### 叙事风格一致性
46
- - 视角:✅ 第三人称限制,保持一致
47
- - 语言:✅ 口语化风格,符合目标
48
- - 节奏:⚠️ 前3章符合"快节奏",第4-7章偏慢
49
- - 情感基调:✅ 热血基调贯穿
50
-
51
- ### 章节间风格对比
52
- | 章节 | 风格特点 | 与参考作品相似度 |
53
- |------|---------|-----------------|
54
- | 第1章 | 简洁有力,动词密集 | 85% ✅ |
55
- | 第2章 | 略显啰嗦,修饰词过多 | 60% ⚠️ |
56
- | 第3章 | 回归简洁风格 | 80% ✅ |
57
-
58
- **风格一致性评分:[X]/10**
59
- **建议**:参考第1章和第3章风格,修订第2章
60
- ```
@@ -1,42 +0,0 @@
1
- # 对话一致性分析 Skill(--focus=voice)
2
-
3
- **触发条件**:`$ARGUMENTS` 包含 `--focus=voice`
4
-
5
- **前置加载**:
6
- - 加载 Skill:`templates/skills/quality-assurance/voice-consistency-checker/SKILL.md`
7
- - 加载 Expert:`templates/skills/quality-assurance/voice-consistency-checker/experts/voice-analyst.md`
8
- - 读取 `tracking/character-state.json` 中所有角色的 `voice` 字段
9
- - 读取所有已写章节内容
10
-
11
- **分析流程**:
12
-
13
- 调用 `voice-consistency-checker` Skill 执行批量对话一致性检查:
14
-
15
- 1. 逐章提取所有对话及说话者
16
- 2. 对每段对话执行六维语言指纹匹配(词汇、句式、语气、口头禅、教育水平、情绪表达)
17
- 3. 计算每个角色的对话一致性评分
18
- 4. 检测对话风格过度相似的角色对(缺乏区分度)
19
-
20
- **输出格式**:
21
-
22
- ```
23
- 🗣️ 对话一致性分析报告
24
- ━━━━━━━━━━━━━━━━━━━━
25
-
26
- | 角色 | 对话数 | 一致性 | 主要问题 |
27
- |------|--------|--------|---------|
28
- | [主角] | 120 | 9/10 | 无 |
29
- | [角色A] | 45 | 6/10 | 用词偏学术 |
30
- | [角色B] | 38 | 8/10 | 偶尔语气不符 |
31
- | [角色C] | 12 | 4/10 | 缺乏个性,与主角雷同 |
32
-
33
- 🔴 严重问题:
34
- - [角色C] 的对话风格与 [主角] 高度相似(相似度 85%),缺乏区分度
35
-
36
- ⚠️ 中度问题:
37
- - [角色A] 在第 12、18、25 章的对话用词偏学术化
38
-
39
- 💡 建议:
40
- - 为 [角色C] 补充语言指纹:/character voice [角色C]
41
- - 回顾 [角色A] 的对话,降低用词复杂度
42
- ```