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,219 +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
- ### 2. 情感共鸣原则
44
-
45
- **核心**:青春小说的读者要么正在经历,要么曾经经历。共鸣是第一驱动力。
46
-
47
- **共鸣触发点**:
48
- - 第一次心动的忐忑
49
- - 考试前的焦虑与无助
50
- - 友情破裂的痛苦
51
- - 被误解时的委屈
52
- - 毕业离别的不舍
53
- - 对未来的迷茫与期待
54
-
55
- **技巧**:
56
- - 用具体细节唤起记忆(传纸条、在课本上画画、放学后的操场)
57
- - 写感受而非事件("那个夏天"比"2015年7月"更有共鸣)
58
- - 善用五感记忆(栀子花香、蝉鸣、粉笔灰的味道)
59
-
60
- ---
61
-
62
- ### 3. 成长弧光原则
63
-
64
- **核心**:角色必须在故事中有所成长,这是青春小说的灵魂。
65
-
66
- **成长类型**:
67
- - **认知成长**:从天真到理解世界的复杂
68
- - **情感成长**:从自我中心到理解他人
69
- - **勇气成长**:从逃避到面对
70
- - **独立成长**:从依赖到自主
71
-
72
- **成长节奏**:
73
- 1. 建立初始状态(角色的天真/缺陷)
74
- 2. 遭遇冲击事件(打破舒适区)
75
- 3. 挣扎与反复(不是一次就成长)
76
- 4. 关键抉择(成长的转折点)
77
- 5. 蜕变完成(但保留青春的痕迹)
78
-
79
- ---
80
-
81
- ### 4. 时代感原则
82
-
83
- **核心**:青春小说需要有时代锚点,让读者能定位到具体的年代。
84
-
85
- **时代元素**:
86
- - **90后青春**:MP3、QQ空间、非主流、超级女声
87
- - **00后青春**:智能手机、微信、短视频、网课
88
- - **通用元素**:校服、黑板报、运动会、晚自习
89
-
90
- **注意**:时代元素是调味料,不要过度堆砌。1-2个精准细节胜过10个泛泛提及。
91
-
92
- ---
93
-
94
- ## 实践应用(Practical Application)
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
- ## 常见陷阱(Common Pitfalls)
142
-
143
- ### 1. 角色过于成熟
144
- - **问题**:高中生表现得像30岁的社会人
145
- - **解决**:保留青春期的冲动、幼稚、不成熟
146
-
147
- ### 2. 狗血剧情堆砌
148
- - **问题**:车祸、失忆、绝症、出国全上
149
- - **解决**:日常中的小波澜比大事件更动人
150
-
151
- ### 3. 时代感错位
152
- - **问题**:2010年的高中生用2024年的网络用语
153
- - **解决**:确认故事年代,使用对应时期的流行文化
154
-
155
- ### 4. 成长缺失
156
- - **问题**:故事结束了角色还是老样子
157
- - **解决**:确保至少一个核心角色有明确的成长弧线
158
-
159
- ### 5. 情感悬浮
160
- - **问题**:角色说"我好难过"但读者感受不到
161
- - **解决**:用行为和细节传递情感,而非直接陈述
162
-
163
- ### 6. 校园生活失真
164
- - **问题**:角色从不上课、不考试、不被老师管
165
- - **解决**:学业压力是青春的重要组成部分,不能忽略
166
-
167
- ---
168
-
169
- ## 爽点设计
170
-
171
- ### 1. 双向暗恋揭示
172
- - **触发时机**:读者已知双方心意,等待捅破窗户纸
173
- - **实现方式**:通过第三方、意外事件或回忆视角揭示
174
- - **示例**:多年后翻到对方课本上画满了自己的名字
175
-
176
- ### 2. 逆袭时刻
177
- - **触发时机**:角色长期被低估或欺负
178
- - **实现方式**:在关键场合证明自己(考试、比赛、才艺)
179
- - **示例**:一直被嘲笑的差生在高考中逆袭
180
-
181
- ### 3. 重逢
182
- - **触发时机**:分别多年后
183
- - **实现方式**:在意想不到的场合重逢,物是人非但情感依旧
184
- - **示例**:在异乡的街头听到熟悉的口头禅
185
-
186
- ---
187
-
188
- ## 节奏建议
189
-
190
- - **开篇**:用一个鲜活的校园场景切入,快速建立时代感和人物关系
191
- - **中期**:情感线和成长线交织推进,用日常细节堆积情感浓度
192
- - **高潮**:关键抉择或离别场景,情感集中爆发
193
- - **结尾**:可以是开放式,留给读者想象空间;回忆视角的结尾特别有余味
194
-
195
- ---
196
-
197
- ## 推荐参考作品
198
-
199
- - 八月长安《最好的我们》- 校园青春标杆,细节真实
200
- - 九把刀《那些年,我们一起追的女孩》- 怀旧青春经典
201
- - 饶雪漫《左耳》- 伤痛青春代表
202
- - 韩寒《三重门》- 讽刺与青春结合
203
- - 东野圭吾《放学后》- 校园悬疑青春
204
- - 绿亦歌《岁月忽已暮》- 暗恋题材佳作
205
-
206
- ---
207
-
208
- ## 与Commands的集成(Integration with Commands)
209
-
210
- - `/write` 时激活青春对话检查,确保语言符合年龄特征
211
- - `/analyze --focus=voice` 检查角色对话是否有青春感
212
- - `/character` 检查角色成长弧线是否完整
213
- - `/timeline` 确保时代元素与故事年代一致
214
-
215
- ---
216
-
217
- ## 总结
218
-
219
- 青春小说写的不是故事,是记忆。真实感和共鸣是核心竞争力。不需要惊天动地的大事件,一个眼神、一张纸条、一个放学后的等待,就足以让读者热泪盈眶。记住:最好的青春小说,让读者想起自己的青春。
@@ -1,113 +0,0 @@
1
- # 个人语料与表达指纹(Personal Voice)
2
-
3
- 用途:为写作提供稳定、自然的个人表达基础。越具体越好,尽量来自你的真实经历与说话习惯
4
-
5
- ## 口头禅与常用表达
6
- - 示例:我嘴快,但心里有数
7
- - 示例:先把话挑明,再慢慢办
8
- - 示例:这事儿吧,怎么说呢
9
- - 示例:得,就这么定了
10
-
11
- ## 固定句式与节奏偏好
12
- - 示例:长句里讲道理,短句落锤
13
- - 示例:段落喜欢先摆事实,后给判断
14
- - 示例:爱用"...但是吧"转折
15
- - 示例:习惯性重复关键词强调
16
-
17
- ## 词汇选择偏好
18
- - **常用词替代**
19
- - 把"因此"说成"所以"、"这么着"
20
- - 把"然而"说成"可是"、"但是吧"
21
- - 把"非常"说成"特别"、"老"、"挺"
22
- - 把"或许"说成"也许"、"说不定"、"兴许"
23
- - **量词习惯**
24
- - 一个人/一位人、一只狗/一条狗
25
- - 一顿饭/一餐饭、一场雨/一阵雨
26
- - **形容词口味**
27
- - 少用"美丽"多用"好看"、"漂亮"
28
- - 少用"优秀"多用"不错"、"挺好"
29
- - 避免书面化形容词,偏爱口语化
30
-
31
- ## 句子构造习惯
32
- - **习惯性开头**
33
- - 那什么、我跟你说、你知道吗
34
- - 说真的、讲道理、实话实说
35
- - 要我说、依我看、咱这么想
36
- - **句中口头禅**
37
- - 就是说、那个啥、怎么说呢
38
- - 对吧、是不是、你说呢
39
- - 这个吧、那啥、反正吧
40
- - **结尾语气词**
41
- - 吧、啊、呢、嘛、哈
42
- - 的、了、着、过(动态助词使用偏好)
43
- - 省略号使用习惯(...或。。。)
44
-
45
- ## 生活经历清单(可写片段名或关键词)
46
- - 示例:冬天在厂里连夜抢修
47
- - 示例:高铁上目送一位老人到站没人接
48
- - 示例:小时候邻居家的那只大黄狗
49
- - 示例:第一次进城时的窘迫
50
-
51
- ## 行业/地域词汇(口音、俚语、术语)
52
- - 示例:北方口音词:咣当、抻、撂
53
- - 示例:行业术语:回填、预案、解骚(中医)
54
- - 示例:方言词:嘎嘣脆、溜达、唠嗑
55
- - 示例:网络用语的使用频率和类型
56
-
57
- ## 自然化缺陷(重要:增加真实感)
58
- - **偶尔的错别字**(每千字1-2处)
59
- - 的地得混用:"他欢快的跑着"
60
- - 同音字错误:"在哪"写成"在那"
61
- - **标点随意性**
62
- - 省略号数量不固定:...或。。。或……
63
- - 逗号和句号的随意使用
64
- - 偶尔忘记标点,特别是对话中
65
- - **口语化省略**
66
- - 把"但是"说成"但"
67
- - 把"这样"说成"这样儿"
68
- - 主语省略:"觉得这事不靠谱"
69
- - **语法不完美**
70
- - 偶尔的语序调整:"这事我真没想到"
71
- - 不完整句:"要是能早点知道..."
72
- - 重复强调:"真的真的很重要"
73
-
74
- ## 写作忌口与避讳
75
- - 示例:少用"众所周知""在某种程度"等空话
76
- - 示例:避免套路化励志语
77
- - 示例:不用文绉绉的书面语
78
- - 示例:避免过度使用成语
79
-
80
- ## 比喻口味与意象库
81
- - 示例:铁轨、雾气、路灯、雨棚、手套味道
82
- - 示例:用器物与气味代替抽象名词
83
- - 示例:偏爱具体场景而非抽象概念
84
- - 示例:生活化比喻优于文学化比喻
85
-
86
- ## 思维模式与表达逻辑
87
- - **联想跳跃**
88
- - 从A突然想到B的模式
89
- - 话题转换的个人习惯
90
- - 插入语和补充说明的位置
91
- - **情绪表达**
92
- - 激动时的语言变化
93
- - 生气时的用词特点
94
- - 开心时的表达方式
95
- - **叙述顺序**
96
- - 倾向时间顺序还是重要性顺序
97
- - 爱不爱用倒叙、插叙
98
- - 细节补充的时机
99
-
100
- ## 常见场景的说话方式
101
- - 示例:安慰人不爱直接说大道理,更愿意讲个亲历的小事
102
- - 示例:批评时先肯定后指出问题
103
- - 示例:紧张时语速加快,用词重复
104
- - 示例:思考时的口头禅"这个嘛..."
105
-
106
- ## 个人价值取向与反复念叨的话
107
- - 示例:能把事办明白,比把话说漂亮更重要
108
- - 示例:人得实在,别整那些虚的
109
- - 示例:日子是自己过的,别太在意别人说啥
110
-
111
- ---
112
- 提示:本文件越常更新,生成文本越接近你的真实表达
113
-
@@ -1,96 +0,0 @@
1
- # 参考资料库使用指南
2
-
3
- ## 概述
4
-
5
- References 参考资料库为特定时代、文化、背景的小说创作提供深度考据资料。
6
-
7
- **与其他知识库的区别**:
8
- - **Genres**:类型惯例(如何写言情、悬疑)
9
- - **Craft**:写作技法(如何写对话、场景)
10
- - **References**:背景资料(历史考据、专业知识)← 本库
11
-
12
- ## 已有资料
13
-
14
- | 参考库 | 适用题材 | 包含内容 |
15
- |--------|---------|---------|
16
- | china-1920s | 民国小说 | 时代概览、军阀体系、社会结构、日常生活、文化娱乐 |
17
- | tang-dynasty | 历史小说、宫廷权谋、武侠、仙侠 | 唐朝概览、政治制度、社会结构、文化艺术、日常生活 |
18
- | modern-workplace | 都市言情、职场小说、商战 | 职场概览、企业制度、互联网行业、职场关系、日常生活 |
19
- | cultivation-world | 修仙、仙侠、玄幻 | 修仙概览、力量体系、宗门体系、世界设定、日常生活 |
20
-
21
- ## 使用方式
22
-
23
- ### 自动激活(推荐)
24
-
25
- 提到关键词时自动加载:
26
-
27
- ```
28
- 用户:"我要写一个1920年代的故事" → 自动加载 china-1920s
29
- 用户:"写一个唐朝宫廷的故事" → 自动加载 tang-dynasty
30
- 用户:"写一个互联网大厂的职场故事" → 自动加载 modern-workplace
31
- 用户:"写一个修仙小说" → 自动加载 cultivation-world
32
- ```
33
-
34
- ### 手动指定
35
-
36
- ```
37
- 用户:"请加载民国参考资料"
38
- 用户:"我需要唐朝的历史资料"
39
- 用户:"加载职场背景资料"
40
- 用户:"加载修仙世界设定"
41
- ```
42
-
43
- ## 使用场景
44
-
45
- ### 在 /specify 阶段
46
- - 确定故事背景
47
- - 加载对应参考资料
48
- - 了解时代限制和可能性
49
-
50
- ### 在 /plan 阶段
51
- - 设计符合时代的情节
52
- - 避免时代错误
53
-
54
- ### 在 /write 阶段
55
- - 查阅具体细节(物价、称呼、礼仪)
56
- - 确保描写真实
57
-
58
- ### 在 /analyze 阶段
59
- - 检查时代考据错误
60
-
61
- ## 参考资料格式规范
62
-
63
- 每个参考资料文件包含:
64
-
65
- ```markdown
66
- # [主题名称]
67
-
68
- ## 概览(Overview)
69
- [2-3 段总体介绍]
70
-
71
- ## 核心信息速查(Quick Facts)
72
- [表格形式的关键数据]
73
-
74
- ## 详细说明(Detailed Information)
75
- [按子主题组织的详细内容]
76
-
77
- ## 常见误区(Common Misconceptions)
78
- [历史小说中容易犯的错误]
79
-
80
- ## 写作应用(Writing Applications)
81
- [如何在小说中使用这些信息]
82
-
83
- ## 参考来源(Sources)
84
- [资料来源,确保可靠性]
85
- ```
86
-
87
- ## 注意事项
88
-
89
- **参考资料是辅助工具,不是限制创造力**
90
- - 历史小说可以合理虚构
91
- - 核心是故事性,而非 100% 准确
92
- - 但避免明显的常识性错误
93
-
94
- **注明资料来源**
95
- - 确保信息可靠性
96
- - 方便后续更新和修正