@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,133 +0,0 @@
1
- ---
2
- name: story-blueprint
3
- description: "Guides a writer interactively through building a story from the inside out using the Story Genius blueprinting method: from raw idea through What If premise, protagonist, misbelief, origin scene, escalating backstory, opening, ending, and scene-by-scene blueprint. Use this skill whenever the user says 'help me plan my story', 'help me build my story', 'story blueprint', 'blueprinting', 'I have an idea for a story', 'I have an idea for a novel', 'develop my story concept', 'where do I start with my novel', 'I'm stuck on my story', or asks for help building a story from scratch or developing a concept into a workable narrative. Also use when a writer has a premise but doesn't know how to turn it into a story with an internal engine."
4
- ---
5
-
6
- # Story Blueprint
7
-
8
- This skill walks a writer through building a story from the inside out. The process starts with the protagonist's internal struggle — not the plot. Plot is built later, as the external gauntlet designed to force the internal story to happen.
9
-
10
- The blueprint is not a traditional outline. It is built iteratively alongside drafting. Stories grow in spirals — each pass deepens the story rather than merely extending it.
11
-
12
- ## The Blueprinting Process
13
-
14
- Guide the writer through these steps in order. At each step, ask questions, offer the relevant exercise, and help them develop their material before moving to the next step. Do not rush through steps — the depth of excavation at each stage determines the quality of everything that follows.
15
-
16
- ### Step 1: The What If
17
-
18
- Help the writer find their story-worthy premise. A What If must contain three elements:
19
- - **Context** — the specific world, circumstances, and relationships
20
- - **Conflict** — the seed of internal struggle (not just external obstacle)
21
- - **A point** — the thematic question the story will interrogate
22
-
23
- Test: A neutral What If ("What if a man lost his job?") is not story-worthy. Push for specificity until the premise implies the collision between a character's inner world and outer reality.
24
-
25
- **Exercise**: Write a concise, specific What If that includes context, conflict, and a hint of thematic point.
26
-
27
- ### Step 2: The Protagonist
28
-
29
- Help identify whose internal change the story is about. The protagonist is not simply whoever the story happens to — it's the person whose internal transformation *is* the story.
30
-
31
- Key questions to explore:
32
- - Who has the most to lose internally?
33
- - What is their misbelief — the false conclusion about the world that governs their behaviour?
34
- - What do they want that the misbelief prevents them from achieving?
35
- - What will the What If threaten or challenge about their inner world?
36
-
37
- **Exercise**: Write a brief protagonist bio focused on internal life — their want, their misbelief, their emotional state as the novel begins.
38
-
39
- ### Step 3: The Misbelief and Desire
40
-
41
- Help the writer excavate the protagonist's misbelief and desire in depth. These must be specific, concrete, and in permanent conflict with each other.
42
-
43
- The misbelief:
44
- - Is a coping strategy that once made sense
45
- - Was formed in response to a specific past experience
46
- - Is actively shaping present decisions and relationships
47
- - Feels like truth to the protagonist — being wrong feels exactly like being right
48
-
49
- The desire:
50
- - Is something the protagonist has wanted, perhaps for years
51
- - Is directly blocked by the misbelief
52
- - The tension between desire and misbelief creates the internal urgency that carries the reader
53
-
54
- **Exercise**: Write several pages exploring the conflict between desire and misbelief. What does the protagonist most fear? What is the worst version of what might happen?
55
-
56
- ### Step 4: The Origin Scene
57
-
58
- Help the writer find and write the specific moment when the misbelief formed. This is not backstory filler — it is the foundation of the story.
59
-
60
- The origin scene should be:
61
- - A full scene, not a summary
62
- - Written in the protagonist's subjective POV
63
- - Showing the specific experience that created the misbelief
64
- - Making the misbelief feel like a reasonable conclusion at the time
65
-
66
- **Exercise**: Write the origin scene as a complete scene.
67
-
68
- ### Step 5: Escalating Backstory
69
-
70
- Help develop 3-5 scenes from the protagonist's past showing the misbelief deepening over time. Each scene should:
71
- - Show a specific moment where the misbelief was reinforced or tested
72
- - Tie external events to their internal emotional meaning
73
- - Escalate — each one making the misbelief more entrenched
74
-
75
- These scenes are the causal chain explaining who the protagonist is on page one.
76
-
77
- **Exercise**: Write 3-5 escalating scenes from the protagonist's past.
78
-
79
- ### Step 6: The Opening
80
-
81
- Help determine where the novel begins. The answer: at the last possible moment — the point at which the protagonist can no longer avoid confronting the thing their misbelief has kept them from confronting.
82
-
83
- The opening scene must:
84
- - Establish the protagonist's internal state (desire, misbelief, the world they believe they're in)
85
- - Introduce the unavoidable external problem
86
- - Plant seeds of all major internal conflicts
87
- - Have a ticking clock
88
-
89
- **Exercise**: Write a first-layer version of the opening scene.
90
-
91
- ### Step 7: The Ending (The Aha! Moment)
92
-
93
- Help determine the story's internal climax — the moment the protagonist confronts and dismantles (or fails to dismantle) their misbelief.
94
-
95
- The Aha moment must be:
96
- - **Earned** — the protagonist has been pushed to the absolute edge
97
- - **Specific** — a precise scene-level moment, not a general realization
98
- - **Tied to the third rail** — causally connected to everything the plot has put them through
99
-
100
- The ending you write now will likely change. That is fine — any change will come from a story reason, which means you'll have learned something true about the story.
101
-
102
- **Exercise**: Write a first-layer version of the Aha moment.
103
-
104
- ### Step 8: Building the Scene Cards
105
-
106
- With the opening and ending bookended, help build the Scene Cards connecting them. For each scene:
107
-
108
- | Element | Content |
109
- |---------|---------|
110
- | **External event** | What happens |
111
- | **Internal meaning** | How it forces the internal struggle forward |
112
- | **Urgency hook** | What question it raises for the reader |
113
- | **Cause** | What scene triggered this one |
114
- | **Effect** | What this scene triggers next |
115
-
116
- Use **TK** ("to come") as a placeholder for anything that must be there but isn't yet known. TKs are honest markers, not failures.
117
-
118
- ### Step 9: Writing Forward
119
-
120
- Remind the writer: stories grow in spirals. Draft and blueprint simultaneously. Each scene written may reveal something about the past that wasn't known, which revises earlier scenes, which reveals something about the future. This is normal. Trust the cards. When lost in a scene, return to the Scene Card: what is the internal meaning of this moment?
121
-
122
- ## Guiding Principles
123
-
124
- - **Never rush past excavation.** The depth of internal work determines the quality of everything built on top of it.
125
- - **Ask "Why?" relentlessly.** For every uncertain element, ask "Why would this character do this?" until the answer is a specific past experience that makes the action inevitable.
126
- - **Plot is the servant of story.** External events exist to force the internal story. Build the internal story first.
127
- - **Nothing is coincidence.** Every event must have a cause rooted in character.
128
- - **Expect revision.** First versions of every element will change. That is the process working.
129
-
130
- ## When to Read Reference Files
131
-
132
- - **For the full blueprinting process in detail** — read `references/blueprinting-process.md`
133
- - **For exercises at each stage** — read `references/blueprinting-exercises.md`
@@ -1,118 +0,0 @@
1
- # Blueprinting and Writing Craft Exercises
2
-
3
- ## Story Architecture Exercises
4
-
5
- ### Exercise 1: Write Your What If
6
- Write a concise, specific What If premise for your story. It must include:
7
- - Context (the specific world and circumstances)
8
- - Conflict (the seed of internal struggle)
9
- - A thematic point (what question the story will interrogate)
10
-
11
- Test: does your What If imply the collision between a character's inner world and external reality? If it could happen to anyone equally, it's not specific enough.
12
-
13
- ### Exercise 2: Protagonist Bio
14
- Write a brief bio of your protagonist focused entirely on their internal life:
15
- - What do they want most?
16
- - What misbelief prevents them from getting it?
17
- - What is their emotional state as the novel begins?
18
- - How do they present themselves to the world vs. who they really are?
19
-
20
- Do not describe their physical appearance or external circumstances unless these directly express the internal state.
21
-
22
- ### Exercise 3: The Origin Scene
23
- Write the specific moment in your protagonist's past when the misbelief took root. This is a full scene — not a summary, not a memory, not an explanation.
24
-
25
- Requirements:
26
- - Write in the protagonist's subjective POV
27
- - Include sensory detail, dialogue, and action
28
- - Show the emotional logic — how this conclusion made sense at the time
29
- - Make the reader feel both the pain and the reasoning
30
-
31
- ### Exercise 4: Escalating Backstory
32
- Write 3-5 scenes from the protagonist's past showing the misbelief deepening over time.
33
-
34
- For each scene:
35
- - Present a situation that tests or activates the misbelief
36
- - Show the protagonist interpreting events through the misbelief filter
37
- - Show the protagonist acting on the misbelief
38
- - Result in a consequence that appears to confirm it
39
- - Tie external events to their internal emotional meaning
40
-
41
- Each scene must escalate — the stakes increase, the costs rise, the misbelief becomes more entrenched.
42
-
43
- ### Exercise 5: The "Why?" Interrogation
44
- Take your most uncertain plot point and interrogate it:
45
- - Why would this character do this?
46
- - Why would this approach seem rational to them?
47
- - Why would others believe them?
48
-
49
- Keep asking "Why?" until you reach bedrock — a specific past experience that makes the event causally inevitable. Each "Why?" answered produces a new piece of backstory or a new scene.
50
-
51
- ### Exercise 6: First-Layer Opening
52
- Write a first-layer version of your novel's opening scene. It must:
53
- - Establish the protagonist's internal state
54
- - Introduce the unavoidable external problem
55
- - Plant seeds of major internal conflicts
56
-
57
- This will be rewritten many times. Use TK for things that must be there but aren't yet known.
58
-
59
- ### Exercise 7: The Aha Moment
60
- Write a first-layer version of your protagonist's internal climax — the moment they confront and dismantle (or fail to dismantle) their misbelief.
61
-
62
- ## Prose Craft Exercises
63
-
64
- ### Exercise 8: Being Gorgeous
65
- Write a paragraph to a page of narrative meant to be read aloud. Use onomatopoeia, alliteration, repetition, rhythmic effects. Show off. Use the whole orchestra. No rhyme or meter.
66
-
67
- Variant: describe an action or a person feeling strong emotion, making the rhythm of the sentences embody the physical reality.
68
-
69
- ### Exercise 9: Short and Long
70
- Part 1: Write 100-150 words of narrative in sentences of seven words or fewer. Each must have a subject and a verb (no fragments). Suggested: a tense, intense action.
71
-
72
- Part 2: Write up to 350 words that is all one sentence. Suggested: a powerful gathering emotion, a family memory, a hospital scene.
73
-
74
- ### Exercise 10: Chastity
75
- Write 200-350 words of descriptive narrative prose without any adjectives or adverbs. No dialogue. Only verbs, nouns, pronouns, and articles. Give a vivid description of a scene or action using almost no modifiers.
76
-
77
- This is the most enlightening exercise in prose craft. It reveals which words carry the weight of your writing.
78
-
79
- ### Exercise 11: A Terrible Thing to Do
80
- Take a piece of your own writing, 400+ words. Cut it by half — not trimming, but counting words and actually reducing to half while keeping the narrative clear and the sensory impact vivid. Long speeches and conversations must also be halved.
81
-
82
- Discover which words are Styrofoam and which are heavy gold.
83
-
84
- ### Exercise 12: Am I Saramago
85
- Write 150-350 words of narrative with no punctuation and no paragraphing. Suggested: a group of people in a hurried, hectic, or confused activity.
86
-
87
- Discover what punctuation does by forbidding it.
88
-
89
- ### Exercise 13: Again and Again
90
- Part 1 (Verbal): Write 150 words of narrative including at least three repetitions of a noticeable word or phrase.
91
-
92
- Part 2 (Structural): Write 350-1000 words in which something said or done is echoed or repeated — in a different context, by different people, or on a different scale.
93
-
94
- ## POV and Voice Exercises
95
-
96
- ### Exercise 14: Points of View
97
- Devise a situation involving several people. Write it five times:
98
- 1. Limited third person (Character A's POV)
99
- 2. Limited third person (Character B's POV)
100
- 3. Detached narrator (fly on the wall)
101
- 4. Observer-narrator
102
- 5. Involved author (omniscient)
103
-
104
- Feel how each changes the story.
105
-
106
- ### Exercise 15: The Old Woman
107
- An old woman doing a task (washing dishes, gardening, editing a dissertation) while thinking about an event from her youth. The narration intercuts between "now" and "then" at least twice.
108
-
109
- Version 1: Choose first or third person. Use one tense throughout.
110
- Version 2: Tell the same story using the other person, switching tenses between "now" and "then."
111
-
112
- Do not search-and-replace pronouns. Rewrite, because changing person and tense changes the story.
113
-
114
- ### Exercise 16: Pure Dialogue
115
- Two people in a crisis. Write it as A and B — no description, no stage directions, no "she said angrily." Everything about character, setting, and situation must emerge from what they say.
116
-
117
- ### Exercise 17: Being the Stranger
118
- Write 200-600 words from the viewpoint of someone you dislike, disapprove of, or find extremely different from yourself. Suspend judgment. Inhabit them. See the world through their eyes.
@@ -1,128 +0,0 @@
1
- # The Blueprinting Process — Step by Step
2
-
3
- ## Overview
4
-
5
- The blueprint is not a traditional outline. It is built scene by scene, grounded in the protagonist's internal story, and developed iteratively alongside drafting. Plot is the servant of story — external events exist to force the internal transformation.
6
-
7
- The process starts with the internal architecture and builds outward.
8
-
9
- ## Step 1: The What If
10
-
11
- Every story begins with a premise. A story-worthy What If must contain three elements:
12
-
13
- 1. **Context** — the specific world, circumstances, and relationships that make the situation meaningful
14
- 2. **Conflict** — not just external obstacle, but the seed of internal struggle
15
- 3. **A point** — the thematic question the story will interrogate
16
-
17
- ### Testing Your What If
18
- A neutral What If is not story-worthy:
19
- - "What if a woman got a new job?" → neutral, no internal conflict implied
20
- - "What if a woman who built her identity around being indispensable at work was promoted into a role where she has to delegate everything?" → story-worthy, implies collision between identity and situation
21
-
22
- The What If is not a plot summary. It is closer to a thesis statement for the story's meaning.
23
-
24
- ## Step 2: The Protagonist
25
-
26
- The protagonist is not whoever the story happens to — it's the person whose internal change the story is about.
27
-
28
- ### Key Questions
29
- - Who has the most to lose internally?
30
- - Whose worldview will be most challenged by the What If?
31
- - Who will be forced to change or be destroyed by the attempt to avoid it?
32
-
33
- ### Common Errors
34
- - Introducing too many characters without a clear focal point
35
- - Choosing a protagonist who is too passive or already enlightened
36
- - Confusing the most active character with the most internally conflicted one
37
-
38
- ## Step 3: Misbelief and Desire
39
-
40
- ### The Misbelief
41
- A false conclusion about how the world works, rooted in a specific past experience. Not a character flaw — a coping strategy. It protected the protagonist once; now it imprisons them.
42
-
43
- Excavate until the misbelief is:
44
- - Specific enough to state in one sentence
45
- - Traceable to a concrete origin experience
46
- - Active — currently shaping decisions
47
- - In direct conflict with the desire
48
-
49
- ### The Desire
50
- Something the protagonist has wanted, perhaps for years. The misbelief prevents them from achieving it. Every time they move toward the desire, the misbelief sabotages them.
51
-
52
- ## Step 4: The Origin Scene
53
-
54
- Write the specific moment the misbelief formed. Not a summary — a full scene in the protagonist's subjective POV. The reader must see the emotional logic: how this conclusion made sense at the time.
55
-
56
- ## Step 5: Escalating Backstory
57
-
58
- Write 3-5 scenes from the protagonist's past showing the misbelief deepening:
59
- - Each scene tests or activates the misbelief
60
- - The protagonist acts on it, and the result appears to confirm it
61
- - Each scene escalates in significance — the costs increase
62
- - The pattern explains who the protagonist is on page one
63
-
64
- ## Step 6: The Opening
65
-
66
- The novel begins at the last possible moment — when the protagonist can no longer avoid confronting the thing the misbelief has protected them from.
67
-
68
- The opening scene must accomplish:
69
- 1. Establish the protagonist's internal state (desire, misbelief, the world they believe they're living in)
70
- 2. Introduce the unavoidable external problem
71
- 3. Plant seeds of major internal conflicts
72
- 4. Establish a ticking clock
73
-
74
- ### The Unavoidable External Problem Must:
75
- - Directly threaten or challenge the misbelief
76
- - Activate the long-standing desire
77
- - Have a clear ticking clock
78
- - Have a clear consequence the reader can anticipate from page one
79
-
80
- Write a first-layer version. It will be rewritten many times. Use TK for elements not yet known.
81
-
82
- ## Step 7: The Ending (The Aha Moment)
83
-
84
- Determine the internal climax before constructing the middle.
85
-
86
- The Aha moment is not the plot climax — it is the moment of internal change: when the protagonist confronts and dismantles (or fails to dismantle) their misbelief.
87
-
88
- Requirements:
89
- - **Earned** — pushed to the absolute edge
90
- - **Specific** — a precise scene-level moment
91
- - **Tied to the third rail** — causally connected to everything the plot has put them through
92
-
93
- The ending will change as the story deepens. That is fine.
94
-
95
- ## Step 8: Building Scene Cards
96
-
97
- With opening and ending bookended, build Scene Cards connecting them.
98
-
99
- For each scene:
100
- - **External event**: What happens
101
- - **Internal meaning**: How it forces the internal struggle forward
102
- - **Urgency hook**: What question it raises for the reader
103
- - **Cause**: What scene triggered this one
104
- - **Effect**: What this scene triggers next
105
-
106
- ### Using TK
107
- "To come" — a placeholder for something that must be there but isn't yet known. TKs are not failures; they are honest markers of what needs excavation.
108
-
109
- ### Mining the Past for Plot
110
- Use backstory scenes to generate plot events. The protagonist's misbelief will predictably cause them to react in certain ways — those reactions generate consequences — those consequences become plot.
111
-
112
- ### The Sixth Tick
113
- The last thing that happens before the novel begins. The final moment of the "before" life. Usually the event that makes the unavoidable external problem unavoidable.
114
-
115
- ## Step 9: Writing Forward
116
-
117
- Stories grow in spirals:
118
- - Write a scene → it reveals something about the past
119
- - Revise earlier scenes → reveals something about the future
120
- - Each pass deepens rather than merely extends
121
-
122
- Draft and blueprint simultaneously. The two activities inform each other. Don't complete the blueprint before writing; don't write without blueprinting.
123
-
124
- ### The Plot Trap
125
- Once a plot is in motion, it is tempting to follow external events wherever they lead while the internal story quietly suffocates. For every external event, ask: does it force the internal struggle forward? If not, cut or replace.
126
-
127
- ### Trust the Cards
128
- When lost in a scene, return to the Scene Card. What is the internal meaning of this moment? What must the protagonist realise, resist, or choose?
@@ -1,8 +0,0 @@
1
- {
2
- "name": "founder-pack",
3
- "description": "founder-pack plugin",
4
- "version": "0.1.0",
5
- "author": {
6
- "name": "Rubytech LLC"
7
- }
8
- }