@rubytech/create-maxy-code 0.1.106 → 0.1.108

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 (177) hide show
  1. package/dist/index.js +1 -1
  2. package/dist/uninstall.js +1 -1
  3. package/package.json +1 -1
  4. package/payload/platform/config/brand.json +1 -0
  5. package/payload/platform/plugins/.claude-plugin/marketplace.json +4 -14
  6. package/payload/platform/plugins/business-assistant/PLUGIN.md +4 -1
  7. package/payload/platform/plugins/docs/references/plugins-guide.md +8 -1
  8. package/payload/platform/plugins/venture-studio/.claude-plugin/plugin.json +8 -0
  9. package/payload/platform/plugins/venture-studio/PLUGIN.md +79 -0
  10. package/payload/platform/plugins/venture-studio/skills/brand-pack/SKILL.md +256 -0
  11. package/payload/platform/plugins/venture-studio/skills/brand-pack/references/color-psychology.md +118 -0
  12. package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/SKILL.md +109 -8
  13. package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/html-pdf-pipeline.md +1 -1
  14. package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/termsheet-template.md +1 -1
  15. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +1565 -0
  16. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +91 -0
  17. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +715 -0
  18. package/payload/platform/plugins/venture-studio/skills/office-hours/SKILL.md +588 -0
  19. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/SKILL.md +332 -0
  20. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +275 -0
  21. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +93 -0
  22. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +308 -0
  23. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +262 -0
  24. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +171 -0
  25. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +246 -0
  26. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +183 -0
  27. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +190 -0
  28. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +58 -0
  29. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +114 -0
  30. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +43 -0
  31. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +237 -0
  32. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +290 -0
  33. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +105 -0
  34. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +361 -0
  35. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +167 -0
  36. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +193 -0
  37. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +200 -0
  38. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +239 -0
  39. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +103 -0
  40. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +291 -0
  41. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +225 -0
  42. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +179 -0
  43. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/prd.md +363 -0
  44. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +74 -0
  45. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +253 -0
  46. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +256 -0
  47. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +276 -0
  48. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +248 -0
  49. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +89 -0
  50. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +121 -0
  51. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +242 -0
  52. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +271 -0
  53. package/payload/premium-plugins/.claude-plugin/marketplace.json +4 -4
  54. package/payload/premium-plugins/real-agent/plugins/brochures/skills/property-brochure/references/build.md +4 -5
  55. package/payload/premium-plugins/venture-studio/.claude-plugin/plugin.json +8 -0
  56. package/payload/premium-plugins/venture-studio/PLUGIN.md +79 -0
  57. package/payload/premium-plugins/venture-studio/skills/brand-pack/SKILL.md +256 -0
  58. package/payload/premium-plugins/venture-studio/skills/brand-pack/references/color-psychology.md +118 -0
  59. package/payload/{platform/plugins/founder-pack → premium-plugins/venture-studio}/skills/investor-data-room/SKILL.md +109 -8
  60. package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/html-pdf-pipeline.md +1 -1
  61. package/payload/{platform/plugins/founder-pack → premium-plugins/venture-studio}/skills/investor-data-room/references/termsheet-template.md +1 -1
  62. package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +1565 -0
  63. package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +91 -0
  64. package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +715 -0
  65. package/payload/premium-plugins/venture-studio/skills/office-hours/SKILL.md +588 -0
  66. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/SKILL.md +332 -0
  67. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +275 -0
  68. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +93 -0
  69. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +308 -0
  70. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +262 -0
  71. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +171 -0
  72. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +246 -0
  73. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +183 -0
  74. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +190 -0
  75. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +58 -0
  76. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +114 -0
  77. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +43 -0
  78. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +237 -0
  79. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +290 -0
  80. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +105 -0
  81. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +361 -0
  82. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +167 -0
  83. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +193 -0
  84. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +200 -0
  85. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +239 -0
  86. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +103 -0
  87. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +291 -0
  88. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +225 -0
  89. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +179 -0
  90. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/prd.md +363 -0
  91. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +74 -0
  92. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +253 -0
  93. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +256 -0
  94. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +276 -0
  95. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +248 -0
  96. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +89 -0
  97. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +121 -0
  98. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +242 -0
  99. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +271 -0
  100. package/payload/server/{chunk-BVDLDM6O.js → chunk-AGFS3TVN.js} +108 -3
  101. package/payload/server/maxy-edge.js +1 -1
  102. package/payload/server/server.js +7 -2
  103. package/payload/platform/plugins/founder-pack/.claude-plugin/plugin.json +0 -8
  104. package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +0 -8
  105. package/payload/platform/plugins/teaching/PLUGIN.md +0 -58
  106. package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +0 -59
  107. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +0 -70
  108. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +0 -43
  109. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +0 -83
  110. package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +0 -48
  111. package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +0 -41
  112. package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +0 -94
  113. package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +0 -52
  114. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +0 -49
  115. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +0 -116
  116. package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +0 -8
  117. package/payload/platform/plugins/writer-craft/PLUGIN.md +0 -88
  118. package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +0 -92
  119. package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +0 -94
  120. package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +0 -77
  121. package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +0 -103
  122. package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +0 -74
  123. package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +0 -146
  124. package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +0 -70
  125. package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +0 -108
  126. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +0 -73
  127. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +0 -85
  128. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +0 -78
  129. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +0 -55
  130. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +0 -89
  131. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +0 -114
  132. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +0 -73
  133. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +0 -76
  134. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +0 -67
  135. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +0 -86
  136. package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +0 -97
  137. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +0 -72
  138. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +0 -91
  139. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +0 -71
  140. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +0 -85
  141. package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +0 -100
  142. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +0 -72
  143. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +0 -71
  144. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +0 -64
  145. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +0 -93
  146. package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +0 -100
  147. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +0 -79
  148. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +0 -81
  149. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +0 -67
  150. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +0 -94
  151. package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +0 -111
  152. package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +0 -119
  153. package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +0 -99
  154. package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +0 -112
  155. package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +0 -99
  156. package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +0 -95
  157. package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +0 -106
  158. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +0 -118
  159. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +0 -66
  160. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +0 -87
  161. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +0 -82
  162. package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +0 -133
  163. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +0 -118
  164. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +0 -128
  165. package/payload/premium-plugins/founder-pack/.claude-plugin/plugin.json +0 -8
  166. /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/business-plan-template.md +0 -0
  167. /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/compliance-research-checklist.md +0 -0
  168. /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/data-room-structure.md +0 -0
  169. /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/deck-blueprint-template.md +0 -0
  170. /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/design-tokens-application.md +0 -0
  171. /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/internal-workings-scrub.md +0 -0
  172. /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/business-plan-template.md +0 -0
  173. /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/compliance-research-checklist.md +0 -0
  174. /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/data-room-structure.md +0 -0
  175. /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/deck-blueprint-template.md +0 -0
  176. /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/design-tokens-application.md +0 -0
  177. /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/internal-workings-scrub.md +0 -0
