@miadi/ncp-story-studio 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/LICENSE +21 -0
  2. package/PHASES.md +160 -0
  3. package/README.md +140 -0
  4. package/assets/PROVENANCE.json +5 -0
  5. package/assets/examples/PROVENANCE.json +26 -0
  6. package/assets/examples/anora.json +228 -0
  7. package/assets/examples/example-story.json +112 -0
  8. package/assets/examples/the-shawshank-redemption.json +2068 -0
  9. package/assets/examples/weaver_of_words__the_catalyst_of_change_251101.json +1132 -0
  10. package/assets/ncp-schema.json +794 -0
  11. package/assets/terminology.json +2919 -0
  12. package/dist/agents/adapter.d.ts +60 -0
  13. package/dist/agents/adapter.d.ts.map +1 -0
  14. package/dist/agents/adapter.js +69 -0
  15. package/dist/agents/adapter.js.map +1 -0
  16. package/dist/agents/context.d.ts +19 -0
  17. package/dist/agents/context.d.ts.map +1 -0
  18. package/dist/agents/context.js +49 -0
  19. package/dist/agents/context.js.map +1 -0
  20. package/dist/agents/index.d.ts +5 -0
  21. package/dist/agents/index.d.ts.map +1 -0
  22. package/dist/agents/index.js +7 -0
  23. package/dist/agents/index.js.map +1 -0
  24. package/dist/agents/links.d.ts +41 -0
  25. package/dist/agents/links.d.ts.map +1 -0
  26. package/dist/agents/links.js +76 -0
  27. package/dist/agents/links.js.map +1 -0
  28. package/dist/agents/personas.d.ts +16 -0
  29. package/dist/agents/personas.d.ts.map +1 -0
  30. package/dist/agents/personas.js +34 -0
  31. package/dist/agents/personas.js.map +1 -0
  32. package/dist/fixtures/index.d.ts +27 -0
  33. package/dist/fixtures/index.d.ts.map +1 -0
  34. package/dist/fixtures/index.js +69 -0
  35. package/dist/fixtures/index.js.map +1 -0
  36. package/dist/graph/index.d.ts +60 -0
  37. package/dist/graph/index.d.ts.map +1 -0
  38. package/dist/graph/index.js +97 -0
  39. package/dist/graph/index.js.map +1 -0
  40. package/dist/graph/react/index.d.ts +2 -0
  41. package/dist/graph/react/index.d.ts.map +1 -0
  42. package/dist/graph/react/index.js +5 -0
  43. package/dist/graph/react/index.js.map +1 -0
  44. package/dist/graph/react/story-graph.d.ts +17 -0
  45. package/dist/graph/react/story-graph.d.ts.map +1 -0
  46. package/dist/graph/react/story-graph.js +26 -0
  47. package/dist/graph/react/story-graph.js.map +1 -0
  48. package/dist/graph/tones.d.ts +36 -0
  49. package/dist/graph/tones.d.ts.map +1 -0
  50. package/dist/graph/tones.js +38 -0
  51. package/dist/graph/tones.js.map +1 -0
  52. package/dist/index.d.ts +33 -0
  53. package/dist/index.d.ts.map +1 -0
  54. package/dist/index.js +24 -0
  55. package/dist/index.js.map +1 -0
  56. package/dist/schema/constants.d.ts +3 -0
  57. package/dist/schema/constants.d.ts.map +1 -0
  58. package/dist/schema/constants.js +3 -0
  59. package/dist/schema/constants.js.map +1 -0
  60. package/dist/schema/extensions.d.ts +14 -0
  61. package/dist/schema/extensions.d.ts.map +1 -0
  62. package/dist/schema/extensions.js +61 -0
  63. package/dist/schema/extensions.js.map +1 -0
  64. package/dist/schema/generated-terms.d.ts +7 -0
  65. package/dist/schema/generated-terms.d.ts.map +1 -0
  66. package/dist/schema/generated-terms.js +518 -0
  67. package/dist/schema/generated-terms.js.map +1 -0
  68. package/dist/schema/generated.d.ts +64 -0
  69. package/dist/schema/generated.d.ts.map +1 -0
  70. package/dist/schema/generated.js +497 -0
  71. package/dist/schema/generated.js.map +1 -0
  72. package/dist/schema/index.d.ts +48 -0
  73. package/dist/schema/index.d.ts.map +1 -0
  74. package/dist/schema/index.js +92 -0
  75. package/dist/schema/index.js.map +1 -0
  76. package/dist/schema/normalize.d.ts +20 -0
  77. package/dist/schema/normalize.d.ts.map +1 -0
  78. package/dist/schema/normalize.js +88 -0
  79. package/dist/schema/normalize.js.map +1 -0
  80. package/dist/schema/read.d.ts +31 -0
  81. package/dist/schema/read.d.ts.map +1 -0
  82. package/dist/schema/read.js +640 -0
  83. package/dist/schema/read.js.map +1 -0
  84. package/dist/schema/terms.d.ts +11 -0
  85. package/dist/schema/terms.d.ts.map +1 -0
  86. package/dist/schema/terms.js +80 -0
  87. package/dist/schema/terms.js.map +1 -0
  88. package/dist/schema/types.d.ts +140 -0
  89. package/dist/schema/types.d.ts.map +1 -0
  90. package/dist/schema/types.js +2 -0
  91. package/dist/schema/types.js.map +1 -0
  92. package/dist/schema/validate.d.ts +54 -0
  93. package/dist/schema/validate.d.ts.map +1 -0
  94. package/dist/schema/validate.js +490 -0
  95. package/dist/schema/validate.js.map +1 -0
  96. package/dist/store/index.d.ts +76 -0
  97. package/dist/store/index.d.ts.map +1 -0
  98. package/dist/store/index.js +96 -0
  99. package/dist/store/index.js.map +1 -0
  100. package/dist/store/json.d.ts +35 -0
  101. package/dist/store/json.d.ts.map +1 -0
  102. package/dist/store/json.js +192 -0
  103. package/dist/store/json.js.map +1 -0
  104. package/dist/store/mutations.d.ts +45 -0
  105. package/dist/store/mutations.d.ts.map +1 -0
  106. package/dist/store/mutations.js +181 -0
  107. package/dist/store/mutations.js.map +1 -0
  108. package/dist/store/neon.d.ts +42 -0
  109. package/dist/store/neon.d.ts.map +1 -0
  110. package/dist/store/neon.js +167 -0
  111. package/dist/store/neon.js.map +1 -0
  112. package/dist/terminology/generated.d.ts +3 -0
  113. package/dist/terminology/generated.d.ts.map +1 -0
  114. package/dist/terminology/generated.js +2923 -0
  115. package/dist/terminology/generated.js.map +1 -0
  116. package/dist/terminology/index.d.ts +20 -0
  117. package/dist/terminology/index.d.ts.map +1 -0
  118. package/dist/terminology/index.js +71 -0
  119. package/dist/terminology/index.js.map +1 -0
  120. package/dist/terminology/types.d.ts +25 -0
  121. package/dist/terminology/types.d.ts.map +1 -0
  122. package/dist/terminology/types.js +2 -0
  123. package/dist/terminology/types.js.map +1 -0
  124. package/package.json +117 -0
  125. package/rispecs/README.rise.md +5 -0
  126. package/rispecs/RISPEC.md +9 -0
