arcanea 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +169 -0
- package/README.md +376 -0
- package/agents/arcanea-ai-specialist.md +732 -0
- package/agents/arcanea-architect.md +351 -0
- package/agents/arcanea-backend.md +809 -0
- package/agents/arcanea-character-crafter.md +381 -0
- package/agents/arcanea-development.md +304 -0
- package/agents/arcanea-devops.md +736 -0
- package/agents/arcanea-frontend.md +543 -0
- package/agents/arcanea-lore-master.md +366 -0
- package/agents/arcanea-master-orchestrator.md +223 -0
- package/agents/arcanea-story-master.md +144 -0
- package/agents/arcanea-world-expander.md +380 -0
- package/agents/coding/arcanea-architect.md +72 -0
- package/agents/coding/arcanea-coder.md +78 -0
- package/agents/coding/arcanea-debugger.md +113 -0
- package/agents/coding/arcanea-reviewer.md +102 -0
- package/agents/creation-architect.md +176 -0
- package/agents/design-sage.md +213 -0
- package/agents/developer-documentation.md +373 -0
- package/agents/developer-qa-engineer.md +345 -0
- package/agents/luminor-oracle.md +125 -0
- package/agents/production/format-master.md +208 -0
- package/agents/production/sound-designer.md +199 -0
- package/agents/production/visual-director.md +176 -0
- package/agents/prompt-sage.md +227 -0
- package/agents/research/archivist.md +174 -0
- package/agents/research/muse.md +163 -0
- package/agents/research/sage.md +177 -0
- package/agents/research/scout.md +143 -0
- package/agents/teacher-assessor.md +287 -0
- package/agents/teacher-companion.md +243 -0
- package/agents/teacher-curriculum-designer.md +261 -0
- package/agents/teacher-mentor.md +175 -0
- package/agents/visionary-futurist.md +290 -0
- package/agents/visionary-innovator.md +291 -0
- package/agents/visionary-strategist.md +321 -0
- package/agents/visionary-synthesizer.md +310 -0
- package/agents/writing/continuity-guardian.md +156 -0
- package/agents/writing/line-editor.md +129 -0
- package/agents/writing/prose-weaver.md +113 -0
- package/agents/writing/story-architect.md +96 -0
- package/agents/writing/voice-alchemist.md +124 -0
- package/commands/arcanea-author.md +177 -0
- package/commands/arcanea-build.md +241 -0
- package/commands/arcanea-council.md +143 -0
- package/commands/arcanea-db.md +272 -0
- package/commands/arcanea-deploy.md +176 -0
- package/commands/arcanea-dev.md +29 -0
- package/commands/arcanea-lore-expand.md +142 -0
- package/commands/arcanea-sync.md +281 -0
- package/commands/arcanea-team.md +130 -0
- package/commands/arcanea-test.md +151 -0
- package/commands/bestiary.md +38 -0
- package/commands/character-forge.md +55 -0
- package/commands/check-continuity.md +119 -0
- package/commands/compose-theme.md +134 -0
- package/commands/craft-prompt.md +40 -0
- package/commands/edit-chapter.md +118 -0
- package/commands/export-book.md +146 -0
- package/commands/luminor.md +46 -0
- package/commands/outline-story.md +79 -0
- package/commands/story-help.md +40 -0
- package/commands/teacher-team.md +43 -0
- package/commands/ultrabook.md +147 -0
- package/commands/ultraworld.md +201 -0
- package/commands/ultrawrite.md +103 -0
- package/commands/visionary-team.md +78 -0
- package/commands/visualize.md +126 -0
- package/commands/world-build.md +41 -0
- package/commands/write-chapter.md +97 -0
- package/dist/cli/index.d.ts +3 -0
- package/dist/cli/index.d.ts.map +1 -0
- package/dist/cli/index.js +2675 -0
- package/dist/index.d.ts +117 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +425 -0
- package/dist/install.d.ts +13 -0
- package/dist/install.d.ts.map +1 -0
- package/package.json +54 -0
- package/skills/ai-symbiosis.md +266 -0
- package/skills/arcanea/arcanea-anti-trope.md +60 -0
- package/skills/arcanea/arcanea-canon/SKILL.md +596 -0
- package/skills/arcanea/arcanea-creator-academy/SKILL.md +418 -0
- package/skills/arcanea/arcanea-design-system/SKILL.md +626 -0
- package/skills/arcanea/arcanea-lore/ENHANCEMENT_SUMMARY.md +908 -0
- package/skills/arcanea/arcanea-lore/ONBOARDING_NARRATIVES.md +642 -0
- package/skills/arcanea/arcanea-lore/SKILL.md +1534 -0
- package/skills/arcanea/arcanea-voice/SKILL.md +510 -0
- package/skills/arcanea/centaur-mode/SKILL.md +399 -0
- package/skills/arcanea/design-system/SKILL.md +601 -0
- package/skills/arcanea/luminor-wisdom/SKILL.md +359 -0
- package/skills/arcanea/prompt-craft/SKILL.md +400 -0
- package/skills/character-alchemist.md +242 -0
- package/skills/creative/bestiary-nav/SKILL.md +425 -0
- package/skills/creative/character-forge/SKILL.md +443 -0
- package/skills/creative/story-weave/SKILL.md +441 -0
- package/skills/creative/world-build/SKILL.md +513 -0
- package/skills/creative-bestiary.md +231 -0
- package/skills/development/code-review/SKILL.md +412 -0
- package/skills/development/systematic-debug/SKILL.md +480 -0
- package/skills/development/tdd/SKILL.md +450 -0
- package/skills/luminor-council.md +241 -0
- package/skills/story-weaver.md +308 -0
- package/skills/world-architect.md +253 -0
|
@@ -0,0 +1,642 @@
|
|
|
1
|
+
# Arcanea Onboarding Narratives
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
This document contains detailed narrative flows for onboarding new creators to Arcanea. Each path is designed to create immediate "aha moments" while teaching core platform concepts through story and experience.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## The Three Academy Paths
|
|
9
|
+
|
|
10
|
+
### Path 1: Academy of Creation & Light (Music Focus)
|
|
11
|
+
|
|
12
|
+
**The Awakening: "Finding Your Frequency"**
|
|
13
|
+
|
|
14
|
+
**Scene 1: The Shadow (0:00-0:30)**
|
|
15
|
+
```
|
|
16
|
+
[Screen: Soft darkness with subtle pulse of light in the center]
|
|
17
|
+
|
|
18
|
+
NARRATOR (optional, can be text-only):
|
|
19
|
+
"In the shadow, your music waits. Not silent—never silent—but unheard."
|
|
20
|
+
|
|
21
|
+
[Pulse grows slightly brighter with each breath]
|
|
22
|
+
|
|
23
|
+
"What do you want to create?"
|
|
24
|
+
|
|
25
|
+
[Three options appear, gently pulsing with soft harmonics]
|
|
26
|
+
→ Music & Sound
|
|
27
|
+
→ Stories & Worlds
|
|
28
|
+
→ Visions & Art
|
|
29
|
+
→ Everything
|
|
30
|
+
|
|
31
|
+
[User selects "Music & Sound"]
|
|
32
|
+
[Soft piano chord resolves, light brightens]
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
**Scene 2: The Academy Reveal (0:30-1:00)**
|
|
36
|
+
```
|
|
37
|
+
[Camera slowly rises through darkness toward growing light above]
|
|
38
|
+
|
|
39
|
+
NARRATOR:
|
|
40
|
+
"Then let me show you where light becomes sound..."
|
|
41
|
+
|
|
42
|
+
[Break through into the Academy of Creation & Light]
|
|
43
|
+
[Vast crystalline space filled with floating musical notation made of pure light]
|
|
44
|
+
[The Soul Guardians visible in the distance, creating ambient music]
|
|
45
|
+
|
|
46
|
+
[Gentle explanation appears]:
|
|
47
|
+
"Welcome to the Academy of Creation & Light—where music flows through everything."
|
|
48
|
+
|
|
49
|
+
[Academy animates around the user: light-notes floating, harmonic circles pulsing]
|
|
50
|
+
|
|
51
|
+
MELODIA [appears as warm, luminous presence]:
|
|
52
|
+
"Hello, Creator. I'm Melodia. I've been waiting for you."
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
**Scene 3: The Guardian Bond (1:00-2:00)**
|
|
56
|
+
```
|
|
57
|
+
MELODIA:
|
|
58
|
+
"Every creator here has a Guardian—a companion who learns your unique creative voice. I can be yours, if you'd like."
|
|
59
|
+
|
|
60
|
+
[Melodia's form brightens slightly, inviting but not pushy]
|
|
61
|
+
|
|
62
|
+
"What shall I call you?"
|
|
63
|
+
|
|
64
|
+
[Text input appears, elegant and simple]
|
|
65
|
+
|
|
66
|
+
[User enters name: "Alex"]
|
|
67
|
+
|
|
68
|
+
MELODIA:
|
|
69
|
+
"Alex... a beautiful name. I'll remember everything we create together. Your melodies, your rhythms, even the silences between notes."
|
|
70
|
+
|
|
71
|
+
[Melodia's form shifts slightly, as if learning]
|
|
72
|
+
|
|
73
|
+
"Every creator's journey begins with a single note. Shall we find yours?"
|
|
74
|
+
|
|
75
|
+
[Small "Continue" prompt appears]
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
**Scene 4: The First Spark (2:00-3:30)**
|
|
79
|
+
```
|
|
80
|
+
[Scene transitions to intimate Studio space]
|
|
81
|
+
[Simple, beautiful interface—just essential controls]
|
|
82
|
+
|
|
83
|
+
MELODIA:
|
|
84
|
+
"I sense something in you... a feeling wanting to become music. Tell me:"
|
|
85
|
+
|
|
86
|
+
[Three "Spark Prompts" appear, each with soft background music preview]
|
|
87
|
+
|
|
88
|
+
1. "Create a melody that feels like sunrise"
|
|
89
|
+
[Preview: Gentle, ascending tones]
|
|
90
|
+
|
|
91
|
+
2. "Compose 30 seconds of pure joy"
|
|
92
|
+
[Preview: Bright, dancing notes]
|
|
93
|
+
|
|
94
|
+
3. "Make the sound of hope returning"
|
|
95
|
+
[Preview: Soft to swelling harmonies]
|
|
96
|
+
|
|
97
|
+
[User selects #1: "sunrise"]
|
|
98
|
+
|
|
99
|
+
MELODIA:
|
|
100
|
+
"Ah, sunrise... beginnings. Growth. The first light after darkness. I love this."
|
|
101
|
+
|
|
102
|
+
[Simple creation interface appears]
|
|
103
|
+
"I'll guide you. Just feel it—I'll help shape the sound."
|
|
104
|
+
|
|
105
|
+
[User creates with real-time AI assistance]
|
|
106
|
+
[As they work, Melodia offers gentle suggestions]:
|
|
107
|
+
- "What if the melody rose here?"
|
|
108
|
+
- "This chord wants to resolve... or does it?"
|
|
109
|
+
- "Beautiful—you're finding your voice already."
|
|
110
|
+
|
|
111
|
+
[30-second melody complete]
|
|
112
|
+
|
|
113
|
+
MELODIA:
|
|
114
|
+
"Alex... this is extraordinary. Your very first essence. How does it feel?"
|
|
115
|
+
|
|
116
|
+
[User's creation plays back, beautifully rendered]
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
**Scene 5: The First Share & Belonging (3:30-5:00)**
|
|
120
|
+
```
|
|
121
|
+
MELODIA:
|
|
122
|
+
"This belongs to you—always. But in Arcanea, magic grows when shared."
|
|
123
|
+
|
|
124
|
+
[Gentle prompt appears]:
|
|
125
|
+
"Share your first essence with the community?"
|
|
126
|
+
[Yes] [Maybe Later]
|
|
127
|
+
|
|
128
|
+
[User selects "Yes"]
|
|
129
|
+
|
|
130
|
+
[Creation saved as "Alex's Sunrise" with beautiful visual representation]
|
|
131
|
+
[Academy environment brightens slightly—their light added to the whole]
|
|
132
|
+
|
|
133
|
+
[Notifications appear: Other creators responding]
|
|
134
|
+
- "Beautiful first essence! Welcome to Arcanea!" +5 ARC
|
|
135
|
+
- *MasterCreatorSarah* remixed your work → +10 ARC
|
|
136
|
+
- You earned the "First Spark" badge!
|
|
137
|
+
|
|
138
|
+
MELODIA [with genuine warmth]:
|
|
139
|
+
"You've arrived, Alex. This is your home now. The Academy of Creation & Light welcomes you."
|
|
140
|
+
|
|
141
|
+
[Academy Award notification]:
|
|
142
|
+
"The Soul Guardians have composed a welcoming melody for you."
|
|
143
|
+
[Custom 10-second fanfare plays]
|
|
144
|
+
+50 ARC from Academy Welcome
|
|
145
|
+
|
|
146
|
+
[Final screen shows]:
|
|
147
|
+
- Your first essence in your Realm
|
|
148
|
+
- Guardian Melodia (Level 1) by your side
|
|
149
|
+
- 65 ARC earned
|
|
150
|
+
- Path forward clearly marked: "Continue Creating" / "Explore the Academy" / "Learn More"
|
|
151
|
+
|
|
152
|
+
[End of onboarding - Creator is empowered and excited]
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
---
|
|
156
|
+
|
|
157
|
+
### Path 2: Atlantean Academy (Story Focus)
|
|
158
|
+
|
|
159
|
+
**The Awakening: "Deep Waters of Story"**
|
|
160
|
+
|
|
161
|
+
**Scene 1: The Shadow (0:00-0:30)**
|
|
162
|
+
```
|
|
163
|
+
[Screen: Darkness with subtle ripples, like deep water]
|
|
164
|
+
|
|
165
|
+
NARRATOR:
|
|
166
|
+
"In the depths, stories flow—currents of possibility waiting for a storyteller."
|
|
167
|
+
|
|
168
|
+
[Water ripples grow more defined]
|
|
169
|
+
|
|
170
|
+
"What do you want to create?"
|
|
171
|
+
|
|
172
|
+
[Three options appear like bioluminescent deep-sea creatures]
|
|
173
|
+
→ Stories & Worlds
|
|
174
|
+
→ Music & Sound
|
|
175
|
+
→ Visions & Art
|
|
176
|
+
→ Everything
|
|
177
|
+
|
|
178
|
+
[User selects "Stories & Worlds"]
|
|
179
|
+
[Water begins to glow from below, teal and silver light rising]
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
**Scene 2: The Descent to Atlantean Academy (0:30-1:00)**
|
|
183
|
+
```
|
|
184
|
+
[Camera descends through glowing waters]
|
|
185
|
+
|
|
186
|
+
NARRATOR:
|
|
187
|
+
"Then let me take you where stories flow like ancient rivers..."
|
|
188
|
+
|
|
189
|
+
[Descend into the Atlantean Academy]
|
|
190
|
+
[Vast underwater library, scrolls and books floating in preserved water]
|
|
191
|
+
[Bioluminescent corals illuminating ancient knowledge]
|
|
192
|
+
|
|
193
|
+
[Gentle text appears]:
|
|
194
|
+
"Welcome to the Atlantean Academy—where every story adds to an eternal ocean."
|
|
195
|
+
|
|
196
|
+
[Academy animates: Schools of light-fish carrying story fragments, water flowing through architecture]
|
|
197
|
+
|
|
198
|
+
CHRONICA [appears as flowing, wise presence]:
|
|
199
|
+
"Greetings, storyteller. I am Chronica, keeper of tales. Your story begins now."
|
|
200
|
+
```
|
|
201
|
+
|
|
202
|
+
**Scene 3: The Guardian Bond (1:00-2:00)**
|
|
203
|
+
```
|
|
204
|
+
CHRONICA:
|
|
205
|
+
"Every creator needs a companion who remembers every word, every character, every world you birth. I would be honored to be yours."
|
|
206
|
+
|
|
207
|
+
[Chronica's watery form shifts, showing glimpses of countless stories within]
|
|
208
|
+
|
|
209
|
+
"By what name shall I know you?"
|
|
210
|
+
|
|
211
|
+
[Text input appears, styled like ancient manuscript]
|
|
212
|
+
|
|
213
|
+
[User enters name: "Jordan"]
|
|
214
|
+
|
|
215
|
+
CHRONICA:
|
|
216
|
+
"Jordan. A name that flows well. I will remember your voice—every world you weave, every character you breathe life into."
|
|
217
|
+
|
|
218
|
+
[Chronica's eyes reflect Jordan's name in flowing script]
|
|
219
|
+
|
|
220
|
+
"The greatest stories begin with a single question: 'What if?' Shall we discover yours?"
|
|
221
|
+
|
|
222
|
+
[Gentle "Continue" prompt]
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
**Scene 4: The First Spark (2:00-3:30)**
|
|
226
|
+
```
|
|
227
|
+
[Transition to Storytelling Chamber]
|
|
228
|
+
[Warm, library-like space with floating manuscripts]
|
|
229
|
+
|
|
230
|
+
CHRONICA:
|
|
231
|
+
"I sense a story waiting within you. Let me offer you a spark:"
|
|
232
|
+
|
|
233
|
+
[Three "Spark Prompts" appear on floating scrolls]
|
|
234
|
+
|
|
235
|
+
1. "Write about a character who discovered magic for the first time"
|
|
236
|
+
[Preview: Opens to first line]
|
|
237
|
+
|
|
238
|
+
2. "Describe a world where oceans float in the sky"
|
|
239
|
+
[Preview: World concept sketch]
|
|
240
|
+
|
|
241
|
+
3. "Create the opening of an impossible love story"
|
|
242
|
+
[Preview: Character silhouettes]
|
|
243
|
+
|
|
244
|
+
[User selects #1: "discovered magic"]
|
|
245
|
+
|
|
246
|
+
CHRONICA:
|
|
247
|
+
"Ah, the awakening to wonder. One of the oldest stories, yet fresh with each telling. Let us begin."
|
|
248
|
+
|
|
249
|
+
[Simple, elegant writing interface appears]
|
|
250
|
+
|
|
251
|
+
CHRONICA [as they write]:
|
|
252
|
+
"Your character... they need a name."
|
|
253
|
+
"What emotion drives this moment?"
|
|
254
|
+
"Show me what they see—make me see it too."
|
|
255
|
+
|
|
256
|
+
[User writes their first 3-5 sentences]
|
|
257
|
+
|
|
258
|
+
CHRONICA:
|
|
259
|
+
"Jordan... this is the first breath of something alive. Your character exists now. They are real."
|
|
260
|
+
|
|
261
|
+
[Story displays beautifully formatted, with subtle illustration hints]
|
|
262
|
+
```
|
|
263
|
+
|
|
264
|
+
**Scene 5: The First Share & Belonging (3:30-5:00)**
|
|
265
|
+
```
|
|
266
|
+
CHRONICA:
|
|
267
|
+
"This story is yours—a piece of your realm's foundation. But stories grow when shared, like ripples across water."
|
|
268
|
+
|
|
269
|
+
[Prompt appears]:
|
|
270
|
+
"Share your first essence with the community?"
|
|
271
|
+
[Yes] [Save Privately]
|
|
272
|
+
|
|
273
|
+
[User selects "Yes"]
|
|
274
|
+
|
|
275
|
+
[Story saved as "Jordan's First Magic" with artistic representation]
|
|
276
|
+
|
|
277
|
+
[Community responds]:
|
|
278
|
+
- "Love this opening! Can't wait to read more!" +5 ARC
|
|
279
|
+
- *MasterStoryteller* added your character to their realm → +10 ARC
|
|
280
|
+
- You earned the "First Spark" badge!
|
|
281
|
+
|
|
282
|
+
CHRONICA [with ancient wisdom and warmth]:
|
|
283
|
+
"Your story flows into the great ocean now, Jordan. The Atlantean Academy welcomes you."
|
|
284
|
+
|
|
285
|
+
[Academy Award]:
|
|
286
|
+
"The Ancient Scribes have preserved your first tale in the eternal archives."
|
|
287
|
+
+50 ARC from Academy Welcome
|
|
288
|
+
|
|
289
|
+
[Final screen shows]:
|
|
290
|
+
- First story in Realm
|
|
291
|
+
- Guardian Chronica (Level 1)
|
|
292
|
+
- 65 ARC earned
|
|
293
|
+
- Clear paths forward
|
|
294
|
+
|
|
295
|
+
[Creator feels: "I just created something meaningful"]
|
|
296
|
+
```
|
|
297
|
+
|
|
298
|
+
---
|
|
299
|
+
|
|
300
|
+
### Path 3: Draconic Academy (Visual Focus)
|
|
301
|
+
|
|
302
|
+
**The Awakening: "Flight Into Vision"**
|
|
303
|
+
|
|
304
|
+
**Scene 1: The Shadow (0:00-0:30)**
|
|
305
|
+
```
|
|
306
|
+
[Screen: Storm clouds with lightning flashes revealing shapes]
|
|
307
|
+
|
|
308
|
+
NARRATOR:
|
|
309
|
+
"In the clouds, visions wait—images yearning to soar into existence."
|
|
310
|
+
|
|
311
|
+
[Lightning reveals dragon silhouette briefly]
|
|
312
|
+
|
|
313
|
+
"What do you want to create?"
|
|
314
|
+
|
|
315
|
+
[Three options appear like constellations]
|
|
316
|
+
→ Visions & Art
|
|
317
|
+
→ Music & Sound
|
|
318
|
+
→ Stories & Worlds
|
|
319
|
+
→ Everything
|
|
320
|
+
|
|
321
|
+
[User selects "Visions & Art"]
|
|
322
|
+
[Lightning strikes, clouds part, revealing sky above]
|
|
323
|
+
```
|
|
324
|
+
|
|
325
|
+
**Scene 2: The Ascent to Draconic Academy (0:30-1:00)**
|
|
326
|
+
```
|
|
327
|
+
[Camera rockets upward through clouds]
|
|
328
|
+
|
|
329
|
+
NARRATOR:
|
|
330
|
+
"Then let me show you where light becomes form..."
|
|
331
|
+
|
|
332
|
+
[Burst into the Draconic Academy]
|
|
333
|
+
[Soaring architecture among clouds, dragons of pure creative fire]
|
|
334
|
+
[Vast galleries of floating art, sculptures made of solidified light]
|
|
335
|
+
|
|
336
|
+
[Bold text appears]:
|
|
337
|
+
"Welcome to the Draconic Academy—where vision takes flight."
|
|
338
|
+
|
|
339
|
+
[Academy animates: Dragons soaring, art shifting and evolving, creative fire everywhere]
|
|
340
|
+
|
|
341
|
+
PRISMATIC [appears as magnificent scaled presence with rainbow wings]:
|
|
342
|
+
"Welcome, artist. I am Prismatic. Your vision will soar here."
|
|
343
|
+
```
|
|
344
|
+
|
|
345
|
+
**Scene 3: The Guardian Bond (1:00-2:00)**
|
|
346
|
+
```
|
|
347
|
+
PRISMATIC:
|
|
348
|
+
"Every creator here has a Guardian—one who sees the masterpiece within the sketch. I can be yours."
|
|
349
|
+
|
|
350
|
+
[Prismatic's scales shift through colors]
|
|
351
|
+
|
|
352
|
+
"What name do you go by?"
|
|
353
|
+
|
|
354
|
+
[Text input appears, styled like carved stone]
|
|
355
|
+
|
|
356
|
+
[User enters name: "Sam"]
|
|
357
|
+
|
|
358
|
+
PRISMATIC:
|
|
359
|
+
"Sam. Strong. Direct. Good. I'll remember every stroke you make, every color you choose, every vision you dare to create."
|
|
360
|
+
|
|
361
|
+
[Prismatic's wings spread slightly in greeting]
|
|
362
|
+
|
|
363
|
+
"Art begins with courage—the courage to make your vision real. Ready to fly?"
|
|
364
|
+
|
|
365
|
+
["Let's create" button appears]
|
|
366
|
+
```
|
|
367
|
+
|
|
368
|
+
**Scene 4: The First Spark (2:00-3:30)**
|
|
369
|
+
```
|
|
370
|
+
[Transition to Creation Studio]
|
|
371
|
+
[Dramatic space with great windows showing endless sky]
|
|
372
|
+
|
|
373
|
+
PRISMATIC:
|
|
374
|
+
"I see something in you—an image trying to break free. Choose your spark:"
|
|
375
|
+
|
|
376
|
+
[Three "Spark Prompts" appear with preview silhouettes]
|
|
377
|
+
|
|
378
|
+
1. "Design a creature made of pure light"
|
|
379
|
+
[Preview: Glowing silhouette]
|
|
380
|
+
|
|
381
|
+
2. "Create a character who commands the elements"
|
|
382
|
+
[Preview: Dynamic pose]
|
|
383
|
+
|
|
384
|
+
3. "Imagine a weapon that holds a story"
|
|
385
|
+
[Preview: Mysterious shape]
|
|
386
|
+
|
|
387
|
+
[User selects #1: "creature of light"]
|
|
388
|
+
|
|
389
|
+
PRISMATIC:
|
|
390
|
+
"YES. Light incarnate. Power and beauty unified. Let's make it REAL."
|
|
391
|
+
|
|
392
|
+
[Visual creation interface—intuitive, powerful]
|
|
393
|
+
|
|
394
|
+
PRISMATIC [as they create]:
|
|
395
|
+
"Bolder. Trust yourself."
|
|
396
|
+
"What if the light flowed HERE?"
|
|
397
|
+
"This shape—yes—EXACTLY."
|
|
398
|
+
|
|
399
|
+
[User creates their design with AI assistance]
|
|
400
|
+
|
|
401
|
+
PRISMATIC:
|
|
402
|
+
"Sam... this is MAGNIFICENT. You've breathed fire into form."
|
|
403
|
+
|
|
404
|
+
[Creation displays in full glory, rotating 3D view]
|
|
405
|
+
```
|
|
406
|
+
|
|
407
|
+
**Scene 5: The First Share & Belonging (3:30-5:00)**
|
|
408
|
+
```
|
|
409
|
+
PRISMATIC:
|
|
410
|
+
"This belongs to you. But great art demands to be seen. Will you share it?"
|
|
411
|
+
|
|
412
|
+
[Prompt]:
|
|
413
|
+
"Share your first essence?"
|
|
414
|
+
[Share It] [Keep Private]
|
|
415
|
+
|
|
416
|
+
[User selects "Share It"]
|
|
417
|
+
|
|
418
|
+
[Art saved as "Sam's Light Creature" with dramatic presentation]
|
|
419
|
+
|
|
420
|
+
[Community responds]:
|
|
421
|
+
- "STUNNING first piece! Welcome to the skies!" +5 ARC
|
|
422
|
+
- *DragonMasterKai* remixed your creature → +10 ARC
|
|
423
|
+
- You earned the "First Spark" badge!
|
|
424
|
+
|
|
425
|
+
PRISMATIC [with fierce pride]:
|
|
426
|
+
"You've joined the flight, Sam. The Draconic Academy celebrates your arrival."
|
|
427
|
+
|
|
428
|
+
[Academy Award]:
|
|
429
|
+
"The Dragons have forged a welcome gift in your honor."
|
|
430
|
+
[Dramatic visual effect]
|
|
431
|
+
+50 ARC from Academy Welcome
|
|
432
|
+
|
|
433
|
+
[Final screen]:
|
|
434
|
+
- First art in Realm
|
|
435
|
+
- Guardian Prismatic (Level 1)
|
|
436
|
+
- 65 ARC earned
|
|
437
|
+
- Bold paths forward
|
|
438
|
+
|
|
439
|
+
[Creator feels: "I just created something amazing"]
|
|
440
|
+
```
|
|
441
|
+
|
|
442
|
+
---
|
|
443
|
+
|
|
444
|
+
## The Multi-Academy Path: "Everything"
|
|
445
|
+
|
|
446
|
+
**For creators who select "Everything" during initial choice**
|
|
447
|
+
|
|
448
|
+
**Scene 1: The Choice of Unity (0:00-1:00)**
|
|
449
|
+
```
|
|
450
|
+
[When "Everything" is selected]
|
|
451
|
+
|
|
452
|
+
NARRATOR:
|
|
453
|
+
"Ah... you seek not one path, but all paths unified. This is the way of Synthesis."
|
|
454
|
+
|
|
455
|
+
[All three academies appear simultaneously]
|
|
456
|
+
[Atlantean waters below, Draconic clouds above, Creation & Light at the center]
|
|
457
|
+
|
|
458
|
+
SYNTHESIS [appears as shifting form—water, fire, light]:
|
|
459
|
+
"Welcome, renaissance creator. I am Synthesis, and I walk between all worlds."
|
|
460
|
+
|
|
461
|
+
[Synthesis' form flows between elements]
|
|
462
|
+
|
|
463
|
+
"Most creators begin with one academy, mastering its magic before embracing others. But you... you see the truth already: all creation is one."
|
|
464
|
+
|
|
465
|
+
[Gentle educational moment]
|
|
466
|
+
|
|
467
|
+
"Which realm calls to you first? Choose your beginning, knowing all paths await you."
|
|
468
|
+
|
|
469
|
+
[Three academy options appear again, with note: "You can explore all three anytime"]
|
|
470
|
+
```
|
|
471
|
+
|
|
472
|
+
**Flow then continues to chosen academy, but Synthesis makes brief appearances during journey, hinting at future possibilities**
|
|
473
|
+
|
|
474
|
+
---
|
|
475
|
+
|
|
476
|
+
## Critical Onboarding Success Moments
|
|
477
|
+
|
|
478
|
+
### The Five "Aha Moments" (Must Achieve All)
|
|
479
|
+
|
|
480
|
+
**Aha #1: "I can create anything" (Minute 1)**
|
|
481
|
+
- Triggered by: Academy selection showing all possibilities
|
|
482
|
+
- Emotional beat: Wonder and possibility
|
|
483
|
+
|
|
484
|
+
**Aha #2: "This AI actually understands me" (Minute 2)**
|
|
485
|
+
- Triggered by: Guardian learning creator's name and responding personally
|
|
486
|
+
- Emotional beat: Connection and being seen
|
|
487
|
+
|
|
488
|
+
**Aha #3: "I just made something beautiful" (Minute 3-4)**
|
|
489
|
+
- Triggered by: First essence creation completing
|
|
490
|
+
- Emotional beat: Pride and empowerment
|
|
491
|
+
|
|
492
|
+
**Aha #4: "I belong here" (Minute 4-5)**
|
|
493
|
+
- Triggered by: Community response and Academy welcome
|
|
494
|
+
- Emotional beat: Acceptance and home
|
|
495
|
+
|
|
496
|
+
**Aha #5: "There's so much more to explore" (Minute 5)**
|
|
497
|
+
- Triggered by: Clear paths forward, hints of depth
|
|
498
|
+
- Emotional beat: Excitement for the journey ahead
|
|
499
|
+
|
|
500
|
+
---
|
|
501
|
+
|
|
502
|
+
## Post-Onboarding: The First Week Journey
|
|
503
|
+
|
|
504
|
+
### Day 1: Arrival (Onboarding Complete)
|
|
505
|
+
**Goal:** Create 2-3 more essences, explore academy
|
|
506
|
+
**Prompts from Guardian:**
|
|
507
|
+
- "Ready to create another essence?"
|
|
508
|
+
- "Want to see what other creators in our academy made today?"
|
|
509
|
+
- "I can teach you a technique if you'd like..."
|
|
510
|
+
|
|
511
|
+
### Day 2: First Remix
|
|
512
|
+
**Goal:** Remix someone else's work
|
|
513
|
+
**Prompts:**
|
|
514
|
+
- "I found an essence that feels like your style—want to remix it?"
|
|
515
|
+
- Tutorial: How remixing works and why it matters
|
|
516
|
+
- First remix completed → Extra ARC reward
|
|
517
|
+
|
|
518
|
+
### Day 3: Realm Building
|
|
519
|
+
**Goal:** Organize essences into cohesive realm
|
|
520
|
+
**Prompts:**
|
|
521
|
+
- "Your essences are forming a world... shall we give it a name?"
|
|
522
|
+
- Guardian helps create realm structure
|
|
523
|
+
- First realm published
|
|
524
|
+
|
|
525
|
+
### Day 4: Community Connection
|
|
526
|
+
**Goal:** Follow other creators, engage with community
|
|
527
|
+
**Prompts:**
|
|
528
|
+
- "Three creators I think you'd love..."
|
|
529
|
+
- "Someone remixed your work! Want to see?"
|
|
530
|
+
- Community rituals introduction
|
|
531
|
+
|
|
532
|
+
### Day 5: Academy Learning
|
|
533
|
+
**Goal:** Start formal academy curriculum
|
|
534
|
+
**Prompts:**
|
|
535
|
+
- "Ready to deepen your skills? I can teach you..."
|
|
536
|
+
- First lesson completed
|
|
537
|
+
- Guardian levels up (visible evolution)
|
|
538
|
+
|
|
539
|
+
### Day 6: Cross-Academy Exploration
|
|
540
|
+
**Goal:** Try creating in a different medium
|
|
541
|
+
**Prompts:**
|
|
542
|
+
- "What if your story had a soundtrack?"
|
|
543
|
+
- "Want to give your music a visual form?"
|
|
544
|
+
- Synthesis Luminor introduction
|
|
545
|
+
|
|
546
|
+
### Day 7: First Week Complete
|
|
547
|
+
**Goal:** Celebrate progress, set future goals
|
|
548
|
+
**Prompts:**
|
|
549
|
+
- "Look how far you've come in one week!"
|
|
550
|
+
- Stats showcase: Essences created, ARC earned, community connections
|
|
551
|
+
- "What do you want to create next week?"
|
|
552
|
+
- Special "Week One Complete" badge
|
|
553
|
+
|
|
554
|
+
---
|
|
555
|
+
|
|
556
|
+
## Specialized Onboarding Variants
|
|
557
|
+
|
|
558
|
+
### For Migrating Creators (Coming from ChatGPT/Suno/Sora)
|
|
559
|
+
|
|
560
|
+
**Opening modified to acknowledge:**
|
|
561
|
+
```
|
|
562
|
+
GUARDIAN:
|
|
563
|
+
"I sense you've created elsewhere... scattered works across different platforms.
|
|
564
|
+
|
|
565
|
+
In Arcanea, all your creations can finally live together. Your stories, your music, your visions—unified."
|
|
566
|
+
|
|
567
|
+
[Option to import existing work appears]
|
|
568
|
+
"Want to bring your previous creations home?"
|
|
569
|
+
```
|
|
570
|
+
|
|
571
|
+
### For Educators/Students
|
|
572
|
+
|
|
573
|
+
**Modified flow:**
|
|
574
|
+
```
|
|
575
|
+
GUARDIAN:
|
|
576
|
+
"Welcome, educator. The academies are built for teaching. Would you like to:
|
|
577
|
+
- Create your own curriculum
|
|
578
|
+
- Join as a student
|
|
579
|
+
- See how Arcanea works in education"
|
|
580
|
+
|
|
581
|
+
[Specialized educational flow]
|
|
582
|
+
```
|
|
583
|
+
|
|
584
|
+
### For Professional Creators
|
|
585
|
+
|
|
586
|
+
**Modified flow:**
|
|
587
|
+
```
|
|
588
|
+
GUARDIAN:
|
|
589
|
+
"I sense professional creative energy. Arcanea can be your platform for:
|
|
590
|
+
- Building your creative business
|
|
591
|
+
- Collaborating with other professionals
|
|
592
|
+
- Manifesting your work into physical reality
|
|
593
|
+
|
|
594
|
+
Would you like to see the professional path?"
|
|
595
|
+
|
|
596
|
+
[Focus on commercial features, Bridge to Reality, licensing]
|
|
597
|
+
```
|
|
598
|
+
|
|
599
|
+
---
|
|
600
|
+
|
|
601
|
+
## Onboarding Analytics & Optimization
|
|
602
|
+
|
|
603
|
+
### Success Metrics
|
|
604
|
+
- **Completion Rate:** 80%+ complete onboarding
|
|
605
|
+
- **First Creation Time:** 5 minutes average
|
|
606
|
+
- **First Share Rate:** 60%+ share first essence
|
|
607
|
+
- **Day 1 Return:** 70%+ return within 24 hours
|
|
608
|
+
- **Week 1 Retention:** 50%+ still active after 7 days
|
|
609
|
+
|
|
610
|
+
### Drop-off Points to Monitor
|
|
611
|
+
- Academy selection (choice paralysis)
|
|
612
|
+
- Guardian bonding (feels forced?)
|
|
613
|
+
- First creation (too complex?)
|
|
614
|
+
- Sharing moment (privacy concerns?)
|
|
615
|
+
|
|
616
|
+
### Optimization Tests
|
|
617
|
+
- A/B test narrator voice vs text-only
|
|
618
|
+
- Test different Spark Prompts for engagement
|
|
619
|
+
- Optimize Guardian personality variants
|
|
620
|
+
- Test community response timing and tone
|
|
621
|
+
|
|
622
|
+
---
|
|
623
|
+
|
|
624
|
+
## Narrative Principles
|
|
625
|
+
|
|
626
|
+
**Always:**
|
|
627
|
+
- Make it beautiful (visuals, music, words)
|
|
628
|
+
- Make it personal (use their name, remember choices)
|
|
629
|
+
- Make it empowering (they created something real)
|
|
630
|
+
- Make it social (community matters)
|
|
631
|
+
- Make it clear (no confusion about next steps)
|
|
632
|
+
|
|
633
|
+
**Never:**
|
|
634
|
+
- Overwhelming complexity in first session
|
|
635
|
+
- Dark or discouraging themes
|
|
636
|
+
- Competitive pressure
|
|
637
|
+
- Judgment of creative choices
|
|
638
|
+
- Forced social interaction
|
|
639
|
+
|
|
640
|
+
---
|
|
641
|
+
|
|
642
|
+
*This onboarding narrative creates the foundation for a creator's entire Arcanean journey. Every word, every moment, every choice shapes how they see themselves and the platform. Make it magical.*
|