@@ -1,94 +0,0 @@
1
- # The Neurochemistry of Story Engagement
2
-
3
- ## Three Neurochemicals of Story
4
-
5
- Story activates three interlocking neurochemical responses. Understanding them helps writers diagnose why a passage works or fails.
6
-
7
- ### Dopamine — The Curiosity Chemical
8
- **Triggered by:** Broken patterns, unanswered questions, the suggestion that significant information is incoming
9
- **Reader experience:** "What happens next?" — the forward pull, the inability to stop reading
10
- **Story mechanism:** Surprise, mystery, unresolved tension, the gap between what the reader knows and what they want to know
11
-
12
- **How writers trigger dopamine:**
13
- - Plant questions the reader needs answered
14
- - Break expected patterns — the thing that should happen doesn't
15
- - Create information gaps — the reader knows something is significant but doesn't know what
16
- - End scenes with unresolved tension
17
- - Introduce surprising details that reframe what the reader thought they understood
18
-
19
- **How writers kill dopamine:**
20
- - Answer every question as soon as it's raised
21
- - Maintain predictable patterns without variation
22
- - Tell the reader everything up front — no gaps, no mystery
23
- - Resolve tension prematurely
24
-
25
- ### Cortisol — The Tension Chemical
26
- **Triggered by:** Conflict, hard choices, consequences, the sense that something bad might happen
27
- **Reader experience:** "Will they get through this?" — anxiety on the protagonist's behalf
28
- **Story mechanism:** Stakes, danger, dilemmas, ticking clocks, the escalation of obstacles
29
-
30
- **How writers trigger cortisol:**
31
- - Put the protagonist in genuine danger (physical, emotional, social)
32
- - Create dilemmas where all options have costs
33
- - Establish ticking clocks with real consequences
34
- - Escalate complications — each setback raising stakes higher
35
- - Force the protagonist to risk what they value most
36
-
37
- **How writers kill cortisol:**
38
- - Remove real consequences — the protagonist can fail without cost
39
- - Provide easy escape routes — the danger isn't genuinely threatening
40
- - Make the antagonist incompetent or absent
41
- - Let the protagonist succeed without sacrifice
42
-
43
- ### Oxytocin — The Empathy Chemical
44
- **Triggered by:** Vulnerability, connection, the sense of shared humanity with the protagonist
45
- **Reader experience:** "I'm on their side" — emotional investment, caring what happens
46
- **Story mechanism:** The protagonist's internal life made visible; moments of honesty, weakness, courage, and connection
47
-
48
- **How writers trigger oxytocin:**
49
- - Show the protagonist's vulnerability — their fears, doubts, and longings
50
- - Give the protagonist moments of genuine human connection
51
- - Let the protagonist make mistakes and admit them
52
- - Show the protagonist caring about something deeply
53
- - Reveal the protagonist's inner world — not just what they do, but what it means to them
54
-
55
- **How writers kill oxytocin:**
56
- - Keep the protagonist emotionally opaque — no internal life visible
57
- - Make the protagonist invulnerable — no weaknesses, no fears
58
- - Have the protagonist respond to everything with competence and cool
59
- - Skip the protagonist's emotional reactions to events
60
-
61
- ## The Interplay
62
-
63
- The three neurochemicals work together:
64
- - **Dopamine** (curiosity) gets the reader to start
65
- - **Oxytocin** (empathy) makes the reader care
66
- - **Cortisol** (tension) makes the reader unable to stop
67
-
68
- A story that triggers only one is flat:
69
- - Dopamine alone = a puzzle with no heart
70
- - Cortisol alone = stress without investment
71
- - Oxytocin alone = sentimentality without stakes
72
-
73
- A story that triggers all three simultaneously is virtually impossible to put down.
74
-
75
- ## Emotion as the Engine of Reason
76
-
77
- ### The Platonic Error
78
- Western thought since Plato has treated emotion as the enemy of reason. Neuroscience has established the opposite: emotion is the prerequisite for rational decision-making.
79
-
80
- ### The Case of Elliot
81
- Neurologist Antonio Damasio's patient Elliot had a brain tumour removed, along with some frontal lobe tissue. His IQ tested at the 97th percentile. He could enumerate every possible solution to any problem. But he couldn't choose between them. Without the ability to feel which option mattered more, he couldn't decide anything — not even what to have for lunch. He lost his job, family, and savings.
82
-
83
- **Without emotion, reason is paralysed.** Emotion doesn't cloud judgment; it provides the experiential data that judgment requires.
84
-
85
- ### For Writers
86
- Every decision in a story must be emotionally motivated. Not because emotion is decoration, but because emotion is how decisions are actually made — in fiction and in life. If the reader can't feel why a character makes a choice, the choice is inert.
87
-
88
- ## Mirror Neurons
89
-
90
- When we observe someone in pain or joy, the same neural circuits fire as when we experience it ourselves. The brain does not fully distinguish between observed and directly experienced emotion.
91
-
92
- This is why fiction works: the reader literally simulates the protagonist's experience. The same brain regions that would activate if the reader were living through the events activate while reading about them.
93
-
94
- This is also why the protagonist must react to everything: if the protagonist doesn't react emotionally, the reader's mirror neurons have nothing to mirror. The emotional simulation stops. The reader is cast out of the story.
@@ -1,111 +0,0 @@
1
- ---
2
- name: review-manuscript
3
- description: "Performs a comprehensive multi-level review of a manuscript, chapter, or long passage — covering story architecture, reader engagement, prose craft, and editorial quality. Use this skill whenever the user asks to review a manuscript, critique a chapter, give feedback on their writing, assess whether their story is working, provide a manuscript assessment, do a full editorial review, or says 'what's wrong with this'. Also use when a writer submits a substantial piece of text and asks for comprehensive feedback rather than feedback on a specific aspect."
4
- ---
5
-
6
- # Review Manuscript
7
-
8
- This skill performs a comprehensive, multi-level manuscript review. It examines the text through four lenses — story architecture, reader engagement, prose craft, and editorial quality — producing both inline observations and a structured summary report.
9
-
10
- ## Review Process
11
-
12
- ### Step 1: Read the Full Text
13
- Read the entire submitted text before making any observations. First impressions are valuable — note where you are engaged, confused, bored, or delighted. These instinctive responses are data.
14
-
15
- ### Step 2: Identify the Story's Core
16
-
17
- Before critiquing anything, establish what is there:
18
- - What is the story about (not the plot — the internal journey)?
19
- - Who is the protagonist and what do they want?
20
- - What is the misbelief or inner issue?
21
- - What is the story question the reader is tracking?
22
-
23
- If these cannot be identified, that itself is the primary finding.
24
-
25
- ### Step 3: Apply the Four Lenses
26
-
27
- Work through each lens in order. The order matters — structural problems should be addressed before prose problems, because structural surgery changes the prose landscape.
28
-
29
- #### Lens 1: Story Architecture
30
- - Is the misbelief specific, earned, and active?
31
- - Is the desire in conflict with the misbelief?
32
- - Does every scene touch the third rail (internal struggle)?
33
- - Is there a clear cause-and-effect chain through the internal story?
34
- - Does the opening begin at the last possible moment?
35
- - For the portion reviewed: is the trajectory toward the Aha moment visible?
36
-
37
- For the full story architecture framework, read `references/review-manuscript-checklist.md`.
38
-
39
- #### Lens 2: Reader Engagement
40
- - Does the opening hook? Are protagonist, stakes, and situation present from the first page?
41
- - Is urgency sustained? Where does momentum flag?
42
- - Does the cause-and-effect chain hold scene to scene?
43
- - Are setups paid off? Are there inadvertent setups?
44
- - Does conflict escalate? Is the opposition specific and active?
45
- - Does the protagonist react emotionally to events?
46
-
47
- #### Lens 3: Prose Craft
48
- - Does the prose sound right when read with the mind's ear?
49
- - Is there sentence variety?
50
- - Are adjectives and adverbs earning their place, or fattening the prose?
51
- - Is repetition deliberate or accidental?
52
- - Is the POV consistent? Are there unintended shifts?
53
- - Is exposition integrated or lumped?
54
- - Is crowding and leaping balanced — enough density, enough white space?
55
-
56
- #### Lens 4: Editorial Quality
57
- - Are there structural issues (pacing, missing sections, unnecessary sections)?
58
- - Line-level clarity and flow?
59
- - Internal consistency (names, timeline, details)?
60
- - Are there passages where the reader would disengage?
61
-
62
- ### Step 4: Produce the Report
63
-
64
- Structure the output in two parts:
65
-
66
- #### Part A: Inline Observations
67
- Walk through the text noting specific observations at the point where they occur. For each observation:
68
- - Quote or reference the specific passage
69
- - Name the issue precisely
70
- - Explain why it matters to the reader's experience
71
- - Where possible, suggest a direction for revision
72
-
73
- #### Part B: Summary Report
74
-
75
- Use this structure:
76
-
77
- ```
78
- ## Manuscript Review: [Title or Description]
79
-
80
- ### What Works
81
- [Specific, genuine praise — what the writer is doing well and should keep doing]
82
-
83
- ### Story Architecture
84
- [Findings from Lens 1 — the internal story, misbelief, desire, third rail]
85
-
86
- ### Reader Engagement
87
- [Findings from Lens 2 — hooks, urgency, cause-and-effect, stakes]
88
-
89
- ### Prose Craft
90
- [Findings from Lens 3 — sound, rhythm, POV, word economy]
91
-
92
- ### Editorial Notes
93
- [Findings from Lens 4 — structure, pacing, consistency]
94
-
95
- ### Priority Recommendations
96
- [The 3-5 most important things to address, in order of impact]
97
- ```
98
-
99
- ## Review Principles
100
-
101
- - **Start with what works.** Every manuscript has strengths. Name them specifically.
102
- - **Address the biggest issues first.** If the story architecture is broken, don't spend pages on comma placement.
103
- - **Be specific.** "The pacing feels off in the middle" is useless. "Chapters 4-6 lose momentum because the protagonist has no active goal — she's reacting to events without pursuing anything" is actionable.
104
- - **Explain why.** Don't just flag problems — explain what they do to the reader's experience.
105
- - **Preserve the author's voice.** Never suggest changes that would make the writing sound like you instead of them.
106
- - **Frame as possibilities.** "What if..." and "Consider..." rather than "You must..."
107
- - **The book belongs to the author.** Your job is to help them write the best version of *their* book.
108
-
109
- ## When to Read Reference Files
110
-
111
- - **For the full review checklist with detailed criteria** — read `references/review-manuscript-checklist.md`
@@ -1,119 +0,0 @@
1
- # Comprehensive Manuscript Review Checklist
2
-
3
- This checklist synthesises criteria from neuroscience-based story theory, professional editing practice, and prose craft technique into a single review framework.
4
-
5
- ## Lens 1: Story Architecture
6
-
7
- ### Protagonist's Internal World
8
- - [ ] Can you identify the protagonist's misbelief? Is it specific, earned, and active?
9
- - [ ] Can you identify the protagonist's desire? Is it in conflict with the misbelief?
10
- - [ ] Does the protagonist's worldview visibly filter their interpretation of events?
11
- - [ ] Is the origin of the misbelief traceable to a specific past experience?
12
- - [ ] Does every scene touch the third rail (the protagonist's internal struggle)?
13
-
14
- ### Story Structure
15
- - [ ] Does the story begin at the last possible moment — when avoidance becomes impossible?
16
- - [ ] Does the inciting event directly threaten the protagonist's misbelief?
17
- - [ ] Is there a ticking clock creating urgency?
18
- - [ ] Is there a clear cause-and-effect chain through the internal story?
19
- - [ ] Does the ending (if present) represent a genuine internal transformation — the Aha moment?
20
- - [ ] Is the Aha moment earned, specific, and tied to the third rail?
21
-
22
- ### What If Premise
23
- - [ ] Does the premise contain context, conflict, and a thematic point?
24
- - [ ] Does the premise imply the collision between the protagonist's inner world and external reality?
25
-
26
- ## Lens 2: Reader Engagement
27
-
28
- ### Opening / Hook
29
- - [ ] Is the protagonist present from page one?
30
- - [ ] Is something already happening that affects them?
31
- - [ ] Are stakes visible immediately?
32
- - [ ] Does the first page make the reader want to read the second?
33
- - [ ] Is there a "yardstick" — a framework for understanding what kind of story this will be?
34
-
35
- ### Cause and Effect
36
- - [ ] Does every scene follow from the previous one (therefore/because, not and-then)?
37
- - [ ] Can you trace the internal pattern (action → reaction → decision → action) in every scene?
38
- - [ ] Does the "And so?" test pass for every major element?
39
- - [ ] Is every decision the protagonist makes traceable through the text?
40
-
41
- ### Setup and Payoff
42
- - [ ] Is every setup paid off?
43
- - [ ] Is every payoff set up?
44
- - [ ] Are there inadvertent setups — details that promise significance but deliver nothing?
45
- - [ ] Is there enough distance between setups and payoffs to create anticipation?
46
-
47
- ### Conflict and Escalation
48
- - [ ] Is there a clear "versus" — a specific rock and hard place?
49
- - [ ] Does conflict escalate with each complication?
50
- - [ ] Is the force of opposition specific, present, active, and credible?
51
- - [ ] Is the protagonist earning every gain and paying for every loss?
52
- - [ ] Have the protagonist's deepest flaws been exposed and tested?
53
-
54
- ### Emotional Resonance
55
- - [ ] Does the protagonist react emotionally to events?
56
- - [ ] Are reactions specific and embodied, not generic?
57
- - [ ] Can the reader mirror the protagonist's emotions?
58
- - [ ] Is the story triggering all three engagement chemicals (dopamine, cortisol, oxytocin)?
59
-
60
- ## Lens 3: Prose Craft
61
-
62
- ### Sound and Rhythm
63
- - [ ] Does the prose sound right when read with the mind's ear?
64
- - [ ] Is there sentence length variety?
65
- - [ ] Does rhythm match emotional register?
66
- - [ ] Are long sentences clearly constructed?
67
-
68
- ### Word Economy
69
- - [ ] Are adjectives and adverbs earning their place?
70
- - [ ] Are there qualifier ticks (just, very, kind of)?
71
- - [ ] Can weak verb + adverb combinations be replaced with strong verbs?
72
- - [ ] Is the prose crowded enough (vivid, dense) and leaped enough (no listing, no over-explanation)?
73
-
74
- ### POV and Voice
75
- - [ ] Is the POV consistent? Are there accidental slips?
76
- - [ ] Is the tense consistent? Are shifts deliberate?
77
- - [ ] Does the narrative voice maintain a consistent register?
78
- - [ ] If character POV, does the language reflect how that character thinks?
79
-
80
- ### Repetition
81
- - [ ] Is repetition deliberate and effective, or accidental?
82
- - [ ] Has natural repetition been replaced with awkward synonyms?
83
-
84
- ### Exposition
85
- - [ ] Is exposition integrated or dumped in blocks?
86
- - [ ] Are there "As you know, Bob" moments?
87
- - [ ] Does necessary information arrive when the reader needs it?
88
-
89
- ## Lens 4: Editorial Quality
90
-
91
- ### Developmental
92
- - [ ] Is the structure serving the material?
93
- - [ ] Are there pacing problems — sections that drag or rush?
94
- - [ ] In fiction: are subplots connected to the main story?
95
- - [ ] In nonfiction: is the argument clear and building?
96
- - [ ] Is anything missing? Is anything unnecessary?
97
-
98
- ### Line Level
99
- - [ ] Are there clichés, throat-clearing, or hedging?
100
- - [ ] Is tonal consistency maintained?
101
- - [ ] Are there logical gaps where the reader needs a bridge?
102
- - [ ] Does each paragraph lead naturally to the next?
103
-
104
- ### Consistency
105
- - [ ] Character names consistent throughout?
106
- - [ ] Physical descriptions consistent?
107
- - [ ] Timeline consistent?
108
- - [ ] Geography and setting details consistent?
109
-
110
- ## Report Priority Framework
111
-
112
- After completing the review, prioritise findings by impact:
113
-
114
- 1. **Story architecture problems** — if the internal story is broken, everything built on it is compromised
115
- 2. **Engagement problems** — if readers disengage, nothing else matters
116
- 3. **Structural and pacing problems** — these change the prose landscape
117
- 4. **POV and voice problems** — these affect every page
118
- 5. **Prose craft problems** — important but addressable once larger issues are resolved
119
- 6. **Consistency and mechanical errors** — last in priority, first in visibility
@@ -1,99 +0,0 @@
1
- ---
2
- name: review-prose
3
- description: "Performs a prose-level review of a passage, analyzing sound, rhythm, sentence variety, POV consistency, word economy, repetition, and the balance of crowding and leaping. Use this skill whenever the user asks to check their writing style, review prose quality, assess how a passage reads, give style feedback, asks 'how does this sound', 'is this well written', 'check my prose', or submits a passage specifically for craft-level feedback rather than story-level feedback. Also use when a writer wants to improve the music and economy of their sentences."
4
- ---
5
-
6
- # Review Prose
7
-
8
- Prose review examines writing at the level of sound, sentence, and word — the physical material of the text. This is distinct from story review (which examines internal architecture) and scene review (which examines a scene's structural function). Prose review asks: does this *sound* right? Is every word earning its place?
9
-
10
- ## Review Process
11
-
12
- ### Step 1: Read with the Mind's Ear
13
- Read the passage as if hearing it aloud. Note rhythm, flow, stumbles, beauty, and dullness. Do not analyze yet — just listen. Mark passages that sound wrong, passages that sound right, and passages where you lose the thread.
14
-
15
- ### Step 2: Analyze Sound and Rhythm
16
-
17
- **Sentence variety:**
18
- - Map the sentence lengths. Is there variety, or monotonous uniformity?
19
- - Are short sentences deployed for emphasis in the right places?
20
- - Are long sentences clearly constructed — does the reader glide through, or get lost?
21
- - Is there conjunctivitis (strings of short sentences joined by "and" / "but")?
22
-
23
- **Rhythm:**
24
- - Does the rhythm match the emotional register of the content? (Fast rhythm for action, slower rhythm for reflection, etc.)
25
- - Are there accidental rhythmic patterns that create unintended effects?
26
- - Does the prose have moments of beauty — places where language takes pleasure in itself?
27
-
28
- ### Step 3: Analyze Word Economy
29
-
30
- **Adjectives and adverbs:**
31
- - Can any adjective be absorbed into a stronger noun?
32
- - Can any adverb be absorbed into a stronger verb?
33
- - Are there qualifier ticks? (just, very, kind of, sort of, rather, a little, somewhat)
34
- - Are there empty intensifiers? (great, suddenly, somehow, really, absolutely)
35
-
36
- **Verbs:**
37
- - Are verbs active and specific? Or weak and generic?
38
- - Is the passive voice being used where active would be stronger? (And is it being used well where it belongs?)
39
- - Are there unnecessary "to be" constructions?
40
-
41
- **Crowding and leaping:**
42
- - Is the passage vivid, exact, concrete, dense, rich? (Crowded enough?)
43
- - Is there white space — things left unsaid, leaps the reader can make? (Leaped enough?)
44
- - Are there passages that list rather than describe?
45
- - Is every sensory detail earning its place — serving story, character, or theme?
46
-
47
- ### Step 4: Analyze POV and Voice
48
-
49
- - Is the POV consistent throughout the passage?
50
- - Are there accidental slips into another character's thoughts?
51
- - Is the narrative voice consistent in register and tone?
52
- - If there's a strong character POV, does the language reflect how that character would think and perceive?
53
- - Is exposition delivered through the character's filter, or does the author step in?
54
-
55
- ### Step 5: Check for Repetition
56
-
57
- - Is there accidental repetition — unintentional echoes that create clumsiness?
58
- - Is there deliberate repetition — purposeful echoes creating emphasis or rhythm?
59
- - Has the writer reached for the thesaurus to avoid natural repetition, producing awkward synonyms?
60
-
61
- ### Step 6: Check Punctuation and Grammar
62
-
63
- - Is punctuation clarifying the prose or cluttering it?
64
- - Are there grammar errors that will break the reader's trust?
65
- - Are unconventional choices (fragments, run-ons, comma splices) deliberate and effective?
66
-
67
- ## Prose Review Report Structure
68
-
69
- ```
70
- ## Prose Review: [Passage Description]
71
-
72
- ### Overall Impression
73
- [How the passage reads as a whole — the mind's ear verdict]
74
-
75
- ### Strengths
76
- [What the writer is doing well at the prose level]
77
-
78
- ### Sound and Rhythm
79
- [Sentence variety, rhythmic patterns, flow]
80
-
81
- ### Word Economy
82
- [Adjectives/adverbs, verb strength, qualifiers, crowding/leaping]
83
-
84
- ### POV and Voice
85
- [Consistency, register, character filter]
86
-
87
- ### Repetition
88
- [Accidental vs. deliberate; awkward synonym hunting]
89
-
90
- ### Specific Line Notes
91
- [Passage-by-passage observations with specific suggestions]
92
-
93
- ### Priority Recommendations
94
- [The 3-5 most impactful prose improvements to make]
95
- ```
96
-
97
- ## When to Read Reference Files
98
-
99
- - **For the complete prose review criteria** — read `references/prose-review-checklist.md`
@@ -1,112 +0,0 @@
1
- # Prose Review Checklist
2
-
3
- ## Sound and Rhythm
4
-
5
- ### The Mind's Ear Test
6
- Read the passage as if hearing it aloud. Note where it flows, where it stumbles, where it sings. If it sounds wrong, it is wrong — even before you can name the problem.
7
-
8
- ### Sentence Variety
9
- - [ ] Map sentence lengths across the passage. Is there variety?
10
- - [ ] Are short sentences deployed for emphasis at the right moments?
11
- - [ ] Are long sentences clearly constructed — does the reader glide through?
12
- - [ ] Is there conjunctivitis (strings of short sentences joined by "and" / "but")?
13
- - [ ] Is there a monotonous rhythm (all sentences the same length)?
14
-
15
- ### Rhythm and Register
16
- - [ ] Does the rhythm match the emotional content?
17
- - [ ] Fast, staccato for action/urgency?
18
- - [ ] Slower, rolling for reflection/grief/beauty?
19
- - [ ] Does a sudden short sentence after long ones create intended emphasis?
20
- - [ ] Are there accidental rhythmic patterns creating unintended effects?
21
-
22
- ## Word Economy
23
-
24
- ### Adjectives and Adverbs
25
- - [ ] Can any adjective be absorbed into a stronger noun?
26
- - [ ] Can any adverb be absorbed into a stronger verb?
27
- - [ ] Are adjectives and adverbs adding precision, or padding?
28
-
29
- ### Qualifier Ticks
30
- Check for and flag these bloodsuckers:
31
- - just
32
- - very
33
- - rather
34
- - a little
35
- - kind of / sort of
36
- - somewhat
37
- - quite
38
- - really
39
-
40
- ### Empty Intensifiers
41
- Check for words that have lost meaning through overuse:
42
- - great / amazing / incredible
43
- - suddenly
44
- - somehow
45
- - absolutely / totally / literally (as emphasis)
46
-
47
- ### Verb Strength
48
- - [ ] Are verbs active and specific?
49
- - [ ] Are there weak verb + adverb combinations? (ran quickly → raced)
50
- - [ ] Is passive voice being used where active would be stronger?
51
- - [ ] Are there unnecessary "to be" constructions?
52
-
53
- ## Crowding and Leaping
54
-
55
- ### Crowding (Density)
56
- - [ ] Is the passage vivid — can the reader see, hear, feel what's happening?
57
- - [ ] Are details exact and concrete, not vague and abstract?
58
- - [ ] Is every detail doing work — revealing character, advancing story, or illuminating theme?
59
- - [ ] Is the passage rich enough — enough substance to engage?
60
-
61
- ### Leaping (Economy)
62
- - [ ] Is there white space — things left unsaid that the reader can infer?
63
- - [ ] Are there passages that list rather than describe?
64
- - [ ] Is there over-explanation — the reader told what they could figure out?
65
- - [ ] Are transitions belaboured — steps spelled out that could be leaped over?
66
- - [ ] Does every sensory detail serve the story, or is some of it travelogue?
67
-
68
- ## POV and Voice
69
-
70
- ### POV Consistency
71
- - [ ] Is the POV type identifiable and consistent?
72
- - [ ] Are there accidental one-sentence slips into another character's thoughts?
73
- - [ ] Is the protagonist's subjective filter colouring the narration?
74
- - [ ] Does the language reflect the viewpoint character's vocabulary and sensibility?
75
-
76
- ### Tense Consistency
77
- - [ ] Is the tense consistent throughout?
78
- - [ ] Are any shifts between past and present deliberate and signalled?
79
- - [ ] Is there accidental "two-timing" (drifting between tenses)?
80
-
81
- ### Voice and Register
82
- - [ ] Is the narrative voice consistent in tone and register?
83
- - [ ] Are there tonal lurches — shifts between formal/casual, serious/flip?
84
- - [ ] Does the voice serve the story, or does it draw attention to itself?
85
-
86
- ## Repetition
87
-
88
- ### Accidental Repetition
89
- - [ ] Are there unintentional word echoes within paragraphs or across adjacent paragraphs?
90
- - [ ] Are there repeated sentence structures creating monotony?
91
-
92
- ### Deliberate Repetition
93
- - [ ] Is intentional repetition accumulating meaning with each occurrence?
94
- - [ ] Is it creating rhythm, emphasis, or structural echoes?
95
-
96
- ### Thesaurus Syndrome
97
- - [ ] Has natural repetition been replaced with awkward synonyms?
98
- - [ ] Are there words that stick out because they were chosen to avoid repeating a simpler word?
99
-
100
- ## Punctuation and Grammar
101
-
102
- - [ ] Is punctuation clarifying the prose, not cluttering it?
103
- - [ ] Are there grammar errors that will break the reader's trust?
104
- - [ ] Are unconventional choices (fragments, comma splices, run-ons) deliberate and effective?
105
- - [ ] Are semicolons used correctly and purposefully?
106
-
107
- ## Exposition
108
-
109
- - [ ] Is necessary information integrated into the scene, or dumped in blocks?
110
- - [ ] Are there "As you know, Bob" moments in dialogue?
111
- - [ ] Does exposition arrive when the reader needs it, not before?
112
- - [ ] Is backstory delivered through the character's emotional filter, not as neutral information?
@@ -1,99 +0,0 @@
1
- ---
2
- name: review-scene
3
- description: "Performs a deep analysis of a single scene against scene card criteria, engagement principles, and prose craft standards. Use this skill whenever the user asks to analyze a scene, check if a scene works, give scene-level feedback, review a scene, assess a scene's effectiveness, or says 'does this scene work'. Also use when a writer submits a discrete scene and wants to understand whether it earns its place in the story."
4
- ---
5
-
6
- # Review Scene
7
-
8
- A scene is the fundamental unit of story. Every scene must justify its existence by advancing the protagonist's internal struggle while moving the external plot forward. This skill provides a deep analysis of a single scene against the criteria that determine whether it earns its place.
9
-
10
- ## Scene Analysis Framework
11
-
12
- ### Step 1: Read and React
13
- Read the scene completely. Note first impressions: where are you engaged, confused, bored, moved? These instinctive responses are the most honest data available.
14
-
15
- ### Step 2: Fill the Scene Card
16
-
17
- For the scene being analyzed, determine:
18
-
19
- | Element | Assessment |
20
- |---------|-----------|
21
- | **External event** | What happens? State it in one sentence. |
22
- | **Internal meaning** | How does this force the protagonist's internal struggle forward? |
23
- | **Urgency hook** | What question does this scene raise that pulls the reader into the next scene? |
24
- | **Cause** | What prior event made this scene necessary? |
25
- | **Effect** | What must happen next because of this scene? |
26
-
27
- **Critical test**: If the "internal meaning" row is empty — if the scene has no connection to the protagonist's internal struggle — the scene has no business being in the story, regardless of how dramatic or well-written it is.
28
-
29
- ### Step 3: Check Engagement Mechanics
30
-
31
- **Opening of the scene:**
32
- - Does the scene enter late? (Not the preamble — the thing itself)
33
- - Is there an immediate sense of what's at stake?
34
-
35
- **Cause and effect within the scene:**
36
- - Does every beat follow the action → reaction → decision → action pattern?
37
- - Is the protagonist making decisions whose reasoning is visible to the reader?
38
- - Does each beat escalate — raising stakes or deepening the dilemma?
39
-
40
- **Conflict:**
41
- - Is there a specific "versus" — a rock and hard place?
42
- - Does the conflict arise from character (the protagonist's own fears and misbeliefs creating the trap) rather than being arbitrarily imposed?
43
- - Is the opposition specific and active?
44
-
45
- **Emotional resonance:**
46
- - Does the protagonist react emotionally to events?
47
- - Is the reaction specific and embodied (physical, cognitive, behavioural), not generic?
48
- - Can the reader mirror this emotion through their own empathic response?
49
-
50
- **Closing of the scene:**
51
- - Does the scene end with an unanswered question or unresolved tension that propels the reader forward?
52
- - Does it leave out at the right moment (leaping), not linger past its usefulness?
53
-
54
- ### Step 4: Check Prose Craft
55
-
56
- - Read the scene with the mind's ear. Does it sound right?
57
- - Is there sentence variety suited to the scene's emotional register?
58
- - Is the POV consistent throughout? Any accidental slips?
59
- - Is exposition integrated into the scene's action, or dumped as a separate layer?
60
- - Are sensory details earning their place — each one revealing character, advancing story, or illuminating theme?
61
- - Is the scene crowded enough to be vivid but leaped enough to move?
62
-
63
- ### Step 5: Check Continuity
64
-
65
- - Does the scene connect causally to what precedes it?
66
- - Does it set up what follows?
67
- - Are there setups planted in this scene? Are they clear enough to register subconsciously but not so heavy-handed that the reader sees the machinery?
68
- - Is information from earlier scenes used correctly (character names, physical details, timeline)?
69
-
70
- ## Scene Report Structure
71
-
72
- ```
73
- ## Scene Analysis: [Scene Description]
74
-
75
- ### Scene Card
76
- [The filled-in scene card from Step 2]
77
-
78
- ### What Works
79
- [Specific strengths — what the writer should keep]
80
-
81
- ### Internal Story Connection
82
- [How well the scene connects to the protagonist's internal struggle]
83
-
84
- ### Engagement
85
- [Hooks, cause-and-effect, conflict, emotional resonance]
86
-
87
- ### Prose Craft
88
- [Sound, rhythm, POV, word economy, sensory detail]
89
-
90
- ### Continuity
91
- [Causal connections to surrounding scenes, setups, consistency]
92
-
93
- ### Recommendations
94
- [Specific, prioritized suggestions for revision]
95
- ```
96
-
97
- ## When to Read Reference Files
98
-
99
- - **For the complete scene analysis framework with detailed criteria** — read `references/scene-analysis-framework.md`