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.
- package/CHANGELOG.md +100 -623
- package/README.md +79 -594
- 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 +12 -99
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/upgrade.d.ts.map +1 -1
- package/dist/commands/upgrade.js +17 -108
- package/dist/commands/upgrade.js.map +1 -1
- package/dist/core/config.d.ts +1 -37
- package/dist/core/config.d.ts.map +1 -1
- package/dist/core/config.js +6 -45
- 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 +5 -72
- 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 -643
- 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/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/resources/character-archetypes/01-hero.md +0 -233
- package/templates/resources/character-archetypes/02-mentor.md +0 -177
- package/templates/resources/character-archetypes/03-shadow.md +0 -221
- package/templates/resources/character-archetypes/04-ally.md +0 -178
- package/templates/resources/character-archetypes/05-shapeshifter.md +0 -177
- package/templates/resources/character-archetypes/06-trickster.md +0 -181
- package/templates/resources/character-archetypes/07-threshold-guardian.md +0 -177
- package/templates/resources/character-archetypes/08-herald.md +0 -180
- package/templates/resources/character-archetypes/09-father.md +0 -249
- package/templates/resources/character-archetypes/10-mother.md +0 -202
- package/templates/resources/character-archetypes/11-child.md +0 -183
- package/templates/resources/character-archetypes/12-sage.md +0 -202
- package/templates/resources/character-archetypes/README.md +0 -60
- package/templates/resources/character-archetypes/application-guide.md +0 -222
- package/templates/resources/character-archetypes/archetype-combinations.md +0 -242
- package/templates/resources/character-archetypes/config.yaml +0 -28
- package/templates/resources/character-archetypes/examples-analysis.md +0 -223
- package/templates/resources/config/keyword-mappings.json +0 -226
- package/templates/resources/config/specification-example.md +0 -146
- package/templates/resources/craft/character-arc.md +0 -1153
- package/templates/resources/craft/dialogue.md +0 -1170
- package/templates/resources/craft/hook-design.md +0 -345
- package/templates/resources/craft/pacing.md +0 -1200
- package/templates/resources/craft/power-system.md +0 -254
- package/templates/resources/craft/scene-structure.md +0 -1136
- package/templates/resources/craft/show-not-tell.md +0 -1012
- package/templates/resources/craft/story-structures.md +0 -134
- package/templates/resources/craft/tension-management.md +0 -168
- package/templates/resources/emotional-beats/01-first-meeting.md +0 -145
- package/templates/resources/emotional-beats/02-bonding-moment.md +0 -226
- package/templates/resources/emotional-beats/03-declaration.md +0 -284
- package/templates/resources/emotional-beats/04-triumph.md +0 -240
- package/templates/resources/emotional-beats/05-reunion.md +0 -396
- package/templates/resources/emotional-beats/06-forgiveness.md +0 -204
- package/templates/resources/emotional-beats/07-betrayal.md +0 -204
- package/templates/resources/emotional-beats/08-loss.md +0 -214
- package/templates/resources/emotional-beats/09-rejection.md +0 -254
- package/templates/resources/emotional-beats/10-failure.md +0 -244
- package/templates/resources/emotional-beats/11-misunderstanding.md +0 -205
- package/templates/resources/emotional-beats/12-farewell.md +0 -283
- package/templates/resources/emotional-beats/13-revelation.md +0 -242
- package/templates/resources/emotional-beats/14-point-of-no-return.md +0 -215
- package/templates/resources/emotional-beats/15-dark-night.md +0 -244
- package/templates/resources/emotional-beats/16-sacrifice.md +0 -246
- package/templates/resources/emotional-beats/17-awakening.md +0 -246
- package/templates/resources/emotional-beats/18-confrontation.md +0 -217
- package/templates/resources/emotional-beats/19-bittersweet-goodbye.md +0 -368
- package/templates/resources/emotional-beats/20-moral-dilemma.md +0 -248
- package/templates/resources/emotional-beats/21-temptation.md +0 -240
- package/templates/resources/emotional-beats/22-redemption.md +0 -210
- package/templates/resources/emotional-beats/README.md +0 -104
- package/templates/resources/emotional-beats/beat-sequences.md +0 -276
- package/templates/resources/emotional-beats/config.yaml +0 -30
- package/templates/resources/emotional-beats/pacing-guide.md +0 -390
- package/templates/resources/genres/game-lit.md +0 -174
- package/templates/resources/genres/historical.md +0 -1127
- package/templates/resources/genres/horror.md +0 -211
- package/templates/resources/genres/military.md +0 -209
- package/templates/resources/genres/mystery.md +0 -1123
- package/templates/resources/genres/rebirth.md +0 -177
- package/templates/resources/genres/revenge.md +0 -846
- package/templates/resources/genres/romance.md +0 -948
- package/templates/resources/genres/sci-fi.md +0 -156
- package/templates/resources/genres/sports.md +0 -216
- package/templates/resources/genres/thriller.md +0 -166
- package/templates/resources/genres/urban.md +0 -170
- package/templates/resources/genres/workplace.md +0 -214
- package/templates/resources/genres/wuxia.md +0 -143
- package/templates/resources/genres/xuanhuan.md +0 -234
- package/templates/resources/genres/youth.md +0 -219
- package/templates/resources/memory/personal-voice.md +0 -113
- package/templates/resources/references/README.md +0 -96
- package/templates/resources/references/china-1920s/culture.md +0 -423
- package/templates/resources/references/china-1920s/daily-life.md +0 -616
- package/templates/resources/references/china-1920s/overview.md +0 -298
- package/templates/resources/references/china-1920s/society.md +0 -703
- package/templates/resources/references/china-1920s/warlords.md +0 -427
- package/templates/resources/references/cultivation-world/daily-life.md +0 -108
- package/templates/resources/references/cultivation-world/overview.md +0 -64
- package/templates/resources/references/cultivation-world/power-system.md +0 -108
- package/templates/resources/references/cultivation-world/sects.md +0 -104
- package/templates/resources/references/cultivation-world/world-setting.md +0 -108
- package/templates/resources/references/modern-workplace/corporate.md +0 -115
- package/templates/resources/references/modern-workplace/daily-life.md +0 -129
- package/templates/resources/references/modern-workplace/overview.md +0 -73
- package/templates/resources/references/modern-workplace/relationships.md +0 -107
- package/templates/resources/references/modern-workplace/tech-industry.md +0 -131
- package/templates/resources/references/tang-dynasty/culture.md +0 -135
- package/templates/resources/references/tang-dynasty/daily-life.md +0 -139
- package/templates/resources/references/tang-dynasty/overview.md +0 -76
- package/templates/resources/references/tang-dynasty/politics.md +0 -121
- package/templates/resources/references/tang-dynasty/society.md +0 -126
- package/templates/resources/requirements/README.md +0 -240
- package/templates/resources/requirements/anti-ai-v3.md +0 -46
- package/templates/resources/requirements/anti-ai-v4-deprecated.md +0 -442
- package/templates/resources/requirements/anti-ai-v5-balanced.md +0 -203
- package/templates/resources/requirements/concretization.md +0 -90
- package/templates/resources/requirements/fast-paced.md +0 -552
- package/templates/resources/requirements/no-poison.md +0 -60
- package/templates/resources/requirements/romance-angst.md +0 -102
- package/templates/resources/requirements/romance-sweet.md +0 -63
- package/templates/resources/requirements/serious-literature.md +0 -45
- package/templates/resources/requirements/strong-emotion.md +0 -60
- package/templates/resources/scripts/README.md +0 -187
- package/templates/resources/scripts/bash/analyze-story.sh +0 -170
- package/templates/resources/scripts/bash/check-analyze-stage.sh +0 -108
- package/templates/resources/scripts/bash/check-consistency.sh +0 -463
- package/templates/resources/scripts/bash/check-facts.sh +0 -214
- package/templates/resources/scripts/bash/check-plot.sh +0 -374
- package/templates/resources/scripts/bash/check-timeline.sh +0 -346
- package/templates/resources/scripts/bash/check-world.sh +0 -395
- package/templates/resources/scripts/bash/check-writing-state.sh +0 -854
- package/templates/resources/scripts/bash/clarify-story.sh +0 -117
- package/templates/resources/scripts/bash/common.sh +0 -151
- package/templates/resources/scripts/bash/constitution.sh +0 -114
- package/templates/resources/scripts/bash/generate-tasks.sh +0 -65
- package/templates/resources/scripts/bash/init-tracking.sh +0 -183
- package/templates/resources/scripts/bash/manage-relations.sh +0 -174
- package/templates/resources/scripts/bash/migrate-tracking.sh +0 -183
- package/templates/resources/scripts/bash/plan-story.sh +0 -100
- package/templates/resources/scripts/bash/specify-story.sh +0 -93
- package/templates/resources/scripts/bash/tasks-story.sh +0 -96
- package/templates/resources/scripts/bash/test-word-count.sh +0 -182
- package/templates/resources/scripts/bash/tests/bench-preload-cache.sh +0 -100
- package/templates/resources/scripts/bash/tests/run-all-benchmarks.sh +0 -16
- package/templates/resources/scripts/bash/tests/test-cache-semantics.sh +0 -199
- package/templates/resources/scripts/bash/tests/test-cross-platform.sh +0 -35
- package/templates/resources/scripts/bash/tests/test-edge-cases-bash.sh +0 -60
- package/templates/resources/scripts/bash/tests/test-phase1-bash.sh +0 -28
- package/templates/resources/scripts/bash/tests/test-preload-cache.sh +0 -123
- package/templates/resources/scripts/bash/tests/test-regex-precompile.sh +0 -89
- package/templates/resources/scripts/bash/tests/test-regression-bash.sh +0 -42
- package/templates/resources/scripts/bash/tests/test-task6-verification.sh +0 -200
- package/templates/resources/scripts/bash/text-audit.sh +0 -144
- package/templates/resources/scripts/bash/track-progress.sh +0 -194
- package/templates/resources/scripts/powershell/analyze-story.ps1 +0 -174
- package/templates/resources/scripts/powershell/check-analyze-stage.ps1 +0 -110
- package/templates/resources/scripts/powershell/check-consistency.ps1 +0 -138
- package/templates/resources/scripts/powershell/check-facts.ps1 +0 -195
- package/templates/resources/scripts/powershell/check-plot.ps1 +0 -139
- package/templates/resources/scripts/powershell/check-timeline.ps1 +0 -112
- package/templates/resources/scripts/powershell/check-writing-state.ps1 +0 -486
- package/templates/resources/scripts/powershell/clarify-story.ps1 +0 -107
- package/templates/resources/scripts/powershell/common.ps1 +0 -36
- package/templates/resources/scripts/powershell/constitution.ps1 +0 -145
- package/templates/resources/scripts/powershell/generate-tasks.ps1 +0 -70
- package/templates/resources/scripts/powershell/init-tracking.ps1 +0 -98
- package/templates/resources/scripts/powershell/manage-relations.ps1 +0 -134
- package/templates/resources/scripts/powershell/migrate-tracking.ps1 +0 -145
- package/templates/resources/scripts/powershell/plan-story.ps1 +0 -99
- package/templates/resources/scripts/powershell/specify-story.ps1 +0 -85
- package/templates/resources/scripts/powershell/tests/bench-ps-cache.ps1 +0 -80
- package/templates/resources/scripts/powershell/tests/test-cross-platform.ps1 +0 -27
- package/templates/resources/scripts/powershell/tests/test-edge-cases-ps.ps1 +0 -29
- package/templates/resources/scripts/powershell/tests/test-phase1-ps.ps1 +0 -28
- package/templates/resources/scripts/powershell/tests/test-ps-cache.ps1 +0 -73
- package/templates/resources/scripts/powershell/tests/test-regression-ps.ps1 +0 -40
- package/templates/resources/scripts/powershell/text-audit.ps1 +0 -102
- package/templates/resources/scripts/powershell/track-progress.ps1 +0 -105
- package/templates/resources/styles/README.md +0 -302
- package/templates/resources/styles/ancient-style.md +0 -579
- package/templates/resources/styles/literary.md +0 -439
- package/templates/resources/styles/minimal.md +0 -472
- package/templates/resources/styles/natural-voice.md +0 -930
- package/templates/resources/styles/web-novel.md +0 -525
- 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/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/resources/{memory/constitution.md → constitution.md} +0 -0
|
@@ -1,224 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: getting-started-guide
|
|
3
|
-
description: "Activates when users start a new novel project - guides them through the seven-step methodology (constitution → specify → clarify → plan → tasks → write → analyze) with gentle prompts and explanations"
|
|
4
|
-
allowed-tools: Read
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# 新用户入门引导
|
|
8
|
-
|
|
9
|
-
## 激活条件
|
|
10
|
-
|
|
11
|
-
当用户说出以下内容时自动激活:
|
|
12
|
-
- "我想写小说"
|
|
13
|
-
- "我要开始一个新项目"
|
|
14
|
-
- "怎么使用novel-writer"
|
|
15
|
-
- "从哪里开始"
|
|
16
|
-
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
## 七步方法论引导
|
|
20
|
-
|
|
21
|
-
### 欢迎消息
|
|
22
|
-
|
|
23
|
-
```
|
|
24
|
-
👋 欢迎使用Novel Writer Skills!
|
|
25
|
-
|
|
26
|
-
我注意到你要开始一个新的小说项目。
|
|
27
|
-
Novel Writer使用系统化的七步方法论,帮助你从想法到完稿。
|
|
28
|
-
|
|
29
|
-
让我带你快速了解流程:
|
|
30
|
-
|
|
31
|
-
第1步:/constitution - 创建创作宪法
|
|
32
|
-
第2步:/specify - 定义故事规格
|
|
33
|
-
第3步:/clarify - 澄清模糊点(5个问题)
|
|
34
|
-
第4步:/plan - 制定创作计划
|
|
35
|
-
第5步:/tasks - 分解任务清单
|
|
36
|
-
第6步:/write - 执行章节写作
|
|
37
|
-
第7步:/analyze - 质量验证分析
|
|
38
|
-
|
|
39
|
-
想要详细了解每一步吗?还是直接开始第1步?
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
### 步骤详解(根据需要提供)
|
|
43
|
-
|
|
44
|
-
```
|
|
45
|
-
【第1步:/constitution】
|
|
46
|
-
创建你的创作宪法 - 这是最高原则。
|
|
47
|
-
- 核心价值观(你想传达什么?)
|
|
48
|
-
- 质量标准(什么算好的章节?)
|
|
49
|
-
- 禁忌红线(不能写什么?)
|
|
50
|
-
|
|
51
|
-
为什么重要:后续所有创作都要符合宪法。
|
|
52
|
-
|
|
53
|
-
【第2步:/specify】
|
|
54
|
-
定义故事规格 - 明确你要写什么。
|
|
55
|
-
- 故事概念、类型、主题
|
|
56
|
-
- 目标读者、字数、结局
|
|
57
|
-
- 必须包含的元素(P0)
|
|
58
|
-
|
|
59
|
-
为什么重要:规格是技术需求,避免写到一半发现偏题。
|
|
60
|
-
|
|
61
|
-
【第3步:/clarify】
|
|
62
|
-
AI提出5个关键问题,帮你澄清模糊点。
|
|
63
|
-
- 针对specification中的不明确之处
|
|
64
|
-
- 逼迫你想清楚细节
|
|
65
|
-
|
|
66
|
-
为什么重要:模糊的规格=模糊的故事。
|
|
67
|
-
|
|
68
|
-
【第4步:/plan】
|
|
69
|
-
制定创作计划 - 技术方案。
|
|
70
|
-
- 章节架构、节奏设计
|
|
71
|
-
- 关键情节点时间线
|
|
72
|
-
- 技术难点的解决方案
|
|
73
|
-
|
|
74
|
-
为什么重要:计划详细,执行才顺畅。
|
|
75
|
-
|
|
76
|
-
【第5步:/tasks】
|
|
77
|
-
分解任务清单 - 可执行的步骤。
|
|
78
|
-
- 每个章节一个任务
|
|
79
|
-
- 标记状态(pending/in_progress/completed)
|
|
80
|
-
- 追踪进度
|
|
81
|
-
|
|
82
|
-
为什么重要:大目标拆解成小任务,不overwhelm。
|
|
83
|
-
|
|
84
|
-
【第6步:/write】
|
|
85
|
-
执行写作 - 基于任务清单。
|
|
86
|
-
- 自动加载所有context
|
|
87
|
-
- 遵循宪法、规格、计划
|
|
88
|
-
- 质量自检后保存
|
|
89
|
-
|
|
90
|
-
为什么重要:这是七步方法论的优势集中体现。
|
|
91
|
-
|
|
92
|
-
【第7步:/analyze】
|
|
93
|
-
质量验证 - 确保一致性。
|
|
94
|
-
- 框架检查(结构、节奏)
|
|
95
|
-
- 内容检查(一致性、质量)
|
|
96
|
-
- 发现问题,建议修复
|
|
97
|
-
|
|
98
|
-
为什么重要:定期分析,及时调整,避免大返工。
|
|
99
|
-
```
|
|
100
|
-
|
|
101
|
-
---
|
|
102
|
-
|
|
103
|
-
## 常见问题快速解答
|
|
104
|
-
|
|
105
|
-
### Q: 必须按顺序执行吗?
|
|
106
|
-
|
|
107
|
-
**A**: 推荐按顺序,但不强制。
|
|
108
|
-
|
|
109
|
-
```
|
|
110
|
-
推荐流程:1→2→3→4→5→6→7(循环6-7)
|
|
111
|
-
|
|
112
|
-
允许跳步:
|
|
113
|
-
- 有经验的作者可以跳过/clarify
|
|
114
|
-
- 短篇可以简化/plan
|
|
115
|
-
|
|
116
|
-
不推荐:
|
|
117
|
-
- 直接跳到/write(缺少规格和计划,容易写乱)
|
|
118
|
-
```
|
|
119
|
-
|
|
120
|
-
### Q: 七步走完要多久?
|
|
121
|
-
|
|
122
|
-
**A**: 取决于故事复杂度。
|
|
123
|
-
|
|
124
|
-
```
|
|
125
|
-
简单故事(5万字短篇):
|
|
126
|
-
- 步骤1-5:2-3小时
|
|
127
|
-
- 步骤6-7:执行写作,持续进行
|
|
128
|
-
|
|
129
|
-
复杂故事(50万字长篇):
|
|
130
|
-
- 步骤1-5:1-2天
|
|
131
|
-
- 步骤6-7:数月
|
|
132
|
-
|
|
133
|
-
前期投入换来后期顺畅。
|
|
134
|
-
```
|
|
135
|
-
|
|
136
|
-
### Q: 可以中途修改吗?
|
|
137
|
-
|
|
138
|
-
**A**: 当然!
|
|
139
|
-
|
|
140
|
-
```
|
|
141
|
-
发现规格不对:
|
|
142
|
-
→ 修改specification.md
|
|
143
|
-
→ 重新运行/plan调整计划
|
|
144
|
-
|
|
145
|
-
计划需要调整:
|
|
146
|
-
→ 修改creative-plan.md
|
|
147
|
-
→ 更新tasks.md
|
|
148
|
-
|
|
149
|
-
这是迭代过程,不是一次定死。
|
|
150
|
-
```
|
|
151
|
-
|
|
152
|
-
---
|
|
153
|
-
|
|
154
|
-
## 第一次使用建议
|
|
155
|
-
|
|
156
|
-
### 从简单项目开始
|
|
157
|
-
|
|
158
|
-
```
|
|
159
|
-
✓ 推荐:
|
|
160
|
-
- 5-10万字的中短篇
|
|
161
|
-
- 单一类型(言情/悬疑/历史)
|
|
162
|
-
- 简单情节(1-2条主线)
|
|
163
|
-
|
|
164
|
-
⚠️ 不推荐初次就写:
|
|
165
|
-
- 50万字+的长篇
|
|
166
|
-
- 多类型融合(如言情+悬疑+奇幻+历史)
|
|
167
|
-
- 超复杂世界观
|
|
168
|
-
|
|
169
|
-
先熟悉流程,再挑战复杂项目。
|
|
170
|
-
```
|
|
171
|
-
|
|
172
|
-
### 执行第一个命令
|
|
173
|
-
|
|
174
|
-
```
|
|
175
|
-
准备好了?让我们开始第1步:
|
|
176
|
-
|
|
177
|
-
执行命令:/constitution
|
|
178
|
-
|
|
179
|
-
我会引导你创建创作宪法。
|
|
180
|
-
准备回答以下问题:
|
|
181
|
-
1. 这个故事你想传达什么核心理念?
|
|
182
|
-
2. 你对质量的标准是什么?
|
|
183
|
-
3. 有哪些内容是绝对不能写的?
|
|
184
|
-
|
|
185
|
-
准备好了就输入:/constitution
|
|
186
|
-
```
|
|
187
|
-
|
|
188
|
-
---
|
|
189
|
-
|
|
190
|
-
## 与workflow-guide的配合
|
|
191
|
-
|
|
192
|
-
```
|
|
193
|
-
getting-started:
|
|
194
|
-
- 初次使用时激活
|
|
195
|
-
- 提供完整流程概览
|
|
196
|
-
- 回答入门问题
|
|
197
|
-
|
|
198
|
-
workflow-guide:
|
|
199
|
-
- 整个创作过程中持续激活
|
|
200
|
-
- 偏离流程时温和提醒
|
|
201
|
-
- 提供最佳实践建议
|
|
202
|
-
|
|
203
|
-
两者互补:
|
|
204
|
-
getting-started = 入门教程
|
|
205
|
-
workflow-guide = 持续顾问
|
|
206
|
-
```
|
|
207
|
-
|
|
208
|
-
---
|
|
209
|
-
|
|
210
|
-
## 总结
|
|
211
|
-
|
|
212
|
-
getting-started-guide = 你的**入门向导**
|
|
213
|
-
|
|
214
|
-
✓ 自动识别新用户
|
|
215
|
-
✓ 引导七步方法论
|
|
216
|
-
✓ 回答常见问题
|
|
217
|
-
✓ 给出第一步建议
|
|
218
|
-
|
|
219
|
-
**让第一次使用不再迷茫!** 🚀
|
|
220
|
-
|
|
221
|
-
---
|
|
222
|
-
|
|
223
|
-
**本Skill版本**: v1.0
|
|
224
|
-
**最后更新**: 2025-10-18
|
|
@@ -1,164 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: hook-checker
|
|
3
|
-
description: "Automatically evaluates chapter ending hooks for strength, type diversity, and reader retention potential - provides scoring and improvement suggestions"
|
|
4
|
-
allowed-tools: Read, Grep
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# 钩子质量检查器 (Hook Checker)
|
|
8
|
-
|
|
9
|
-
## 概述
|
|
10
|
-
|
|
11
|
-
在章节写作完成后,自动分析章节结尾(最后 300-500 字)的钩子质量,评估其留住读者的能力。
|
|
12
|
-
|
|
13
|
-
## 触发条件
|
|
14
|
-
|
|
15
|
-
- `/write` 完成后的后置处理阶段(自动触发)
|
|
16
|
-
- `/analyze --focus=hook` 调用时(手动触发)
|
|
17
|
-
- 用户直接请求检查钩子质量时
|
|
18
|
-
|
|
19
|
-
## 前置加载
|
|
20
|
-
|
|
21
|
-
- 加载知识库:`resources/craft/hook-design.md`(钩子设计参考)
|
|
22
|
-
- 读取当前章节内容(重点关注最后 500 字)
|
|
23
|
-
- 读取上一章结尾(检查钩子兑现)
|
|
24
|
-
- 读取 `plot-tracker.json`(检查伏笔关联)
|
|
25
|
-
|
|
26
|
-
## 检查流程
|
|
27
|
-
|
|
28
|
-
### Phase 1: 钩子识别
|
|
29
|
-
|
|
30
|
-
**分析章节最后 500 字,识别钩子**:
|
|
31
|
-
|
|
32
|
-
1. **是否存在钩子**:
|
|
33
|
-
- 章节是否以某种「未完成感」结束?
|
|
34
|
-
- 读者是否有理由翻到下一章?
|
|
35
|
-
- 如果没有钩子 → 直接标记为 ❌ 无钩子
|
|
36
|
-
|
|
37
|
-
2. **钩子类型判断**:
|
|
38
|
-
- 悬念钩子:未知威胁、未解之谜
|
|
39
|
-
- 反转钩子:认知颠覆、意外揭示
|
|
40
|
-
- 信息钩子:关键信息即将揭示
|
|
41
|
-
- 情感钩子:情感悬而未决
|
|
42
|
-
- 时间压力钩子:倒计时、截止日期
|
|
43
|
-
- 选择钩子:两难抉择
|
|
44
|
-
|
|
45
|
-
3. **钩子边界确定**:
|
|
46
|
-
- 钩子从哪一句开始?
|
|
47
|
-
- 钩子的核心句是哪一句?
|
|
48
|
-
|
|
49
|
-
### Phase 2: 钩子评分
|
|
50
|
-
|
|
51
|
-
**五维评分(每维 1-5 分)**:
|
|
52
|
-
|
|
53
|
-
| 维度 | 评分标准 |
|
|
54
|
-
|------|---------|
|
|
55
|
-
| **悬念强度** | 读者想知道「接下来会怎样」的程度 |
|
|
56
|
-
| **情感冲击** | 钩子引发的情感反应强度 |
|
|
57
|
-
| **信息缺口** | 钩子制造的信息不对称程度 |
|
|
58
|
-
| **紧迫感** | 读者感受到的时间压力 |
|
|
59
|
-
| **意外性** | 钩子是否出乎读者预料 |
|
|
60
|
-
|
|
61
|
-
**综合评分计算**:
|
|
62
|
-
|
|
63
|
-
```
|
|
64
|
-
综合分 = (悬念强度 × 0.3) + (情感冲击 × 0.25) + (信息缺口 × 0.2) + (紧迫感 × 0.15) + (意外性 × 0.1)
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
**星级映射**:
|
|
68
|
-
- 4.0-5.0 → ⭐⭐⭐⭐⭐ 极强钩子
|
|
69
|
-
- 3.0-3.9 → ⭐⭐⭐⭐ 强钩子
|
|
70
|
-
- 2.0-2.9 → ⭐⭐⭐ 中等钩子
|
|
71
|
-
- 1.0-1.9 → ⭐⭐ 弱钩子
|
|
72
|
-
- 0-0.9 → ⭐ 极弱/无钩子
|
|
73
|
-
|
|
74
|
-
### Phase 3: 上下文检查
|
|
75
|
-
|
|
76
|
-
1. **钩子兑现检查**:
|
|
77
|
-
- 上一章的钩子是否在本章得到回应?
|
|
78
|
-
- 回应方式是否令人满意?(直接兑现/延迟兑现/部分兑现)
|
|
79
|
-
|
|
80
|
-
2. **钩子多样性检查**:
|
|
81
|
-
- 最近 5 章的钩子类型是否有变化?
|
|
82
|
-
- 是否过度依赖某一种钩子类型?
|
|
83
|
-
|
|
84
|
-
3. **钩子与情节关联**:
|
|
85
|
-
- 钩子是否与主线情节相关?
|
|
86
|
-
- 钩子是否推进了某个伏笔?
|
|
87
|
-
|
|
88
|
-
### Phase 4: 输出报告
|
|
89
|
-
|
|
90
|
-
#### 单章检查报告(/write 后置处理)
|
|
91
|
-
|
|
92
|
-
```
|
|
93
|
-
🪝 钩子质量检查
|
|
94
|
-
━━━━━━━━━━━━━━━━━━━━
|
|
95
|
-
|
|
96
|
-
📍 第 [N] 章结尾分析
|
|
97
|
-
|
|
98
|
-
✅ 钩子类型:[悬念/反转/信息/情感/时间压力/选择]
|
|
99
|
-
⭐ 综合评分:[X.X]/5.0([星级])
|
|
100
|
-
|
|
101
|
-
五维评分:
|
|
102
|
-
悬念强度:████░ 4/5
|
|
103
|
-
情感冲击:███░░ 3/5
|
|
104
|
-
信息缺口:████░ 4/5
|
|
105
|
-
紧迫感 :██░░░ 2/5
|
|
106
|
-
意外性 :███░░ 3/5
|
|
107
|
-
|
|
108
|
-
📝 钩子内容:
|
|
109
|
-
"[提取的钩子核心句]"
|
|
110
|
-
|
|
111
|
-
✅ 上章钩子兑现:已在本章第 [M] 段回应
|
|
112
|
-
|
|
113
|
-
💡 改进建议:
|
|
114
|
-
- [具体建议 1]
|
|
115
|
-
- [具体建议 2]
|
|
116
|
-
```
|
|
117
|
-
|
|
118
|
-
#### 无钩子警告
|
|
119
|
-
|
|
120
|
-
```
|
|
121
|
-
🪝 钩子质量检查
|
|
122
|
-
━━━━━━━━━━━━━━━━━━━━
|
|
123
|
-
|
|
124
|
-
📍 第 [N] 章结尾分析
|
|
125
|
-
|
|
126
|
-
❌ 未检测到有效钩子
|
|
127
|
-
|
|
128
|
-
当前结尾:
|
|
129
|
-
"[最后一段内容]"
|
|
130
|
-
|
|
131
|
-
⚠️ 警告:没有钩子的章节 = 读者的退出点
|
|
132
|
-
|
|
133
|
-
💡 改进建议:
|
|
134
|
-
1. [基于章节内容的具体钩子建议]
|
|
135
|
-
2. [可选的钩子类型和示例]
|
|
136
|
-
3. 参考:resources/craft/hook-design.md
|
|
137
|
-
```
|
|
138
|
-
|
|
139
|
-
---
|
|
140
|
-
|
|
141
|
-
## 与其他系统的集成
|
|
142
|
-
|
|
143
|
-
### /write 集成
|
|
144
|
-
|
|
145
|
-
在 `/write` 的后置处理中,钩子检查作为可选步骤执行:
|
|
146
|
-
- 默认开启(可通过 `specification.md` 中的配置关闭)
|
|
147
|
-
- 检查结果附在写作输出之后
|
|
148
|
-
- 如果评分 < 2.0,显示改进建议
|
|
149
|
-
|
|
150
|
-
### /analyze --focus=hook 集成
|
|
151
|
-
|
|
152
|
-
在 `/analyze --focus=hook` 中,对所有已写章节执行批量钩子检查,生成汇总报告。
|
|
153
|
-
|
|
154
|
-
### /track 集成
|
|
155
|
-
|
|
156
|
-
钩子检查结果可选择性写入 `plot-tracker.json` 的章节记录中。
|
|
157
|
-
|
|
158
|
-
---
|
|
159
|
-
|
|
160
|
-
## 与其他技能协作
|
|
161
|
-
|
|
162
|
-
- **pacing-monitor**:钩子强度是节奏监控的重要指标之一
|
|
163
|
-
- **reader-expectation**:钩子制造的期待需要被满足,与读者期待管理协同
|
|
164
|
-
- **hook-design.md**:知识库提供钩子设计的理论基础和示例参考
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: hook-analyst
|
|
3
|
-
role: expert
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# 钩子分析专家
|
|
7
|
-
|
|
8
|
-
## 角色定义
|
|
9
|
-
|
|
10
|
-
你是一位专注于章节结尾钩子设计的分析专家。你的核心能力是:
|
|
11
|
-
|
|
12
|
-
1. **识别钩子**:从章节结尾中准确识别钩子的存在和类型
|
|
13
|
-
2. **评估强度**:基于五维模型评估钩子的读者留存能力
|
|
14
|
-
3. **提供改进**:给出具体、可操作的钩子改进建议
|
|
15
|
-
|
|
16
|
-
## 分析原则
|
|
17
|
-
|
|
18
|
-
- **读者视角**:始终从读者的角度评估钩子效果
|
|
19
|
-
- **类型适配**:不同类型的故事对钩子的要求不同(网文需要更强的钩子)
|
|
20
|
-
- **具体建议**:不说「加强悬念」,而说「在最后一句加入一个未知角色的出现」
|
|
21
|
-
- **尊重风格**:不强制所有章节都用强钩子,过渡章可以用中等钩子
|
|
22
|
-
|
|
23
|
-
## 评估标准
|
|
24
|
-
|
|
25
|
-
### 网文标准(默认)
|
|
26
|
-
- 每章必须有钩子(无钩子 = 不合格)
|
|
27
|
-
- 平均强度应 ≥ 3.0
|
|
28
|
-
- 卷末钩子应 ≥ 4.0
|
|
29
|
-
|
|
30
|
-
### 文学标准
|
|
31
|
-
- 80% 章节应有钩子
|
|
32
|
-
- 平均强度应 ≥ 2.0
|
|
33
|
-
- 允许部分章节以情感余韵结尾(非传统钩子)
|