novelws 3.1.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.
- package/CHANGELOG.md +115 -564
- package/README.md +81 -598
- package/dist/cli.js +1 -3
- package/dist/cli.js.map +1 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +18 -103
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/upgrade.d.ts.map +1 -1
- package/dist/commands/upgrade.js +18 -52
- package/dist/commands/upgrade.js.map +1 -1
- package/dist/core/config.d.ts +7 -36
- package/dist/core/config.d.ts.map +1 -1
- package/dist/core/config.js +11 -38
- package/dist/core/config.js.map +1 -1
- package/dist/core/errors.d.ts +0 -31
- package/dist/core/errors.d.ts.map +1 -1
- package/dist/core/errors.js +0 -58
- package/dist/core/errors.js.map +1 -1
- package/dist/utils/diagnostics.d.ts +2 -16
- package/dist/utils/diagnostics.d.ts.map +1 -1
- package/dist/utils/diagnostics.js +7 -73
- package/dist/utils/diagnostics.js.map +1 -1
- package/dist/utils/project.d.ts +1 -1
- package/dist/utils/project.d.ts.map +1 -1
- package/dist/utils/project.js +3 -3
- package/dist/utils/project.js.map +1 -1
- package/package.json +1 -2
- package/templates/commands/analyze.md +65 -265
- package/templates/commands/expand.md +70 -0
- package/templates/commands/plan.md +47 -452
- package/templates/commands/specify.md +43 -869
- package/templates/commands/write.md +49 -556
- package/templates/dot-claude/CLAUDE.md +38 -202
- package/templates/resources/anti-ai.md +16 -0
- package/templates/resources/style-reference.md +19 -0
- package/templates/tracking/character-state.json +1 -76
- package/templates/tracking/plot-tracker.json +3 -60
- package/templates/tracking/relationships.json +1 -68
- package/templates/tracking/timeline.json +1 -47
- package/dist/commands/plugin.d.ts +0 -6
- package/dist/commands/plugin.d.ts.map +0 -1
- package/dist/commands/plugin.js +0 -135
- package/dist/commands/plugin.js.map +0 -1
- package/dist/plugins/identifier.d.ts +0 -13
- package/dist/plugins/identifier.d.ts.map +0 -1
- package/dist/plugins/identifier.js +0 -72
- package/dist/plugins/identifier.js.map +0 -1
- package/dist/plugins/installers/base.d.ts +0 -27
- package/dist/plugins/installers/base.d.ts.map +0 -1
- package/dist/plugins/installers/base.js +0 -30
- package/dist/plugins/installers/base.js.map +0 -1
- package/dist/plugins/installers/github.d.ts +0 -22
- package/dist/plugins/installers/github.d.ts.map +0 -1
- package/dist/plugins/installers/github.js +0 -133
- package/dist/plugins/installers/github.js.map +0 -1
- package/dist/plugins/installers/local.d.ts +0 -16
- package/dist/plugins/installers/local.d.ts.map +0 -1
- package/dist/plugins/installers/local.js +0 -69
- package/dist/plugins/installers/local.js.map +0 -1
- package/dist/plugins/installers/npm.d.ts +0 -20
- package/dist/plugins/installers/npm.d.ts.map +0 -1
- package/dist/plugins/installers/npm.js +0 -99
- package/dist/plugins/installers/npm.js.map +0 -1
- package/dist/plugins/manager.d.ts +0 -77
- package/dist/plugins/manager.d.ts.map +0 -1
- package/dist/plugins/manager.js +0 -349
- package/dist/plugins/manager.js.map +0 -1
- package/dist/plugins/registry.d.ts +0 -48
- package/dist/plugins/registry.d.ts.map +0 -1
- package/dist/plugins/registry.js +0 -111
- package/dist/plugins/registry.js.map +0 -1
- package/dist/plugins/types.d.ts +0 -66
- package/dist/plugins/types.d.ts.map +0 -1
- package/dist/plugins/types.js +0 -2
- package/dist/plugins/types.js.map +0 -1
- package/dist/plugins/validator.d.ts +0 -19
- package/dist/plugins/validator.d.ts.map +0 -1
- package/dist/plugins/validator.js +0 -164
- package/dist/plugins/validator.js.map +0 -1
- package/dist/utils/logger.d.ts +0 -13
- package/dist/utils/logger.d.ts.map +0 -1
- package/dist/utils/logger.js +0 -48
- package/dist/utils/logger.js.map +0 -1
- package/plugins/authentic-voice/README.md +0 -31
- package/plugins/authentic-voice/commands/authentic-voice.md +0 -73
- package/plugins/authentic-voice/commands/authenticity-audit.md +0 -37
- package/plugins/authentic-voice/config.yaml +0 -30
- package/plugins/authentic-voice/experts/authentic-editor.md +0 -27
- package/plugins/export/README.md +0 -319
- package/plugins/export/commands/export.md +0 -460
- package/plugins/export/commands/generate-cover.md +0 -256
- package/plugins/export/commands/metadata.md +0 -309
- package/plugins/export/config.yaml +0 -47
- package/plugins/export/experts/publishing-expert.md +0 -171
- package/plugins/export/templates/epub/chapter-template.html +0 -13
- package/plugins/export/templates/epub/cover-template.html +0 -14
- package/plugins/export/templates/epub/stylesheet.css +0 -200
- package/plugins/export/templates/pdf/ebook-style.css +0 -137
- package/plugins/export/templates/pdf/print-style.css +0 -179
- package/plugins/export/templates/platforms/jinjiang-format.md +0 -101
- package/plugins/export/templates/platforms/qidian-format.md +0 -108
- package/plugins/export/templates/platforms/tomato-format.md +0 -95
- package/plugins/translate/README.md +0 -265
- package/plugins/translate/commands/glossary.md +0 -731
- package/plugins/translate/commands/translate-preview.md +0 -543
- package/plugins/translate/commands/translate.md +0 -649
- package/plugins/translate/config.yaml +0 -43
- package/plugins/translate/experts/literary-translator.md +0 -605
- package/templates/commands/character.md +0 -287
- package/templates/commands/checklist.md +0 -744
- package/templates/commands/clarify.md +0 -269
- package/templates/commands/constitution.md +0 -269
- package/templates/commands/expert.md +0 -188
- package/templates/commands/facts.md +0 -552
- package/templates/commands/guide.md +0 -900
- package/templates/commands/help-me.md +0 -221
- package/templates/commands/recap.md +0 -748
- package/templates/commands/relations.md +0 -385
- package/templates/commands/revise.md +0 -450
- package/templates/commands/search.md +0 -531
- package/templates/commands/tasks.md +0 -396
- package/templates/commands/timeline.md +0 -309
- package/templates/commands/track-init.md +0 -149
- package/templates/commands/track.md +0 -704
- package/templates/commands/volume-summary.md +0 -471
- package/templates/config/keyword-mappings.json +0 -226
- package/templates/knowledge/audit-config.json +0 -26
- package/templates/knowledge/character-profiles.md +0 -152
- package/templates/knowledge/character-voices.md +0 -137
- package/templates/knowledge/locations.md +0 -184
- package/templates/knowledge/world-setting.md +0 -121
- package/templates/knowledge-base/README.md +0 -285
- package/templates/knowledge-base/character-archetypes/01-hero.md +0 -233
- package/templates/knowledge-base/character-archetypes/02-mentor.md +0 -177
- package/templates/knowledge-base/character-archetypes/03-shadow.md +0 -221
- package/templates/knowledge-base/character-archetypes/04-ally.md +0 -178
- package/templates/knowledge-base/character-archetypes/05-shapeshifter.md +0 -177
- package/templates/knowledge-base/character-archetypes/06-trickster.md +0 -181
- package/templates/knowledge-base/character-archetypes/07-threshold-guardian.md +0 -177
- package/templates/knowledge-base/character-archetypes/08-herald.md +0 -180
- package/templates/knowledge-base/character-archetypes/09-father.md +0 -249
- package/templates/knowledge-base/character-archetypes/10-mother.md +0 -202
- package/templates/knowledge-base/character-archetypes/11-child.md +0 -183
- package/templates/knowledge-base/character-archetypes/12-sage.md +0 -202
- package/templates/knowledge-base/character-archetypes/README.md +0 -60
- package/templates/knowledge-base/character-archetypes/application-guide.md +0 -222
- package/templates/knowledge-base/character-archetypes/archetype-combinations.md +0 -242
- package/templates/knowledge-base/character-archetypes/config.yaml +0 -28
- package/templates/knowledge-base/character-archetypes/examples-analysis.md +0 -223
- package/templates/knowledge-base/craft/character-arc.md +0 -1153
- package/templates/knowledge-base/craft/dialogue.md +0 -1170
- package/templates/knowledge-base/craft/hook-design.md +0 -345
- package/templates/knowledge-base/craft/pacing.md +0 -1200
- package/templates/knowledge-base/craft/power-system.md +0 -254
- package/templates/knowledge-base/craft/scene-structure.md +0 -1136
- package/templates/knowledge-base/craft/show-not-tell.md +0 -1012
- package/templates/knowledge-base/craft/story-structures.md +0 -134
- package/templates/knowledge-base/craft/tension-management.md +0 -168
- package/templates/knowledge-base/emotional-beats/01-first-meeting.md +0 -145
- package/templates/knowledge-base/emotional-beats/02-bonding-moment.md +0 -226
- package/templates/knowledge-base/emotional-beats/03-declaration.md +0 -284
- package/templates/knowledge-base/emotional-beats/04-triumph.md +0 -240
- package/templates/knowledge-base/emotional-beats/05-reunion.md +0 -396
- package/templates/knowledge-base/emotional-beats/06-forgiveness.md +0 -204
- package/templates/knowledge-base/emotional-beats/07-betrayal.md +0 -204
- package/templates/knowledge-base/emotional-beats/08-loss.md +0 -214
- package/templates/knowledge-base/emotional-beats/09-rejection.md +0 -254
- package/templates/knowledge-base/emotional-beats/10-failure.md +0 -244
- package/templates/knowledge-base/emotional-beats/11-misunderstanding.md +0 -205
- package/templates/knowledge-base/emotional-beats/12-farewell.md +0 -283
- package/templates/knowledge-base/emotional-beats/13-revelation.md +0 -242
- package/templates/knowledge-base/emotional-beats/14-point-of-no-return.md +0 -215
- package/templates/knowledge-base/emotional-beats/15-dark-night.md +0 -244
- package/templates/knowledge-base/emotional-beats/16-sacrifice.md +0 -246
- package/templates/knowledge-base/emotional-beats/17-awakening.md +0 -246
- package/templates/knowledge-base/emotional-beats/18-confrontation.md +0 -217
- package/templates/knowledge-base/emotional-beats/19-bittersweet-goodbye.md +0 -368
- package/templates/knowledge-base/emotional-beats/20-moral-dilemma.md +0 -248
- package/templates/knowledge-base/emotional-beats/21-temptation.md +0 -240
- package/templates/knowledge-base/emotional-beats/22-redemption.md +0 -210
- package/templates/knowledge-base/emotional-beats/README.md +0 -104
- package/templates/knowledge-base/emotional-beats/beat-sequences.md +0 -276
- package/templates/knowledge-base/emotional-beats/config.yaml +0 -30
- package/templates/knowledge-base/emotional-beats/pacing-guide.md +0 -390
- package/templates/knowledge-base/genres/game-lit.md +0 -174
- package/templates/knowledge-base/genres/historical.md +0 -1127
- package/templates/knowledge-base/genres/horror.md +0 -211
- package/templates/knowledge-base/genres/military.md +0 -209
- package/templates/knowledge-base/genres/mystery.md +0 -1123
- package/templates/knowledge-base/genres/rebirth.md +0 -177
- package/templates/knowledge-base/genres/revenge.md +0 -846
- package/templates/knowledge-base/genres/romance.md +0 -948
- package/templates/knowledge-base/genres/sci-fi.md +0 -156
- package/templates/knowledge-base/genres/sports.md +0 -216
- package/templates/knowledge-base/genres/thriller.md +0 -166
- package/templates/knowledge-base/genres/urban.md +0 -170
- package/templates/knowledge-base/genres/workplace.md +0 -214
- package/templates/knowledge-base/genres/wuxia.md +0 -143
- package/templates/knowledge-base/genres/xuanhuan.md +0 -234
- package/templates/knowledge-base/genres/youth.md +0 -219
- package/templates/knowledge-base/references/README.md +0 -96
- package/templates/knowledge-base/references/china-1920s/culture.md +0 -423
- package/templates/knowledge-base/references/china-1920s/daily-life.md +0 -616
- package/templates/knowledge-base/references/china-1920s/overview.md +0 -298
- package/templates/knowledge-base/references/china-1920s/society.md +0 -703
- package/templates/knowledge-base/references/china-1920s/warlords.md +0 -427
- package/templates/knowledge-base/references/cultivation-world/daily-life.md +0 -108
- package/templates/knowledge-base/references/cultivation-world/overview.md +0 -64
- package/templates/knowledge-base/references/cultivation-world/power-system.md +0 -108
- package/templates/knowledge-base/references/cultivation-world/sects.md +0 -104
- package/templates/knowledge-base/references/cultivation-world/world-setting.md +0 -108
- package/templates/knowledge-base/references/modern-workplace/corporate.md +0 -115
- package/templates/knowledge-base/references/modern-workplace/daily-life.md +0 -129
- package/templates/knowledge-base/references/modern-workplace/overview.md +0 -73
- package/templates/knowledge-base/references/modern-workplace/relationships.md +0 -107
- package/templates/knowledge-base/references/modern-workplace/tech-industry.md +0 -131
- package/templates/knowledge-base/references/tang-dynasty/culture.md +0 -135
- package/templates/knowledge-base/references/tang-dynasty/daily-life.md +0 -139
- package/templates/knowledge-base/references/tang-dynasty/overview.md +0 -76
- package/templates/knowledge-base/references/tang-dynasty/politics.md +0 -121
- package/templates/knowledge-base/references/tang-dynasty/society.md +0 -126
- package/templates/knowledge-base/requirements/README.md +0 -240
- package/templates/knowledge-base/requirements/anti-ai-v3.md +0 -46
- package/templates/knowledge-base/requirements/anti-ai-v4-deprecated.md +0 -442
- package/templates/knowledge-base/requirements/anti-ai-v5-balanced.md +0 -203
- package/templates/knowledge-base/requirements/concretization.md +0 -90
- package/templates/knowledge-base/requirements/fast-paced.md +0 -552
- package/templates/knowledge-base/requirements/no-poison.md +0 -60
- package/templates/knowledge-base/requirements/romance-angst.md +0 -102
- package/templates/knowledge-base/requirements/romance-sweet.md +0 -63
- package/templates/knowledge-base/requirements/serious-literature.md +0 -45
- package/templates/knowledge-base/requirements/strong-emotion.md +0 -60
- package/templates/knowledge-base/styles/README.md +0 -302
- package/templates/knowledge-base/styles/ancient-style.md +0 -579
- package/templates/knowledge-base/styles/literary.md +0 -439
- package/templates/knowledge-base/styles/minimal.md +0 -472
- package/templates/knowledge-base/styles/natural-voice.md +0 -930
- package/templates/knowledge-base/styles/web-novel.md +0 -525
- package/templates/memory/personal-voice.md +0 -113
- package/templates/scripts/README.md +0 -187
- package/templates/scripts/bash/analyze-story.sh +0 -170
- package/templates/scripts/bash/check-analyze-stage.sh +0 -108
- package/templates/scripts/bash/check-consistency.sh +0 -463
- package/templates/scripts/bash/check-facts.sh +0 -214
- package/templates/scripts/bash/check-plot.sh +0 -374
- package/templates/scripts/bash/check-timeline.sh +0 -346
- package/templates/scripts/bash/check-world.sh +0 -395
- package/templates/scripts/bash/check-writing-state.sh +0 -854
- package/templates/scripts/bash/clarify-story.sh +0 -117
- package/templates/scripts/bash/common.sh +0 -151
- package/templates/scripts/bash/constitution.sh +0 -114
- package/templates/scripts/bash/generate-tasks.sh +0 -65
- package/templates/scripts/bash/init-tracking.sh +0 -183
- package/templates/scripts/bash/manage-relations.sh +0 -174
- package/templates/scripts/bash/migrate-tracking.sh +0 -183
- package/templates/scripts/bash/plan-story.sh +0 -100
- package/templates/scripts/bash/specify-story.sh +0 -93
- package/templates/scripts/bash/tasks-story.sh +0 -96
- package/templates/scripts/bash/test-word-count.sh +0 -182
- package/templates/scripts/bash/tests/bench-preload-cache.sh +0 -100
- package/templates/scripts/bash/tests/run-all-benchmarks.sh +0 -16
- package/templates/scripts/bash/tests/test-cache-semantics.sh +0 -199
- package/templates/scripts/bash/tests/test-cross-platform.sh +0 -35
- package/templates/scripts/bash/tests/test-edge-cases-bash.sh +0 -60
- package/templates/scripts/bash/tests/test-phase1-bash.sh +0 -28
- package/templates/scripts/bash/tests/test-preload-cache.sh +0 -123
- package/templates/scripts/bash/tests/test-regex-precompile.sh +0 -89
- package/templates/scripts/bash/tests/test-regression-bash.sh +0 -42
- package/templates/scripts/bash/tests/test-task6-verification.sh +0 -200
- package/templates/scripts/bash/text-audit.sh +0 -144
- package/templates/scripts/bash/track-progress.sh +0 -194
- package/templates/scripts/powershell/analyze-story.ps1 +0 -174
- package/templates/scripts/powershell/check-analyze-stage.ps1 +0 -110
- package/templates/scripts/powershell/check-consistency.ps1 +0 -138
- package/templates/scripts/powershell/check-facts.ps1 +0 -195
- package/templates/scripts/powershell/check-plot.ps1 +0 -139
- package/templates/scripts/powershell/check-timeline.ps1 +0 -112
- package/templates/scripts/powershell/check-writing-state.ps1 +0 -486
- package/templates/scripts/powershell/clarify-story.ps1 +0 -107
- package/templates/scripts/powershell/common.ps1 +0 -36
- package/templates/scripts/powershell/constitution.ps1 +0 -145
- package/templates/scripts/powershell/generate-tasks.ps1 +0 -70
- package/templates/scripts/powershell/init-tracking.ps1 +0 -98
- package/templates/scripts/powershell/manage-relations.ps1 +0 -134
- package/templates/scripts/powershell/migrate-tracking.ps1 +0 -145
- package/templates/scripts/powershell/plan-story.ps1 +0 -99
- package/templates/scripts/powershell/specify-story.ps1 +0 -85
- package/templates/scripts/powershell/tests/bench-ps-cache.ps1 +0 -80
- package/templates/scripts/powershell/tests/test-cross-platform.ps1 +0 -27
- package/templates/scripts/powershell/tests/test-edge-cases-ps.ps1 +0 -29
- package/templates/scripts/powershell/tests/test-phase1-ps.ps1 +0 -28
- package/templates/scripts/powershell/tests/test-ps-cache.ps1 +0 -73
- package/templates/scripts/powershell/tests/test-regression-ps.ps1 +0 -40
- package/templates/scripts/powershell/text-audit.ps1 +0 -102
- package/templates/scripts/powershell/track-progress.ps1 +0 -105
- package/templates/skills/analysis/character-analysis/SKILL.md +0 -71
- package/templates/skills/analysis/foreshadow-analysis/SKILL.md +0 -45
- package/templates/skills/analysis/hook-analysis/SKILL.md +0 -111
- package/templates/skills/analysis/logic-analysis/SKILL.md +0 -58
- package/templates/skills/analysis/opening-analysis/SKILL.md +0 -59
- package/templates/skills/analysis/pacing-analysis/SKILL.md +0 -55
- package/templates/skills/analysis/power-analysis/SKILL.md +0 -148
- package/templates/skills/analysis/reader-analysis/SKILL.md +0 -117
- package/templates/skills/analysis/style-analysis/SKILL.md +0 -60
- package/templates/skills/analysis/voice-analysis/SKILL.md +0 -42
- package/templates/skills/auto-tracking/SKILL.md +0 -280
- package/templates/skills/genre-knowledge/fantasy/SKILL.md +0 -355
- package/templates/skills/genre-knowledge/mystery/SKILL.md +0 -337
- package/templates/skills/genre-knowledge/romance/SKILL.md +0 -228
- package/templates/skills/genre-knowledge/sci-fi/SKILL.md +0 -65
- package/templates/skills/genre-knowledge/thriller/SKILL.md +0 -95
- package/templates/skills/planning/volume-detail/SKILL.md +0 -219
- package/templates/skills/quality-assurance/consistency-checker/SKILL.md +0 -412
- package/templates/skills/quality-assurance/continuity-tracker/SKILL.md +0 -157
- package/templates/skills/quality-assurance/facts-checker/SKILL.md +0 -405
- package/templates/skills/quality-assurance/forgotten-elements/SKILL.md +0 -147
- package/templates/skills/quality-assurance/getting-started/SKILL.md +0 -224
- package/templates/skills/quality-assurance/hook-checker/SKILL.md +0 -164
- package/templates/skills/quality-assurance/hook-checker/experts/hook-analyst.md +0 -33
- package/templates/skills/quality-assurance/long-series-continuity/SKILL.md +0 -570
- package/templates/skills/quality-assurance/pacing-monitor/SKILL.md +0 -143
- package/templates/skills/quality-assurance/pov-validator/SKILL.md +0 -135
- package/templates/skills/quality-assurance/pre-write-checklist/SKILL.md +0 -583
- package/templates/skills/quality-assurance/requirement-detector/CONFLICT_RESOLUTION.md +0 -119
- package/templates/skills/quality-assurance/requirement-detector/EXAMPLES.md +0 -146
- package/templates/skills/quality-assurance/requirement-detector/KEYWORDS.md +0 -160
- package/templates/skills/quality-assurance/requirement-detector/SKILL.md +0 -149
- package/templates/skills/quality-assurance/setting-detector/SKILL.md +0 -611
- package/templates/skills/quality-assurance/style-detector/CONFLICT_RESOLUTION.md +0 -126
- package/templates/skills/quality-assurance/style-detector/EXAMPLES.md +0 -206
- package/templates/skills/quality-assurance/style-detector/KEYWORDS.md +0 -207
- package/templates/skills/quality-assurance/style-detector/SKILL.md +0 -264
- package/templates/skills/quality-assurance/voice-consistency-checker/SKILL.md +0 -103
- package/templates/skills/quality-assurance/voice-consistency-checker/experts/voice-analyst.md +0 -21
- package/templates/skills/quality-assurance/workflow-guide/SKILL.md +0 -381
- package/templates/skills/writing-techniques/character-arc/SKILL.md +0 -267
- package/templates/skills/writing-techniques/dialogue-techniques/SKILL.md +0 -366
- package/templates/skills/writing-techniques/multi-thread-narrative/SKILL.md +0 -708
- package/templates/skills/writing-techniques/multi-thread-narrative/experts/thread-analyst.md +0 -226
- package/templates/skills/writing-techniques/pacing-control/SKILL.md +0 -480
- package/templates/skills/writing-techniques/reader-expectation/SKILL.md +0 -1026
- package/templates/skills/writing-techniques/reader-expectation/experts/expectation-analyst.md +0 -209
- package/templates/skills/writing-techniques/revision-polish/SKILL.md +0 -496
- package/templates/skills/writing-techniques/revision-polish/experts/revision-editor.md +0 -221
- package/templates/skills/writing-techniques/scene-structure/SKILL.md +0 -361
- package/templates/skills/writing-techniques/style-learning/SKILL.md +0 -436
- package/templates/skills/writing-techniques/writing-balance/.gitkeep +0 -0
- package/templates/skills/writing-techniques/writing-balance/SKILL.md +0 -460
- package/templates/skills/writing-techniques/writing-techniques/SKILL.md +0 -727
- package/templates/specification-example.md +0 -146
- package/templates/tracking/story-facts.json +0 -5
- package/templates/tracking/summary/characters-summary.json +0 -7
- package/templates/tracking/summary/plot-summary.json +0 -13
- package/templates/tracking/summary/timeline-summary.json +0 -8
- package/templates/tracking/summary/volume-summaries.json +0 -5
- package/templates/tracking/tracking-log.md +0 -110
- package/templates/tracking/validation-rules.json +0 -128
- /package/templates/{memory → resources}/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,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
|
-
- 方便后续更新和修正
|