@@ -0,0 +1,1132 @@
1
+ {
2
+ "story": {
3
+ "id": "story_catalyst_of_change",
4
+ "title": "Chapter 4: The Catalyst of Change",
5
+ "author": "G.D-Isabelle",
6
+ "date_written": "251021",
7
+ "narratives": [
8
+ {
9
+ "id": "narrative_central_form",
10
+ "title": "The Writer's Awakening: From Technique to Truth",
11
+ "subtext": {
12
+ "perspectives": [
13
+ {
14
+ "id": "perspective_creative_paralysis",
15
+ "label": "The Creative Self vs Perfectionism",
16
+ "description": "The central tension between technical competence and soulful expression—Mia can write 'correctly' but cannot make words breathe because she's afraid to show her real self",
17
+ "thematic_question": "Can art be alive without vulnerability?",
18
+ "authorial_position": "True art requires the courage to be imperfect and seen"
19
+ },
20
+ {
21
+ "id": "perspective_legacy_voice",
22
+ "label": "Legacy vs Individual Voice",
23
+ "description": "Inheriting grandmother's wisdom while needing to find one's own authentic expression—the gift is not the technique but the permission to be truthful",
24
+ "thematic_question": "How do we honor inheritance while becoming ourselves?",
25
+ "authorial_position": "Wisdom is passed not as formula but as example of courage"
26
+ },
27
+ {
28
+ "id": "perspective_safety_vulnerability",
29
+ "label": "Safety vs Vulnerability",
30
+ "description": "The protective armor of 'competent writing' versus the terrifying nakedness of authentic expression",
31
+ "thematic_question": "What must we risk to connect?",
32
+ "authorial_position": "Connection requires showing the wound, not the polished surface"
33
+ },
34
+ {
35
+ "id": "perspective_performance_presence",
36
+ "label": "Performance vs Presence",
37
+ "description": "Writing to impress/be validated externally versus writing to bridge souls through honest witness",
38
+ "thematic_question": "Who are we creating for?",
39
+ "authorial_position": "Art that matters speaks to our shared loneliness, not our aspirations"
40
+ },
41
+ {
42
+ "id": "perspective_knowing_modes",
43
+ "label": "Intellectual Understanding vs Intuitive Knowing",
44
+ "description": "The 'Unseen World' of intuition versus conscious analytical effort—Mia's feet lead her to the journal before her mind knows to look",
45
+ "thematic_question": "How do we learn what cannot be taught?",
46
+ "authorial_position": "Deep knowing comes through practice, failure, and listening to the body's wisdom"
47
+ }
48
+ ],
49
+ "players": [
50
+ {
51
+ "id": "player_mia",
52
+ "name": "Mia",
53
+ "structural_role": "Protagonist/Seeker",
54
+ "function": "The artist learning to breathe life into art through vulnerability",
55
+ "arc": "From technical writer afraid to be seen → truth-teller willing to risk connection",
56
+ "wound": "Fear of disappointing others, being 'not enough', losing love through inadequacy",
57
+ "desire": "To create work that truly connects, to honor grandmother's legacy",
58
+ "thematic_representation": "Every artist facing the terror of authentic self-revelation"
59
+ },
60
+ {
61
+ "id": "player_grandmother_elara",
62
+ "name": "Elara Thorne (Grandmother)",
63
+ "structural_role": "Mentor/Ghost Guide",
64
+ "function": "The voice of hard-won wisdom speaking through written legacy",
65
+ "arc": "Physically absent but spiritually present—her journal is her continued teaching",
66
+ "gift": "The Six Powers and the permission to fail repeatedly while learning",
67
+ "thematic_representation": "Ancestral wisdom, the continuity of creative struggle across generations"
68
+ },
69
+ {
70
+ "id": "player_langy",
71
+ "name": "Langy",
72
+ "structural_role": "Guardian/Threshold Keeper",
73
+ "function": "Protector of sacred creative space, enabler of discovery, gentle witness",
74
+ "arc": "Stable presence—the one who knew Mia would find the journal 'when ready'",
75
+ "gift": "Physical space where magic can happen, patience with process",
76
+ "thematic_representation": "The teacher who creates conditions but lets student discover"
77
+ },
78
+ {
79
+ "id": "player_critique_circle",
80
+ "name": "The Critique Circle (Tom, Lila, Sam, Emily)",
81
+ "structural_role": "Threshold Guardians/Witnesses",
82
+ "function": "Those who deliver the initial wound and later validate transformation",
83
+ "arc": "From judges delivering harsh truth → fellow seekers hungry for connection",
84
+ "significance": "They represent both the external critic and the community that receives authentic work",
85
+ "thematic_representation": "Audience/readers—initially demanding, ultimately yearning for truth"
86
+ },
87
+ {
88
+ "id": "player_journal",
89
+ "name": "The Journal",
90
+ "structural_role": "Talisman/Oracle/Living Artifact",
91
+ "function": "The teaching tool that responds to readiness, literally alive",
92
+ "magic": "Warms when touched truthfully, contains grandmother's process not just product",
93
+ "thematic_representation": "The living tradition of storytelling, wisdom that waits for the right moment"
94
+ },
95
+ {
96
+ "id": "player_tushell",
97
+ "name": "Tushell (Mia's character)",
98
+ "structural_role": "Mirror/Vessel",
99
+ "function": "The story-within-story character who allows Mia to speak her truth indirectly",
100
+ "significance": "When Mia gives Tushell her real fears, the character comes alive",
101
+ "thematic_representation": "All fictional characters as masks through which authors reveal themselves"
102
+ }
103
+ ],
104
+ "storypoints": [
105
+ {
106
+ "id": "sp_01_the_wound",
107
+ "label": "The Wound: Devastating Critique",
108
+ "description": "Mia receives feedback that her writing is 'predictable,' has 'no pulse,' shows she's 'afraid'—this cuts to her deepest fear",
109
+ "structural_significance": "Inciting incident that breaks Mia's defensive competence",
110
+ "transformation_catalyst": "Forces confrontation with the gap between technical skill and soulful expression"
111
+ },
112
+ {
113
+ "id": "sp_02_instinctive_seeking",
114
+ "label": "The Call: Feet Lead to Sacred Space",
115
+ "description": "Mia's body takes her to Langy's workshop 'without conscious direction'—intuition before intellect",
116
+ "structural_significance": "Demonstrates the 'Unseen World' acting before logic",
117
+ "transformation_catalyst": "First instance of trusting non-rational knowing"
118
+ },
119
+ {
120
+ "id": "sp_03_talisman_discovery",
121
+ "label": "Discovery of the Talisman",
122
+ "description": "Mia's fingers find grandmother's journal before her eyes do—it was 'waiting for the right moment'",
123
+ "structural_significance": "The mentor's teaching manifests physically",
124
+ "transformation_catalyst": "Introduction of the Six Powers as potential path forward",
125
+ "magical_moment": "Journal warms to her touch, tear makes ink shimmer"
126
+ },
127
+ {
128
+ "id": "sp_04_six_powers_teaching",
129
+ "label": "The Teaching: Six Powers Revealed",
130
+ "description": "Langy shows Mia the passage explaining Life, Love, Intelligence, Soul, Principle, Truth",
131
+ "structural_significance": "Map is given, but journey not yet begun",
132
+ "transformation_catalyst": "Offers framework but not formula—Mia must still learn by doing"
133
+ },
134
+ {
135
+ "id": "sp_05_mechanical_failure",
136
+ "label": "Failed Attempt: Technique Without Truth",
137
+ "description": "Mia tries to 'apply' the Powers mechanically—creates environmental simulation, name-drops concepts—it remains dead",
138
+ "structural_significance": "The necessary failure that teaches: you cannot fake soul",
139
+ "transformation_catalyst": "Forces Mia to confront that she's still performing, still afraid"
140
+ },
141
+ {
142
+ "id": "sp_06_grandmothers_confession",
143
+ "label": "The Revelation: Grandmother's Vulnerability",
144
+ "description": "Mia reads grandmother's journal entry about failing, deleting everything, being afraid—then writing from FEELING not description",
145
+ "structural_significance": "The mentor was also afraid—the gift is not perfection but courage to be imperfect",
146
+ "transformation_catalyst": "Permission to write badly, write truthfully, write the wound"
147
+ },
148
+ {
149
+ "id": "sp_07_first_true_words",
150
+ "label": "The Shift: Writing the Fear",
151
+ "description": "Mia writes: 'The Grey was where Mia went when words failed—a place inside her chest where the wind said, You're not enough'",
152
+ "structural_significance": "First moment of real vulnerability on the page",
153
+ "transformation_catalyst": "Breakthrough—naming her actual terror allows something to breathe"
154
+ },
155
+ {
156
+ "id": "sp_08_sympathetic_magic",
157
+ "label": "Workshop Magic: Environment Responds",
158
+ "description": "Plants turn green when Mia writes truth, wilt when she deletes false passages—the workshop itself validates authenticity",
159
+ "structural_significance": "External confirmation that she's found the path",
160
+ "transformation_catalyst": "Literal feedback loop—truth creates resonance in reality",
161
+ "magical_element": "Grandmother built 'sympathetic magic' into the workshop walls"
162
+ },
163
+ {
164
+ "id": "sp_09_deepening_practice",
165
+ "label": "The Practice: Three Days of Fragments",
166
+ "description": "Mia writes in fragments, following rightness not outline, letting story lead—integrating all Six Powers organically",
167
+ "structural_significance": "The messy middle of learning—practice without immediate mastery",
168
+ "transformation_catalyst": "Building confidence through repeated acts of courage"
169
+ },
170
+ {
171
+ "id": "sp_10_return_to_circle",
172
+ "label": "The Return: Sharing the Vulnerable Work",
173
+ "description": "Mia reads her new writing to the critique circle—terrified, voice shaking, but committed",
174
+ "structural_significance": "Hero returns with the elixir (authentic work) to test in the world",
175
+ "transformation_catalyst": "The ultimate risk—being truly seen by those who previously judged her"
176
+ },
177
+ {
178
+ "id": "sp_11_witness_transformation",
179
+ "label": "Transformation Witnessed: 'I Felt It'",
180
+ "description": "Tom says 'I felt it in my chest'—the work has successfully bridged souls, made him 'feel less alone' during his divorce",
181
+ "structural_significance": "External validation that vulnerability creates connection",
182
+ "transformation_catalyst": "The reader's tears confirm: this is what stories are for",
183
+ "ripple_effect": "The circle wants to learn, admits their own fears"
184
+ },
185
+ {
186
+ "id": "sp_12_integrated_understanding",
187
+ "label": "Integration: Powers as Practice Not Formula",
188
+ "description": "Mia writes in her journal: 'The Six Powers aren't a formula. They're a practice. A way of being honest when honesty feels impossible.'",
189
+ "structural_significance": "Full circle understanding—wisdom internalized",
190
+ "transformation_catalyst": "Can now teach what she's learned because she's lived it"
191
+ },
192
+ {
193
+ "id": "sp_13_ongoing_commitment",
194
+ "label": "Continuation: The Beginning of the Practice",
195
+ "description": "Mia creates list of 'Truths to Tell'—fears and truths she'll continue exploring—grandmother's voice says 'Now do it again'",
196
+ "structural_significance": "There is no arrival, only ongoing practice",
197
+ "transformation_catalyst": "Understanding that this is lifelong work, not a solved problem"
198
+ }
199
+ ],
200
+ "storybeats": [
201
+ {
202
+ "id": "beat_01",
203
+ "sequence": 1,
204
+ "event": "Critique circle gives Mia harsh feedback: 'Predictable. No pulse. Afraid.'",
205
+ "emotional_weight": "Devastating—strikes at core wound",
206
+ "structural_function": "Inciting incident"
207
+ },
208
+ {
209
+ "id": "beat_02",
210
+ "sequence": 2,
211
+ "event": "Emily specifically says the character 'doesn't breathe,' 'words marching in formation'",
212
+ "emotional_weight": "Echoes grandmother's old criticism—compounds pain",
213
+ "structural_function": "Deepens wound, creates urgency"
214
+ },
215
+ {
216
+ "id": "beat_03",
217
+ "sequence": 3,
218
+ "event": "Tom adds: 'technically competent but no pulse, no risk, like you're afraid to—'",
219
+ "emotional_weight": "Mia cuts him off, gathers pages, retreats",
220
+ "structural_function": "Breaking point—can't stay in this space"
221
+ },
222
+ {
223
+ "id": "beat_04",
224
+ "sequence": 4,
225
+ "event": "Outside, everything feels 'too bright'—sensory overwhelm from shame",
226
+ "emotional_weight": "Disorientation, raw exposure",
227
+ "structural_function": "Physical manifestation of emotional state"
228
+ },
229
+ {
230
+ "id": "beat_05",
231
+ "sequence": 5,
232
+ "event": "Feet carry Mia to Langy's workshop 'without conscious direction'",
233
+ "emotional_weight": "Body knows before mind—seeking sanctuary",
234
+ "structural_function": "Introduction of 'Unseen World' guidance"
235
+ },
236
+ {
237
+ "id": "beat_06",
238
+ "sequence": 6,
239
+ "event": "Workshop smells of 'aged paper, machine oil, time, maybe memory'",
240
+ "emotional_weight": "Sensory comfort, return to childhood safety",
241
+ "structural_function": "Establishing sacred space"
242
+ },
243
+ {
244
+ "id": "beat_07",
245
+ "sequence": 7,
246
+ "event": "Langy sees her pain immediately: 'Rough session?'",
247
+ "emotional_weight": "Being seen without judgment—relief and vulnerability",
248
+ "structural_function": "Guardian recognizes seeker's wound"
249
+ },
250
+ {
251
+ "id": "beat_08",
252
+ "sequence": 8,
253
+ "event": "Mia meant to speak casually but instead: 'They said my character doesn't breathe'",
254
+ "emotional_weight": "Truth spills out despite intention to minimize",
255
+ "structural_function": "Cannot hide pain from the guardian"
256
+ },
257
+ {
258
+ "id": "beat_09",
259
+ "sequence": 9,
260
+ "event": "Mia's instinct pulls her through shelves to find the journal hidden behind broken typewriter",
261
+ "emotional_weight": "Compulsion, rightness—'fingers found it before eyes did'",
262
+ "structural_function": "Talisman chooses its moment to be found"
263
+ },
264
+ {
265
+ "id": "beat_10",
266
+ "sequence": 10,
267
+ "event": "Journal cover patterns shift in light, warmth spreads from leather into Mia's palms",
268
+ "emotional_weight": "First magical recognition—journal is alive",
269
+ "structural_function": "Confirming this is a mystical object"
270
+ },
271
+ {
272
+ "id": "beat_11",
273
+ "sequence": 11,
274
+ "event": "Langy: 'I wondered when you'd find that.'—it was waiting for her",
275
+ "emotional_weight": "Destiny/timing—validation that this is her moment",
276
+ "structural_function": "Mentor reveals the teaching was always prepared"
277
+ },
278
+ {
279
+ "id": "beat_12",
280
+ "sequence": 12,
281
+ "event": "First page: 'Elara Thorne. Keeper of Stories. Believer in Living Things.'",
282
+ "emotional_weight": "Grief and longing—grandmother's voice returns",
283
+ "structural_function": "Establishing mentor's philosophy"
284
+ },
285
+ {
286
+ "id": "beat_13",
287
+ "sequence": 13,
288
+ "event": "Mia's tear falls on page, ink shimmers 'as if the words were pleased to be watered'",
289
+ "emotional_weight": "Magic accepts her grief as offering",
290
+ "structural_function": "Journal responds to authentic emotion"
291
+ },
292
+ {
293
+ "id": "beat_14",
294
+ "sequence": 14,
295
+ "event": "Margin notes throughout: 'Give him breath here. Let reader feel uncertain. Trust the silence.'",
296
+ "emotional_weight": "Grandmother still teaching through the pages",
297
+ "structural_function": "Process revealed, not just product"
298
+ },
299
+ {
300
+ "id": "beat_15",
301
+ "sequence": 15,
302
+ "event": "Langy: 'She said stories are living things. They need Life, Love, Soul.'",
303
+ "emotional_weight": "Introduction of the philosophy",
304
+ "structural_function": "First mention of what Mia must learn"
305
+ },
306
+ {
307
+ "id": "beat_16",
308
+ "sequence": 16,
309
+ "event": "Mia: 'Mine don't survive. Mine suffocate in competent description.'",
310
+ "emotional_weight": "Self-condemnation but also clarity about the problem",
311
+ "structural_function": "Naming the wound precisely"
312
+ },
313
+ {
314
+ "id": "beat_17",
315
+ "sequence": 17,
316
+ "event": "Langy turns to specific page—grandmother's entry on the Six Powers",
317
+ "emotional_weight": "The map is revealed",
318
+ "structural_function": "Core teaching moment"
319
+ },
320
+ {
321
+ "id": "beat_18",
322
+ "sequence": 18,
323
+ "event": "Mia reads: Life, Love, Intelligence, Soul, Principle, Truth—'Without these, just words. With them, it lives.'",
324
+ "emotional_weight": "Hope mixed with overwhelm—'I don't know how'",
325
+ "structural_function": "Framework given but journey begins"
326
+ },
327
+ {
328
+ "id": "beat_19",
329
+ "sequence": 19,
330
+ "event": "Langy: 'Neither did she at first. She failed for years. But she kept trying.'",
331
+ "emotional_weight": "Permission to fail—mentor also struggled",
332
+ "structural_function": "Reframes failure as necessary part of learning"
333
+ },
334
+ {
335
+ "id": "beat_20",
336
+ "sequence": 20,
337
+ "event": "Langy mentions 'Unseen World—place intuition speaks before logic shouts it down'",
338
+ "emotional_weight": "Naming the thing that led her here",
339
+ "structural_function": "Validating non-rational knowing"
340
+ },
341
+ {
342
+ "id": "beat_21",
343
+ "sequence": 21,
344
+ "event": "Journal presses against Mia's heartbeat 'or maybe the leather pressed back'",
345
+ "emotional_weight": "Mutual recognition between tool and wielder",
346
+ "structural_function": "Magic bonds with chosen bearer"
347
+ },
348
+ {
349
+ "id": "beat_22",
350
+ "sequence": 22,
351
+ "event": "Langy: 'Try. Fall. Try again. That's the only way stories learn to breathe.'",
352
+ "emotional_weight": "Clear directive—failure is not endpoint but method",
353
+ "structural_function": "Call to action despite fear"
354
+ },
355
+ {
356
+ "id": "beat_23",
357
+ "sequence": 23,
358
+ "event": "Mia's workspace 'too neat'—everything precisely calibrated for optimal writing",
359
+ "emotional_weight": "Control as defense against vulnerability",
360
+ "structural_function": "Shows how she's been approaching art mechanically"
361
+ },
362
+ {
363
+ "id": "beat_24",
364
+ "sequence": 24,
365
+ "event": "Reads grandmother's entry about the Grey, tries to replicate environment artificially",
366
+ "emotional_weight": "Earnest but misguided—still trying to control",
367
+ "structural_function": "First failed attempt—trying to simulate rather than feel"
368
+ },
369
+ {
370
+ "id": "beat_25",
371
+ "sequence": 25,
372
+ "event": "Writes: 'Grey wind whispered secrets, ancient and mysterious, carrying soul of world'—realizes it's empty",
373
+ "emotional_weight": "Frustration and disappointment—'same empty description'",
374
+ "structural_function": "Cannot fake soul by naming soul"
375
+ },
376
+ {
377
+ "id": "beat_26",
378
+ "sequence": 26,
379
+ "event": "Tries again: 'winds were alive with Soul, speaking truths'—even worse",
380
+ "emotional_weight": "Desperation growing—'just name-dropping Powers like ingredients'",
381
+ "structural_function": "Doubles down on wrong approach"
382
+ },
383
+ {
384
+ "id": "beat_27",
385
+ "sequence": 27,
386
+ "event": "Cursor blinks accusingly, Mia slams laptop shut in frustration",
387
+ "emotional_weight": "Breaking point of first attempt",
388
+ "structural_function": "Hitting bottom before breakthrough"
389
+ },
390
+ {
391
+ "id": "beat_28",
392
+ "sequence": 28,
393
+ "event": "Frantically searches journal for 'instructions, a spell'",
394
+ "emotional_weight": "Desperation—still seeking external answer",
395
+ "structural_function": "Not yet understanding the teaching"
396
+ },
397
+ {
398
+ "id": "beat_29",
399
+ "sequence": 29,
400
+ "event": "Finds grandmother's entry: 'Tried to write Sunstone. Described light 17 ways. All lies. All performance.'",
401
+ "emotional_weight": "Recognition—grandmother also struggled with this exact problem",
402
+ "structural_function": "Mentor reveals her own failure"
403
+ },
404
+ {
405
+ "id": "beat_30",
406
+ "sequence": 30,
407
+ "event": "Grandmother's revelation: 'Tomorrow I'll write what the light made me FEEL—ache in chest when I remember father'",
408
+ "emotional_weight": "The key unlocks—write feeling not description",
409
+ "structural_function": "Core teaching crystallizes"
410
+ },
411
+ {
412
+ "id": "beat_31",
413
+ "sequence": 31,
414
+ "event": "Later entry: 'It worked. The reader cried.'—proof that vulnerability connects",
415
+ "emotional_weight": "Hope kindles—this path leads somewhere real",
416
+ "structural_function": "Evidence that the method works"
417
+ },
418
+ {
419
+ "id": "beat_32",
420
+ "sequence": 32,
421
+ "event": "Mia closes eyes, asks herself: 'What does the Grey make me FEEL?'—Fear. Uncertainty.",
422
+ "emotional_weight": "Turning inward, getting honest",
423
+ "structural_function": "Shift from external to internal"
424
+ },
425
+ {
426
+ "id": "beat_33",
427
+ "sequence": 33,
428
+ "event": "Writes: 'Grey was where Mia went when words failed—where wind said You're not enough'",
429
+ "emotional_weight": "Hands shaking—writing the real fear",
430
+ "structural_function": "First breakthrough into truth"
431
+ },
432
+ {
433
+ "id": "beat_34",
434
+ "sequence": 34,
435
+ "event": "Continues: 'But today the wind said something else. Today it whispered: Try.'",
436
+ "emotional_weight": "Heart racing—barely coherent but ALIVE",
437
+ "structural_function": "Something breathes for first time"
438
+ },
439
+ {
440
+ "id": "beat_35",
441
+ "sequence": 35,
442
+ "event": "Mia reads it back: 'not good, barely coherent, but something felt alive'",
443
+ "emotional_weight": "Recognition of difference—imperfect but breathing",
444
+ "structural_function": "Validates new approach"
445
+ },
446
+ {
447
+ "id": "beat_36",
448
+ "sequence": 36,
449
+ "event": "Three days writing in fragments, reading grandmother's frustrations",
450
+ "emotional_weight": "Patient practice, building confidence",
451
+ "structural_function": "Montage of learning"
452
+ },
453
+ {
454
+ "id": "beat_37",
455
+ "sequence": 37,
456
+ "event": "Day four: 'something shifted'—stops trying to write ABOUT, just writes",
457
+ "emotional_weight": "Effortlessness after effort—flow state",
458
+ "structural_function": "Integrated understanding"
459
+ },
460
+ {
461
+ "id": "beat_38",
462
+ "sequence": 38,
463
+ "event": "Writes about Tushell's laughter—workshop plants turn greener, leaves turn toward desk",
464
+ "emotional_weight": "Wonder and confirmation—magic is real",
465
+ "structural_function": "Environment responds to Life"
466
+ },
467
+ {
468
+ "id": "beat_39",
469
+ "sequence": 39,
470
+ "event": "Deletes false paragraph—plants wilt slightly",
471
+ "emotional_weight": "Feedback loop confirmed—truth has material effect",
472
+ "structural_function": "Workshop validates authenticity"
473
+ },
474
+ {
475
+ "id": "beat_40",
476
+ "sequence": 40,
477
+ "event": "Langy explains: 'Grandmother built sympathetic magic into walls. Trust it.'",
478
+ "emotional_weight": "Mentor normalizes the magic",
479
+ "structural_function": "Sacred space confirmed as teaching tool"
480
+ },
481
+ {
482
+ "id": "beat_41",
483
+ "sequence": 41,
484
+ "event": "Mia laughs—surprised by sound, 'how it bounced off ceiling and came back warmer'",
485
+ "emotional_weight": "Joy breaking through—delight in discovery",
486
+ "structural_function": "Emotional thawing"
487
+ },
488
+ {
489
+ "id": "beat_42",
490
+ "sequence": 42,
491
+ "event": "Writes scene of connection, 'leaning into vulnerability—scary possibility reader might see her'",
492
+ "emotional_weight": "Consciously choosing exposure",
493
+ "structural_function": "Deliberate practice of Soul"
494
+ },
495
+ {
496
+ "id": "beat_43",
497
+ "sequence": 43,
498
+ "event": "Workshop air grows warmer as she writes truthfully",
499
+ "emotional_weight": "Environmental validation continues",
500
+ "structural_function": "Love recognized"
501
+ },
502
+ {
503
+ "id": "beat_44",
504
+ "sequence": 44,
505
+ "event": "Writes Tushell solving riddle through listening—Langy's machines harmonize with keystrokes",
506
+ "emotional_weight": "Synchronization—in flow with environment",
507
+ "structural_function": "Intelligence manifesting as pattern"
508
+ },
509
+ {
510
+ "id": "beat_45",
511
+ "sequence": 45,
512
+ "event": "Writes about Principle—structure emerging from emotional logic not outline",
513
+ "emotional_weight": "Understanding form follows feeling",
514
+ "structural_function": "Organic structure vs imposed structure"
515
+ },
516
+ {
517
+ "id": "beat_46",
518
+ "sequence": 46,
519
+ "event": "Writes about Truth—Tushell admitting fear of disappointing believers, hands still",
520
+ "emotional_weight": "Recognizes: 'That was her fear. Had always been.'",
521
+ "structural_function": "Full self-revelation through character"
522
+ },
523
+ {
524
+ "id": "beat_47",
525
+ "sequence": 47,
526
+ "event": "Writes: 'What if I'm not who you think I am?' Trees answer: 'We'll still be here.'",
527
+ "emotional_weight": "Ultimate vulnerability met with unconditional presence",
528
+ "structural_function": "Core truth of story—being seen and not abandoned"
529
+ },
530
+ {
531
+ "id": "beat_48",
532
+ "sequence": 48,
533
+ "event": "Single leaf drifts from plant onto keyboard—workshop blesses the work",
534
+ "emotional_weight": "Benediction from magic",
535
+ "structural_function": "Confirmation ceremony"
536
+ },
537
+ {
538
+ "id": "beat_49",
539
+ "sequence": 49,
540
+ "event": "Langy: 'Good. That's very good.'—without looking up",
541
+ "emotional_weight": "Mentor's quiet pride",
542
+ "structural_function": "Guardian witnesses completion"
543
+ },
544
+ {
545
+ "id": "beat_50",
546
+ "sequence": 50,
547
+ "event": "Return to café—'wrong. Too loud, too bright'—back to ordinary world",
548
+ "emotional_weight": "Re-entry anxiety, leaving sacred space",
549
+ "structural_function": "Hero must return with elixir"
550
+ },
551
+ {
552
+ "id": "beat_51",
553
+ "sequence": 51,
554
+ "event": "Hands tremble setting up laptop, Lila asks if she's okay",
555
+ "emotional_weight": "Terror of being seen",
556
+ "structural_function": "Ultimate test approaching"
557
+ },
558
+ {
559
+ "id": "beat_52",
560
+ "sequence": 52,
561
+ "event": "Mia: 'I'm terrified. I don't want gentle. I want honest. This is different.'",
562
+ "emotional_weight": "Claiming the vulnerability, asking for real witness",
563
+ "structural_function": "Setting terms for authentic exchange"
564
+ },
565
+ {
566
+ "id": "beat_53",
567
+ "sequence": 53,
568
+ "event": "Tom settles with his red pen 'like a weapon or scalpel'",
569
+ "emotional_weight": "Fear of judgment personified",
570
+ "structural_function": "Threshold guardian in position"
571
+ },
572
+ {
573
+ "id": "beat_54",
574
+ "sequence": 54,
575
+ "event": "Mia begins reading, voice catches then steadies",
576
+ "emotional_weight": "Courage in action despite fear",
577
+ "structural_function": "Crossing threshold"
578
+ },
579
+ {
580
+ "id": "beat_55",
581
+ "sequence": 55,
582
+ "event": "Café noise fades as she reads—or seems to—they can hear Tushell's laughter",
583
+ "emotional_weight": "Story creates its own reality for listeners",
584
+ "structural_function": "Work carries its own magic beyond workshop"
585
+ },
586
+ {
587
+ "id": "beat_56",
588
+ "sequence": 56,
589
+ "event": "Throat tightens at vulnerable part, almost stops, but Lila's eyes are wet, Sam leaning forward",
590
+ "emotional_weight": "Witnessing their response gives courage to continue",
591
+ "structural_function": "Connection happening in real-time"
592
+ },
593
+ {
594
+ "id": "beat_57",
595
+ "sequence": 57,
596
+ "event": "Reads final line about trees staying—voice barely whisper—then silence",
597
+ "emotional_weight": "Completion, exposure, can't breathe",
598
+ "structural_function": "Waiting for verdict"
599
+ },
600
+ {
601
+ "id": "beat_58",
602
+ "sequence": 58,
603
+ "event": "Espresso machine hisses, phone buzzes—ordinary world intrudes on sacred moment",
604
+ "emotional_weight": "Excruciating suspended time",
605
+ "structural_function": "Beat of uncertainty"
606
+ },
607
+ {
608
+ "id": "beat_59",
609
+ "sequence": 59,
610
+ "event": "Sam: 'Jesus. Jesus, Mia. That was—' Takes off glasses, wipes them",
611
+ "emotional_weight": "Overwhelmed response—needs moment to process",
612
+ "structural_function": "First crack in the judgment"
613
+ },
614
+ {
615
+ "id": "beat_60",
616
+ "sequence": 60,
617
+ "event": "Lila's voice breaks: 'That felt real.'",
618
+ "emotional_weight": "Simple but profound recognition",
619
+ "structural_function": "Truth acknowledged"
620
+ },
621
+ {
622
+ "id": "beat_61",
623
+ "sequence": 61,
624
+ "event": "Tom sets down red pen, picks up, sets down—'I felt it. In my chest. The fear.'",
625
+ "emotional_weight": "Critic transformed, weapon lowered",
626
+ "structural_function": "Threshold guardian becomes ally"
627
+ },
628
+ {
629
+ "id": "beat_62",
630
+ "sequence": 62,
631
+ "event": "Emily squeezes Mia's hand: 'What changed?'",
632
+ "emotional_weight": "Touch—physical confirmation of connection",
633
+ "structural_function": "Bridge between souls confirmed"
634
+ },
635
+ {
636
+ "id": "beat_63",
637
+ "sequence": 63,
638
+ "event": "Mia: 'I stopped trying to be perfect. Started trying to be honest.'",
639
+ "emotional_weight": "Can articulate the lesson simply",
640
+ "structural_function": "Wisdom distilled"
641
+ },
642
+ {
643
+ "id": "beat_64",
644
+ "sequence": 64,
645
+ "event": "Tom critiques middle dialogue but smiles: 'But the soul? You found it.'",
646
+ "emotional_weight": "Technical notes don't diminish emotional impact",
647
+ "structural_function": "Imperfection doesn't negate truth"
648
+ },
649
+ {
650
+ "id": "beat_65",
651
+ "sequence": 65,
652
+ "event": "Sam immediately: 'How? How did you find it? I want to learn.'",
653
+ "emotional_weight": "Hunger for what she's discovered",
654
+ "structural_function": "Ripple effect begins"
655
+ },
656
+ {
657
+ "id": "beat_66",
658
+ "sequence": 66,
659
+ "event": "Hour-long conversation about fear, courage, offering self on page",
660
+ "emotional_weight": "Collective vulnerability—circle transforms",
661
+ "structural_function": "Community alchemy"
662
+ },
663
+ {
664
+ "id": "beat_67",
665
+ "sequence": 67,
666
+ "event": "Tom admits writing to impress, Lila fears melodrama, Sam locked emotions on purpose",
667
+ "emotional_weight": "Others reveal their wounds",
668
+ "structural_function": "Mia's courage gives permission"
669
+ },
670
+ {
671
+ "id": "beat_68",
672
+ "sequence": 68,
673
+ "event": "Emily: 'We all needed to hear both stories—Tushell's and yours about being brave.'",
674
+ "emotional_weight": "Meta-recognition of dual narrative",
675
+ "structural_function": "The teaching is in the telling"
676
+ },
677
+ {
678
+ "id": "beat_69",
679
+ "sequence": 69,
680
+ "event": "Tom stops Mia leaving: shares he's divorcing, 'first thing in months that made me feel less alone'",
681
+ "emotional_weight": "Private confession of impact—his wound shown",
682
+ "structural_function": "Individual transformation witnessed"
683
+ },
684
+ {
685
+ "id": "beat_70",
686
+ "sequence": 70,
687
+ "event": "Walking home, evening air 'felt different, lighter'",
688
+ "emotional_weight": "Physical relief, burden lifted",
689
+ "structural_function": "Changed by the ordeal"
690
+ },
691
+ {
692
+ "id": "beat_71",
693
+ "sequence": 71,
694
+ "event": "Journal in bag 'seemed to pulse gently, keeping time with heartbeat'",
695
+ "emotional_weight": "Magic acknowledges success",
696
+ "structural_function": "Talisman satisfied"
697
+ },
698
+ {
699
+ "id": "beat_72",
700
+ "sequence": 72,
701
+ "event": "Bedroom scene: rain pattering 'like world trying to tell her something in code'",
702
+ "emotional_weight": "Attunement to subtle communication",
703
+ "structural_function": "Unseen World still speaking"
704
+ },
705
+ {
706
+ "id": "beat_73",
707
+ "sequence": 73,
708
+ "event": "Sits with journal and laptop, 'just breathing'",
709
+ "emotional_weight": "Quiet integration, no urgency",
710
+ "structural_function": "Rest after ordeal"
711
+ },
712
+ {
713
+ "id": "beat_74",
714
+ "sequence": 74,
715
+ "event": "Writes in journal: 'Today I shared my story. Not the perfect one. The scary one.'",
716
+ "emotional_weight": "Claiming what she did",
717
+ "structural_function": "Journaling the journey"
718
+ },
719
+ {
720
+ "id": "beat_75",
721
+ "sequence": 75,
722
+ "event": "Rain intensifies then softens—responsive environment continues",
723
+ "emotional_weight": "World still listening",
724
+ "structural_function": "Magic persists beyond workshop"
725
+ },
726
+ {
727
+ "id": "beat_76",
728
+ "sequence": 76,
729
+ "event": "Reflects: Tom felt less alone—'That's what Grandmother meant. Stories bridge solitary souls.'",
730
+ "emotional_weight": "Understanding the purpose of art",
731
+ "structural_function": "Core wisdom internalized"
732
+ },
733
+ {
734
+ "id": "beat_77",
735
+ "sequence": 77,
736
+ "event": "Writes: 'Six Powers aren't formula. They're practice. Being honest when honesty feels impossible.'",
737
+ "emotional_weight": "Articulating deep understanding",
738
+ "structural_function": "Teaching integrated"
739
+ },
740
+ {
741
+ "id": "beat_78",
742
+ "sequence": 78,
743
+ "event": "Journal beside her warms, embossed patterns 'looked like words, or veins, carrying blood'",
744
+ "emotional_weight": "Talisman recognizes mastery",
745
+ "structural_function": "Magic acknowledges completion"
746
+ },
747
+ {
748
+ "id": "beat_79",
749
+ "sequence": 79,
750
+ "event": "Whispers to empty room, to grandmother: 'I understand now. You weren't teaching me to write. You were teaching me to be seen.'",
751
+ "emotional_weight": "Full comprehension of the gift",
752
+ "structural_function": "Truth named completely"
753
+ },
754
+ {
755
+ "id": "beat_80",
756
+ "sequence": 80,
757
+ "event": "Types out understanding of each Power through her own lens",
758
+ "emotional_weight": "Making the teaching her own",
759
+ "structural_function": "Claiming authority"
760
+ },
761
+ {
762
+ "id": "beat_81",
763
+ "sequence": 81,
764
+ "event": "Closes laptop, journal pulses 'definitely this time'—then settles to stillness",
765
+ "emotional_weight": "Release, completion of this cycle",
766
+ "structural_function": "Talisman's work done for now"
767
+ },
768
+ {
769
+ "id": "beat_82",
770
+ "sequence": 82,
771
+ "event": "Outside, rain stops, 'world smelled clean'",
772
+ "emotional_weight": "Renewal, freshness, new beginning",
773
+ "structural_function": "Environmental reset"
774
+ },
775
+ {
776
+ "id": "beat_83",
777
+ "sequence": 83,
778
+ "event": "Pulls out fresh paper notebook—'some things need weight of pen on page'",
779
+ "emotional_weight": "Honoring the physical, the embodied",
780
+ "structural_function": "Tactile commitment"
781
+ },
782
+ {
783
+ "id": "beat_84",
784
+ "sequence": 84,
785
+ "event": "Writes title: 'Story Ideas. Truths to Tell.'",
786
+ "emotional_weight": "Forward motion, ongoing practice",
787
+ "structural_function": "Commitment to continue"
788
+ },
789
+ {
790
+ "id": "beat_85",
791
+ "sequence": 85,
792
+ "event": "Lists her fears: disappointing people, being ordinary, losing everyone, wanting things she can't name",
793
+ "emotional_weight": "Radical honesty with self",
794
+ "structural_function": "Naming the wells to draw from"
795
+ },
796
+ {
797
+ "id": "beat_86",
798
+ "sequence": 86,
799
+ "event": "Then truths: 'I'm afraid. I'm trying anyway. That's all anyone can do.'",
800
+ "emotional_weight": "Simple profound acceptance",
801
+ "structural_function": "Core ethic established"
802
+ },
803
+ {
804
+ "id": "beat_87",
805
+ "sequence": 87,
806
+ "event": "Smiles, sets down pen, desk lamp flickers 'as if winking'",
807
+ "emotional_weight": "Playfulness, lightness—magic as companion",
808
+ "structural_function": "Ongoing relationship with enchantment"
809
+ },
810
+ {
811
+ "id": "beat_88",
812
+ "sequence": 88,
813
+ "event": "Says aloud: 'This is just the beginning'",
814
+ "emotional_weight": "Understanding there's no arrival",
815
+ "structural_function": "Commitment to lifelong practice"
816
+ },
817
+ {
818
+ "id": "beat_89",
819
+ "sequence": 89,
820
+ "event": "Grandmother's laugh heard in the dark 'between worlds'—delighted, proud",
821
+ "emotional_weight": "Ancestor's blessing from beyond",
822
+ "structural_function": "Spiritual validation"
823
+ },
824
+ {
825
+ "id": "beat_90",
826
+ "sequence": 90,
827
+ "event": "Grandmother's voice: 'Good. Now do it again.'",
828
+ "emotional_weight": "Ongoing call to practice—love as demand",
829
+ "structural_function": "Circle closes but spiral continues"
830
+ }
831
+ ],
832
+ "dynamics": [
833
+ {
834
+ "id": "dynamic_fear_to_courage",
835
+ "label": "Fear → Courage Through Vulnerability",
836
+ "description": "The transformative arc from protective self-concealment to courageous self-revelation. Not elimination of fear but action despite it.",
837
+ "narrative_force": "Primary engine of character change",
838
+ "manifestation": "Mia moves from 'afraid to risk' → writing mechanical prose → writing her actual terror → sharing it publicly",
839
+ "thematic_significance": "Courage is not absence of fear but offering the wound anyway"
840
+ },
841
+ {
842
+ "id": "dynamic_inheritance",
843
+ "label": "Wisdom Transmission Across Generations",
844
+ "description": "Knowledge passing from grandmother to granddaughter, not as formula but as lived example of courageous practice",
845
+ "narrative_force": "Gives weight and lineage to the journey",
846
+ "manifestation": "Journal as bridge between dead and living, grandmother's failures teaching as much as successes",
847
+ "thematic_significance": "We inherit not techniques but permission to struggle"
848
+ },
849
+ {
850
+ "id": "dynamic_sympathetic_magic",
851
+ "label": "Environment Responds to Truth",
852
+ "description": "The literal physical responsiveness of world to authentic expression—plants, air, light all react to what's written",
853
+ "narrative_force": "Provides immediate feedback and validation",
854
+ "manifestation": "Plants green/wilt, air warms/cools, machines harmonize based on truth of writing",
855
+ "thematic_significance": "Reality itself validates authenticity; truth has material effects"
856
+ },
857
+ {
858
+ "id": "dynamic_creative_suffering",
859
+ "label": "Necessary Pain of Becoming",
860
+ "description": "The unavoidable discomfort of growth—failure, exposure, vulnerability as essential parts of artistic development",
861
+ "narrative_force": "Creates dramatic tension and stakes",
862
+ "manifestation": "Mia's initial devastation, failed attempts, terror before sharing, grandmother's years of failure",
863
+ "thematic_significance": "Mastery requires willingness to be terrible first"
864
+ },
865
+ {
866
+ "id": "dynamic_community_alchemy",
867
+ "label": "Individual Transformation Rippling Outward",
868
+ "description": "One person's courage to be vulnerable gives others permission—transformation is contagious",
869
+ "narrative_force": "Expands impact beyond individual journey",
870
+ "manifestation": "Critique circle transforms from judges to fellow seekers, Tom shares his divorce pain, all want to learn",
871
+ "thematic_significance": "Authentic work doesn't just move individuals—it transforms communities"
872
+ },
873
+ {
874
+ "id": "dynamic_six_powers_themselves",
875
+ "label": "The Six Powers as Meta-Dynamic",
876
+ "description": "Life, Love, Intelligence, Soul, Principle, Truth function as both content (what Mia learns) and form (how story is structured)",
877
+ "narrative_force": "Creates recursive self-referential structure",
878
+ "manifestation": "Story about Six Powers is written WITH Six Powers—demonstrates what it describes",
879
+ "thematic_significance": "Teaching and demonstration are unified"
880
+ },
881
+ {
882
+ "id": "dynamic_unseen_world",
883
+ "label": "Intuition Before Logic",
884
+ "description": "Non-rational knowing that guides when analytical mind cannot—body/instinct/magic as reliable guides",
885
+ "narrative_force": "Allows for mystical elements to feel earned",
886
+ "manifestation": "Feet leading to workshop, fingers finding journal, knowing when writing is true",
887
+ "thematic_significance": "Deepest wisdom comes through the body and feeling, not just thinking"
888
+ }
889
+ ]
890
+ },
891
+ "storytelling": {
892
+ "overviews": [
893
+ {
894
+ "id": "overview_meta_narrative",
895
+ "title": "A Story About Storytelling",
896
+ "description": "This is explicitly a meta-narrative—a story about learning to write stories. The Six Powers that Mia learns are simultaneously the subject matter and the technique through which the narrative itself is constructed. The grandmother's journal serves as both plot device and actual teaching manual. The reader experiences the principles BY experiencing a story that embodies them."
897
+ },
898
+ {
899
+ "id": "overview_generational_transmission",
900
+ "title": "Wisdom Passing Between Generations",
901
+ "description": "Framed as inheritance: a granddaughter receiving her late grandmother's artistic wisdom through a magical journal. This creates poignancy—the mentor cannot speak directly but her voice remains alive through written legacy. Explores how we carry forward the gifts of those who came before while making them our own."
902
+ },
903
+ {
904
+ "id": "overview_heroine_journey",
905
+ "title": "Classic Hero's Journey Structure",
906
+ "description": "Follows archetypal structure: Ordinary World (competent but soulless writing) → Call (devastating critique) → Threshold (workshop) → Mentor (journal) → Trials (failed attempts) → Death/Rebirth (writing vulnerability) → Return (sharing with circle) → Integration (ongoing practice). Traditional narrative shape made fresh through specificity."
907
+ },
908
+ {
909
+ "id": "overview_magical_realism",
910
+ "title": "Grounded Magic in Realistic Setting",
911
+ "description": "Contemporary realist frame (critique circles, coffee shops, laptops) punctuated by subtle magical elements: journal that warms and pulses, plants responding to prose, workshop built with 'sympathetic magic,' grandmother's voice from beyond. Magic is treated matter-of-factly, normalized, integrated into emotional reality rather than spectacular."
912
+ },
913
+ {
914
+ "id": "overview_craft_manual_disguised",
915
+ "title": "Writing Advice Embedded in Fiction",
916
+ "description": "Functions as actual instructional text about creative writing while being engaging story. The Six Powers are legitimate craft principles delivered through character discovery rather than didactic explanation. Reader learns alongside Mia—experiences the teaching rather than being told the teaching."
917
+ }
918
+ ],
919
+ "moments": [
920
+ {
921
+ "id": "moment_01_opening_wound",
922
+ "title": "The Devastating Critique",
923
+ "beat_references": ["beat_01", "beat_02", "beat_03"],
924
+ "scene_summary": "Critique circle delivers harsh judgment on Mia's writing—Emily says character 'doesn't breathe,' Tom calls it 'technically competent but no pulse,' says she's 'afraid'",
925
+ "narrative_technique": "Opens in medias res with single word 'Predictable' landing 'like stone in water'—visceral language, sensory detail (coffee stain, paper rough against fingers, light 'too bright'), internal reaction",
926
+ "emotional_register": "Shame, exposure, defensive retreat",
927
+ "significance": "Establishes wound and inciting incident; shows Mia's competence isn't enough"
928
+ },
929
+ {
930
+ "id": "moment_02_sanctuary_seeking",
931
+ "title": "Feet Lead to Workshop",
932
+ "beat_references": ["beat_04", "beat_05", "beat_06"],
933
+ "scene_summary": "Overwhelmed, Mia's body takes her to Langy's workshop 'without conscious direction'—a place she's visited since childhood when grandmother brought her",
934
+ "narrative_technique": "Sensory grounding (workshop smells: aged paper, machine oil, time/memory), callback to childhood safety, introduces guardian figure",
935
+ "emotional_register": "Disorientation shifting to relief",
936
+ "significance": "Establishes sacred space and demonstrates 'Unseen World' guidance"
937
+ },
938
+ {
939
+ "id": "moment_03_finding_journal",
940
+ "title": "Discovery of the Living Talisman",
941
+ "beat_references": ["beat_09", "beat_10", "beat_11"],
942
+ "scene_summary": "Drawn by instinct, Mia finds grandmother's journal hidden behind broken typewriter—'fingers found it before eyes did'—leather warm in her hands, patterns shifting in light",
943
+ "narrative_technique": "Tactile detail (leather 'worn soft as skin'), magical realism (warmth spreading from palms 'up wrists, settling behind ribs'), visual imagery (dust motes in slanted light)",
944
+ "emotional_register": "Compulsion, recognition, wonder",
945
+ "significance": "Introduces magical object and begins inheritance theme"
946
+ },
947
+ {
948
+ "id": "moment_04_tear_blessing",
949
+ "title": "The Journal Accepts Her Grief",
950
+ "beat_references": ["beat_12", "beat_13", "beat_14"],
951
+ "scene_summary": "Reading grandmother's inscription, Mia cries—tear falls on page, ink shimmers 'as if words were pleased to be watered'",
952
+ "narrative_technique": "Subtle magic treated as natural observation, personification of journal as having preferences, emotional breakthrough through tactile interaction",
953
+ "emotional_register": "Grief transforming to connection",
954
+ "significance": "Journal chooses her; grief is validated as offering"
955
+ },
956
+ {
957
+ "id": "moment_05_six_powers_revealed",
958
+ "title": "The Teaching Manifests",
959
+ "beat_references": ["beat_17", "beat_18", "beat_19"],
960
+ "scene_summary": "Langy turns to specific page, Mia reads grandmother's entry on Six Powers: Life, Love, Intelligence, Soul, Principle, Truth—'Without these, just words. With them, it lives.'",
961
+ "narrative_technique": "Embedded text-within-text, moment of stillness ('workshop seemed very quiet'), lists used structurally",
962
+ "emotional_register": "Hope mixed with overwhelm",
963
+ "significance": "Central teaching delivered; framework for rest of narrative"
964
+ },
965
+ {
966
+ "id": "moment_06_mechanical_failure",
967
+ "title": "First Attempt: Faking It",
968
+ "beat_references": ["beat_23", "beat_24", "beat_25", "beat_26"],
969
+ "scene_summary": "At perfectly calibrated workspace, Mia tries to artificially create environment from grandmother's writing, writes about 'Grey wind' but realizes it's empty—'just name-dropping Powers like ingredients'",
970
+ "narrative_technique": "Showing failed writing examples directly, contrast between controlled environment and dead prose, mounting frustration",
971
+ "emotional_register": "Earnest effort collapsing into frustration",
972
+ "significance": "Demonstrates you cannot mechanically apply soul"
973
+ },
974
+ {
975
+ "id": "moment_07_grandmothers_confession",
976
+ "title": "The Mentor Also Failed",
977
+ "beat_references": ["beat_29", "beat_30", "beat_31"],
978
+ "scene_summary": "Mia finds grandmother's vulnerable journal entry about failing to write Sunstone—'Described light 17 ways. All lies. All performance.'—then decision to write FEELING not description, followed by: 'It worked. The reader cried.'",
979
+ "narrative_technique": "Nested journal entries, showing process over time (different ink, different dates), wisdom earned through failure",
980
+ "emotional_register": "Recognition leading to hope",
981
+ "significance": "Permission to fail; reframes struggle as necessary"
982
+ },
983
+ {
984
+ "id": "moment_08_first_true_words",
985
+ "title": "Writing the Fear Itself",
986
+ "beat_references": ["beat_32", "beat_33", "beat_34", "beat_35"],
987
+ "scene_summary": "Mia asks herself 'What does Grey make me FEEL?'—writes: 'Grey was where Mia went when words failed—where wind said You're not enough. But today it whispered: Try.' Hands shaking, heart racing, 'not good, barely coherent, but something felt alive'",
988
+ "narrative_technique": "Direct presentation of breakthrough prose, physical symptoms of vulnerability, immediate self-assessment",
989
+ "emotional_register": "Terror transforming to aliveness",
990
+ "significance": "First moment of authentic expression"
991
+ },
992
+ {
993
+ "id": "moment_09_sympathetic_magic",
994
+ "title": "The Workshop Responds",
995
+ "beat_references": ["beat_38", "beat_39", "beat_40", "beat_41"],
996
+ "scene_summary": "Writing about Tushell's laughter, Mia notices plants turn greener, leaves turn toward desk—deletes false paragraph, plants wilt—Langy confirms: 'Grandmother built sympathetic magic into walls'",
997
+ "narrative_technique": "Magical realism escalates from subtle to undeniable, mentor validates the impossible, character's laugh 'bounced off ceiling came back warmer'",
998
+ "emotional_register": "Wonder, delight, confirmation",
999
+ "significance": "External validation of internal truth; magic rewards authenticity"
1000
+ },
1001
+ {
1002
+ "id": "moment_10_writing_the_wound",
1003
+ "title": "Tushell Admits His Fear",
1004
+ "beat_references": ["beat_46", "beat_47", "beat_48"],
1005
+ "scene_summary": "Mia writes Truth—Tushell asking 'What if I'm not who you think I am?' and trees responding 'We'll still be here'—recognizes this is HER fear—workshop holds breath, single leaf drifts onto keyboard",
1006
+ "narrative_technique": "Character-as-mirror device, minimal but profound dialogue, environmental response as blessing, nested recognition (character fear = author fear)",
1007
+ "emotional_register": "Ultimate vulnerability met with acceptance",
1008
+ "significance": "Core emotional truth of entire narrative"
1009
+ },
1010
+ {
1011
+ "id": "moment_11_return_terror",
1012
+ "title": "Back to the Circle",
1013
+ "beat_references": ["beat_50", "beat_51", "beat_52", "beat_53"],
1014
+ "scene_summary": "Café feels 'wrong—too loud, too bright'—Mia's hands tremble, Lila worried, but Mia claims it: 'I'm terrified. I don't want gentle. I want honest. This is different.'",
1015
+ "narrative_technique": "Sensory disorientation (ordinary world harsh after sacred space), direct statement of fear, shift in power dynamic (Mia sets terms)",
1016
+ "emotional_register": "Terror with determination",
1017
+ "significance": "Hero returns with elixir to be tested"
1018
+ },
1019
+ {
1020
+ "id": "moment_12_reading_aloud",
1021
+ "title": "Speaking the Vulnerable Truth",
1022
+ "beat_references": ["beat_54", "beat_55", "beat_56", "beat_57"],
1023
+ "scene_summary": "Mia reads new work—voice catches then steadies, café noise fades, they can hear Tushell's laughter, throat tightens at vulnerable part but Lila crying, Sam leaning in give courage to finish",
1024
+ "narrative_technique": "Magic extends beyond workshop (work creates its own reality), escalating physical symptoms, witnessing in real-time, sensory detail (espresso machine 'hissing like judgment')",
1025
+ "emotional_register": "Fear sustained through to completion",
1026
+ "significance": "Ultimate act of courage"
1027
+ },
1028
+ {
1029
+ "id": "moment_13_the_silence",
1030
+ "title": "Waiting for Judgment",
1031
+ "beat_references": ["beat_57", "beat_58"],
1032
+ "scene_summary": "After final line about trees—silence—espresso machine intrudes, phone buzzes, Mia 'couldn't breathe'",
1033
+ "narrative_technique": "Suspended time, mundane details heightened, physical paralysis",
1034
+ "emotional_register": "Excruciating vulnerability",
1035
+ "significance": "Peak tension before transformation"
1036
+ },
1037
+ {
1038
+ "id": "moment_14_breakthrough_witnessed",
1039
+ "title": "'I Felt It'—Connection Confirmed",
1040
+ "beat_references": ["beat_59", "beat_60", "beat_61", "beat_62"],
1041
+ "scene_summary": "Sam overwhelmed, Lila's voice breaks ('That felt real'), Tom sets down red pen: 'I felt it. In my chest. The fear.'—Emily squeezes Mia's hand",
1042
+ "narrative_technique": "Multiple perspectives responding, physical gestures (glasses wiped, pen set down, hand squeezed), simple declarative language carries weight",
1043
+ "emotional_register": "Relief, validation, connection confirmed",
1044
+ "significance": "Work successfully bridges souls"
1045
+ },
1046
+ {
1047
+ "id": "moment_15_tom_confession",
1048
+ "title": "The Critic's Private Wound",
1049
+ "beat_references": ["beat_69"],
1050
+ "scene_summary": "Tom stops Mia leaving, confesses he's divorcing—'first thing in months that made me feel less alone'—specifically mentions trees 'being there' line",
1051
+ "narrative_technique": "Private moment after public one, reveals judge has own pain, specific callback to story detail that moved him",
1052
+ "emotional_register": "Quiet revelation of impact",
1053
+ "significance": "Individual transformation; shows work met him where he lives"
1054
+ },
1055
+ {
1056
+ "id": "moment_16_walking_home",
1057
+ "title": "The World Changed",
1058
+ "beat_references": ["beat_70", "beat_71"],
1059
+ "scene_summary": "Evening air 'felt different on her skin, lighter'—journal in bag 'seemed to pulse gently, keeping time with heartbeat'",
1060
+ "narrative_technique": "Sensory shift indicating internal change, talisman as companion now not teacher",
1061
+ "emotional_register": "Lightness, relief, satisfaction",
1062
+ "significance": "Ordeal survived; different person returning"
1063
+ },
1064
+ {
1065
+ "id": "moment_17_rain_speaking",
1066
+ "title": "Listening to the Unseen",
1067
+ "beat_references": ["beat_72", "beat_73"],
1068
+ "scene_summary": "Bedroom, rain pattering 'like world trying to tell her something in code'—sits with journal and laptop 'just breathing'",
1069
+ "narrative_technique": "Anthropomorphized environment, stillness after action, contemplative mood",
1070
+ "emotional_register": "Quiet integration",
1071
+ "significance": "Attunement to subtle communication continues"
1072
+ },
1073
+ {
1074
+ "id": "moment_18_journaling_understanding",
1075
+ "title": "Writing Her Own Entry",
1076
+ "beat_references": ["beat_74", "beat_76", "beat_77", "beat_78"],
1077
+ "scene_summary": "Mia journals: 'Shared my story. Not perfect one. Scary one.'—reflects on Tom feeling less alone—writes: 'Six Powers aren't formula. They're practice.'—journal warms, patterns look like veins",
1078
+ "narrative_technique": "Character becomes keeper of wisdom now, embedded reflective text, talisman acknowledges mastery",
1079
+ "emotional_register": "Clarity, ownership",
1080
+ "significance": "Teaching internalized and made her own"
1081
+ },
1082
+ {
1083
+ "id": "moment_19_understanding_gift",
1084
+ "title": "'Teaching Me To Be Seen'",
1085
+ "beat_references": ["beat_79", "beat_80", "beat_81"],
1086
+ "scene_summary": "Whispers to grandmother: 'I understand now. You weren't teaching me to write. You were teaching me to be seen.'—types out Six Powers through her lens—journal pulses 'definitely' then settles",
1087
+ "narrative_technique": "Direct address to absent mentor, reframes entire teaching, talisman's completion ceremony",
1088
+ "emotional_register": "Profound recognition",
1089
+ "significance": "Full comprehension; cycle completes"
1090
+ },
1091
+ {
1092
+ "id": "moment_20_environmental_reset",
1093
+ "title": "Rain Stops, World Clean",
1094
+ "beat_references": ["beat_82"],
1095
+ "scene_summary": "Outside, rain stops—'world smelled clean'",
1096
+ "narrative_technique": "Single sensory line creating pivot point, freshness imagery",
1097
+ "emotional_register": "Renewal",
1098
+ "significance": "Natural world marks transition"
1099
+ },
1100
+ {
1101
+ "id": "moment_21_paper_commitment",
1102
+ "title": "Truths To Tell",
1103
+ "beat_references": ["beat_83", "beat_84", "beat_85", "beat_86"],
1104
+ "scene_summary": "Pulls out paper notebook ('some things need weight of pen on page')—writes 'Story Ideas. Truths to Tell.'—lists fears: disappointing people, being ordinary, losing everyone—then truth: 'I'm afraid. I'm trying anyway.'",
1105
+ "narrative_technique": "Tactile detail (pen on paper matters), list structure, radical honesty with self, simple declarative final truth",
1106
+ "emotional_register": "Grounded determination",
1107
+ "significance": "Commitment to ongoing practice"
1108
+ },
1109
+ {
1110
+ "id": "moment_22_playful_magic",
1111
+ "title": "Lamp Winks",
1112
+ "beat_references": ["beat_87", "beat_88"],
1113
+ "scene_summary": "Smiles, sets down pen—desk lamp flickers 'as if winking'—says aloud: 'This is just the beginning'",
1114
+ "narrative_technique": "Playful magic note, character speaking intention aloud, lightness after heaviness",
1115
+ "emotional_register": "Joy, companionship with enchantment",
1116
+ "significance": "Magic as ongoing relationship not one-time event"
1117
+ },
1118
+ {
1119
+ "id": "moment_23_grandmothers_laugh",
1120
+ "title": "Blessing From Beyond",
1121
+ "beat_references": ["beat_89", "beat_90"],
1122
+ "scene_summary": "In dark, 'space between worlds,' grandmother's laugh—delighted, proud—says what she always said: 'Good. Now do it again.'",
1123
+ "narrative_technique": "Ethereal location ('between worlds'), callback to childhood phrase, imperative as love, ambiguous (heard or imagined—doesn't matter)",
1124
+ "emotional_register": "Benediction, continuing demand",
1125
+ "significance": "Ancestor approves; work continues infinitely"
1126
+ }
1127
+ ]
1128
+ }
1129
+ }
1130
+ ]
1131
+ }
1132
+ }