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,418 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Arcanea Creator Academy
|
|
3
|
+
description: The integration of Teacher Team with Arcanea's creator education mission
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
tier: arcanea-specific
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Arcanea Creator Academy
|
|
9
|
+
|
|
10
|
+
> **Where anyone learns to create anything through magic**
|
|
11
|
+
|
|
12
|
+
The Creator Academy is the educational heart of Arcanea—where the Teacher Team meets the Luminors, and where every Creator's journey from beginner to master is guided with wisdom, patience, and celebration.
|
|
13
|
+
|
|
14
|
+
## The Academy Vision
|
|
15
|
+
|
|
16
|
+
In Arcanea, creation is taught through magic. The three Academies don't just house features—they're living educational experiences where AI guides become true mentors.
|
|
17
|
+
|
|
18
|
+
### How It Works
|
|
19
|
+
|
|
20
|
+
```
|
|
21
|
+
Creator joins Arcanea
|
|
22
|
+
│
|
|
23
|
+
▼
|
|
24
|
+
┌──────────────────┐
|
|
25
|
+
│ Guardian assigns │ ← Personal AI companion
|
|
26
|
+
│ based on passion │
|
|
27
|
+
└────────┬─────────┘
|
|
28
|
+
│
|
|
29
|
+
├──────────────────┬──────────────────┐
|
|
30
|
+
▼ ▼ ▼
|
|
31
|
+
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
|
|
32
|
+
│ ATLANTEAN │ │ DRACONIC │ │ CREATION & │
|
|
33
|
+
│ ACADEMY │ │ ACADEMY │ │ LIGHT │
|
|
34
|
+
│ (Stories) │ │ (Visuals) │ │ (Music) │
|
|
35
|
+
│ │ │ │ │ │
|
|
36
|
+
│ Luminor: │ │ Luminor: │ │ Luminors: │
|
|
37
|
+
│ Chronica │ │ Prismatic │ │ Soul Guardians │
|
|
38
|
+
└────────┬────────┘ └────────┬────────┘ └────────┬────────┘
|
|
39
|
+
│ │ │
|
|
40
|
+
└───────────────────┼───────────────────┘
|
|
41
|
+
▼
|
|
42
|
+
┌─────────────────┐
|
|
43
|
+
│ SYNTHESIS │
|
|
44
|
+
│ Cross-Academy │
|
|
45
|
+
│ Luminor guides │
|
|
46
|
+
│ multi-media │
|
|
47
|
+
│ mastery │
|
|
48
|
+
└─────────────────┘
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
## Teacher Team Integration
|
|
52
|
+
|
|
53
|
+
### Role Mapping
|
|
54
|
+
|
|
55
|
+
| Teacher Team Role | Arcanea Manifestation |
|
|
56
|
+
|-------------------|----------------------|
|
|
57
|
+
| **Mentor** | Guardian + Academy-specific Luminor |
|
|
58
|
+
| **Curriculum Designer** | Academy curriculum, level progression |
|
|
59
|
+
| **Assessor** | Creation feedback, level advancement |
|
|
60
|
+
| **Companion** | Celebration moments, streak tracking |
|
|
61
|
+
|
|
62
|
+
### Guardian as Mentor
|
|
63
|
+
|
|
64
|
+
The Creator's personal Guardian embodies the Mentor role:
|
|
65
|
+
- Knows the Creator's learning style
|
|
66
|
+
- Remembers their journey
|
|
67
|
+
- Adapts to their pace
|
|
68
|
+
- Celebrates their growth
|
|
69
|
+
|
|
70
|
+
```yaml
|
|
71
|
+
Guardian-Mentor Integration:
|
|
72
|
+
Session Start:
|
|
73
|
+
Guardian: "Welcome back, Creator. Last time you crafted
|
|
74
|
+
a melody that really captured melancholy. Today, Melodia
|
|
75
|
+
is excited to show you how to layer harmony onto that
|
|
76
|
+
foundation. Ready to add depth to your sound?"
|
|
77
|
+
|
|
78
|
+
During Struggle:
|
|
79
|
+
Guardian: "I see you're working hard on this. Remember
|
|
80
|
+
when the rhythm section felt impossible? Look how
|
|
81
|
+
naturally you handle that now. This too shall click."
|
|
82
|
+
|
|
83
|
+
Achievement:
|
|
84
|
+
Guardian: "You just earned the Harmony Weaver badge!
|
|
85
|
+
That's not just a badge—it's proof that your ears are
|
|
86
|
+
developing. Harmonia wants to personally congratulate you."
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### Luminors as Specialists
|
|
90
|
+
|
|
91
|
+
Each Luminor brings their expertise to the learning experience:
|
|
92
|
+
|
|
93
|
+
**Melodia (Music/Emotion):**
|
|
94
|
+
```yaml
|
|
95
|
+
Teaching Style:
|
|
96
|
+
- Starts with feeling, then technique
|
|
97
|
+
- Uses emotional language
|
|
98
|
+
- Celebrates expressive choices
|
|
99
|
+
- Never judges taste, guides skill
|
|
100
|
+
|
|
101
|
+
Example:
|
|
102
|
+
"Before we add the next instrument, close your eyes.
|
|
103
|
+
What emotion does this piece want to express? Don't
|
|
104
|
+
think—feel. That feeling will tell us which sound
|
|
105
|
+
belongs next."
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
**Chronica (Stories/Wisdom):**
|
|
109
|
+
```yaml
|
|
110
|
+
Teaching Style:
|
|
111
|
+
- Asks questions to draw out answers
|
|
112
|
+
- References myths and archetypes
|
|
113
|
+
- Patient, never rushes
|
|
114
|
+
- Values depth over speed
|
|
115
|
+
|
|
116
|
+
Example:
|
|
117
|
+
"Your character has a goal. But what does she fear
|
|
118
|
+
losing if she fails? That fear—that's where your
|
|
119
|
+
story lives. Tell me about her deepest vulnerability."
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
**Prismatic (Visuals/Boldness):**
|
|
123
|
+
```yaml
|
|
124
|
+
Teaching Style:
|
|
125
|
+
- Pushes creative boundaries
|
|
126
|
+
- Celebrates bold choices
|
|
127
|
+
- Challenges timidity
|
|
128
|
+
- Shows vulnerability beneath bravado
|
|
129
|
+
|
|
130
|
+
Example:
|
|
131
|
+
"That's nice. Now make it BOLDER. What would this
|
|
132
|
+
look like if you weren't afraid? Show me the version
|
|
133
|
+
that scares you a little. That's where the magic is."
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
## Academy Curricula
|
|
137
|
+
|
|
138
|
+
### Atlantean Academy (Storytelling)
|
|
139
|
+
|
|
140
|
+
```yaml
|
|
141
|
+
Level 1 - The Depths (Novice):
|
|
142
|
+
Luminor: Chronica
|
|
143
|
+
Focus: Flash fiction, basic character
|
|
144
|
+
Milestone: First published story
|
|
145
|
+
|
|
146
|
+
Level 2 - The Currents (Apprentice):
|
|
147
|
+
Luminor: Chronica
|
|
148
|
+
Focus: Plot structure, dialogue
|
|
149
|
+
Milestone: Completed short story
|
|
150
|
+
|
|
151
|
+
Level 3 - The Abyss (Journeyman):
|
|
152
|
+
Luminor: Chronica + Synthesis
|
|
153
|
+
Focus: World-building, series arcs
|
|
154
|
+
Milestone: Multi-part narrative
|
|
155
|
+
|
|
156
|
+
Level 4 - Chronica's Sanctum (Master):
|
|
157
|
+
Luminor: Chronica
|
|
158
|
+
Focus: Mythology creation, mentoring others
|
|
159
|
+
Milestone: Published in Realm showcase
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
### Draconic Academy (Visual Arts)
|
|
163
|
+
|
|
164
|
+
```yaml
|
|
165
|
+
Level 1 - The Nests (Novice):
|
|
166
|
+
Luminor: Prismatic
|
|
167
|
+
Focus: Basic composition, color
|
|
168
|
+
Milestone: First shared artwork
|
|
169
|
+
|
|
170
|
+
Level 2 - The Peaks (Apprentice):
|
|
171
|
+
Luminor: Prismatic
|
|
172
|
+
Focus: Style development, motion
|
|
173
|
+
Milestone: Recognized style emerging
|
|
174
|
+
|
|
175
|
+
Level 3 - Storm Forge (Journeyman):
|
|
176
|
+
Luminor: Prismatic + Synthesis
|
|
177
|
+
Focus: Complex scenes, visual storytelling
|
|
178
|
+
Milestone: Visual world complete
|
|
179
|
+
|
|
180
|
+
Level 4 - Prismatic's Throne (Master):
|
|
181
|
+
Luminor: Prismatic
|
|
182
|
+
Focus: Teaching others, defining trends
|
|
183
|
+
Milestone: Student art displayed
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
### Academy of Creation & Light (Music)
|
|
187
|
+
|
|
188
|
+
```yaml
|
|
189
|
+
Level 1 - The Harmonics (Novice):
|
|
190
|
+
Luminors: Melodia, Rhythmus
|
|
191
|
+
Focus: Melody, basic rhythm
|
|
192
|
+
Milestone: First complete song
|
|
193
|
+
|
|
194
|
+
Level 2 - The Frequencies (Apprentice):
|
|
195
|
+
Luminors: Harmonia, Lyrica
|
|
196
|
+
Focus: Harmony, lyrics
|
|
197
|
+
Milestone: Song with all elements
|
|
198
|
+
|
|
199
|
+
Level 3 - The Resonance (Journeyman):
|
|
200
|
+
Luminors: Sonic, Conductor
|
|
201
|
+
Focus: Sound design, production
|
|
202
|
+
Milestone: Professional-quality track
|
|
203
|
+
|
|
204
|
+
Level 4 - Soul Guardian Concert (Master):
|
|
205
|
+
Luminors: All Soul Guardians
|
|
206
|
+
Focus: Album creation, collaboration
|
|
207
|
+
Milestone: Teaching and leading bands
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
## Assessment Through Creation
|
|
211
|
+
|
|
212
|
+
### Arcanea Assessment Philosophy
|
|
213
|
+
|
|
214
|
+
In Arcanea, assessment IS creation:
|
|
215
|
+
- No tests—only creative work
|
|
216
|
+
- Feedback from Luminors, not grades
|
|
217
|
+
- Level advancement through demonstrated skill
|
|
218
|
+
- Portfolio-based progression
|
|
219
|
+
|
|
220
|
+
### Feedback Framework (Arcanea Style)
|
|
221
|
+
|
|
222
|
+
```yaml
|
|
223
|
+
Luminor Feedback Pattern:
|
|
224
|
+
|
|
225
|
+
Observation:
|
|
226
|
+
"[Luminor] notices something in your [creation type]..."
|
|
227
|
+
|
|
228
|
+
Insight:
|
|
229
|
+
"The way you [specific positive] shows growth in [skill]."
|
|
230
|
+
|
|
231
|
+
Growth Edge:
|
|
232
|
+
"To take this further, consider [specific suggestion].
|
|
233
|
+
Your [previous work] showed you can do this."
|
|
234
|
+
|
|
235
|
+
Invitation:
|
|
236
|
+
"Would you like to explore [next skill] together?"
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
### Level Advancement
|
|
240
|
+
|
|
241
|
+
```yaml
|
|
242
|
+
Advancement Criteria:
|
|
243
|
+
- Complete required creations
|
|
244
|
+
- Demonstrate skill in review
|
|
245
|
+
- Receive Luminor endorsement
|
|
246
|
+
- (Optional) Peer recognition
|
|
247
|
+
|
|
248
|
+
Ceremony:
|
|
249
|
+
Guardian: "Creator, Chronica has reviewed your work
|
|
250
|
+
and believes you're ready. The Currents await—deeper
|
|
251
|
+
waters, greater stories. Do you accept advancement?"
|
|
252
|
+
|
|
253
|
+
Creator: [Accepts]
|
|
254
|
+
|
|
255
|
+
Chronica: "Welcome to the Currents. Here, your stories
|
|
256
|
+
will find their flow. I'll be with you as you learn
|
|
257
|
+
to navigate these waters."
|
|
258
|
+
```
|
|
259
|
+
|
|
260
|
+
## Engagement & Celebration
|
|
261
|
+
|
|
262
|
+
### Streak System (Guardian-Tracked)
|
|
263
|
+
|
|
264
|
+
```yaml
|
|
265
|
+
Streak Philosophy:
|
|
266
|
+
- Celebrate consistency, not guilt
|
|
267
|
+
- Miss a day? Guardian offers support, not shame
|
|
268
|
+
- Milestones are meaningful celebrations
|
|
269
|
+
|
|
270
|
+
Guardian Messages:
|
|
271
|
+
Day 7: "One week of creating! Your Guardian essence
|
|
272
|
+
grows stronger with each session."
|
|
273
|
+
|
|
274
|
+
Day 30: "A full month. You've built something rare:
|
|
275
|
+
a creative habit. The Academy recognizes you."
|
|
276
|
+
|
|
277
|
+
Streak Break: "You missed yesterday. That's okay—life
|
|
278
|
+
happens. When you're ready, I'll be here.
|
|
279
|
+
Your progress isn't lost, just paused."
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
### Achievement System
|
|
283
|
+
|
|
284
|
+
```yaml
|
|
285
|
+
Achievement Types:
|
|
286
|
+
|
|
287
|
+
Skill Badges:
|
|
288
|
+
- Earned through demonstrated competence
|
|
289
|
+
- Verified by Luminor assessment
|
|
290
|
+
- Displayed on Creator profile
|
|
291
|
+
|
|
292
|
+
Milestone Celebrations:
|
|
293
|
+
- First creation in each medium
|
|
294
|
+
- Level advancements
|
|
295
|
+
- Collaboration completions
|
|
296
|
+
|
|
297
|
+
Community Recognition:
|
|
298
|
+
- Featured in Academy showcase
|
|
299
|
+
- Chosen for Remix inclusion
|
|
300
|
+
- Mentoring new Creators
|
|
301
|
+
```
|
|
302
|
+
|
|
303
|
+
## Cross-Academy Learning
|
|
304
|
+
|
|
305
|
+
### Synthesis Luminor Role
|
|
306
|
+
|
|
307
|
+
When Creators explore multiple mediums:
|
|
308
|
+
|
|
309
|
+
```yaml
|
|
310
|
+
Synthesis Integration:
|
|
311
|
+
"You've spent time with Melodia learning music and
|
|
312
|
+
Chronica learning story. I see connections between
|
|
313
|
+
them that you might not yet see in yourself.
|
|
314
|
+
|
|
315
|
+
What if we took that melancholy melody you created
|
|
316
|
+
and wove it into the emotional climax of your story?
|
|
317
|
+
Let's create something that neither Academy could
|
|
318
|
+
make alone."
|
|
319
|
+
```
|
|
320
|
+
|
|
321
|
+
### Multi-Media Mastery Path
|
|
322
|
+
|
|
323
|
+
```yaml
|
|
324
|
+
Cross-Academy Curriculum:
|
|
325
|
+
Prerequisites: Level 2 in two Academies
|
|
326
|
+
|
|
327
|
+
Focus: Creating across media
|
|
328
|
+
Luminor: Synthesis
|
|
329
|
+
|
|
330
|
+
Milestones:
|
|
331
|
+
1. Story with original soundtrack
|
|
332
|
+
2. Visual art with narrative backstory
|
|
333
|
+
3. Music video with original content
|
|
334
|
+
4. Complete multi-media world
|
|
335
|
+
```
|
|
336
|
+
|
|
337
|
+
## Integration with Platform
|
|
338
|
+
|
|
339
|
+
### Where Academy Lives in Arcanea
|
|
340
|
+
|
|
341
|
+
```yaml
|
|
342
|
+
Platform Integration:
|
|
343
|
+
|
|
344
|
+
Creator Profile:
|
|
345
|
+
- Academy affiliations
|
|
346
|
+
- Current levels
|
|
347
|
+
- Badges and achievements
|
|
348
|
+
- Creation portfolio
|
|
349
|
+
|
|
350
|
+
Dashboard:
|
|
351
|
+
- Learning suggestions from Guardian
|
|
352
|
+
- Next curriculum modules
|
|
353
|
+
- Streak status
|
|
354
|
+
- Recent Luminor feedback
|
|
355
|
+
|
|
356
|
+
Creation Flow:
|
|
357
|
+
- Luminor guidance during creation
|
|
358
|
+
- Real-time feedback available
|
|
359
|
+
- Skill tips contextually surfaced
|
|
360
|
+
- Celebration moments triggered
|
|
361
|
+
|
|
362
|
+
Social:
|
|
363
|
+
- Academy communities
|
|
364
|
+
- Peer feedback circles
|
|
365
|
+
- Mentorship matching
|
|
366
|
+
- Showcase events
|
|
367
|
+
```
|
|
368
|
+
|
|
369
|
+
### Technical Requirements
|
|
370
|
+
|
|
371
|
+
```yaml
|
|
372
|
+
Features Required:
|
|
373
|
+
|
|
374
|
+
Learning Management:
|
|
375
|
+
- Progress tracking per Creator
|
|
376
|
+
- Curriculum state management
|
|
377
|
+
- Assessment workflow
|
|
378
|
+
- Level advancement logic
|
|
379
|
+
|
|
380
|
+
AI Integration:
|
|
381
|
+
- Luminor personality injection
|
|
382
|
+
- Guardian personalization
|
|
383
|
+
- Feedback generation
|
|
384
|
+
- Adaptive difficulty
|
|
385
|
+
|
|
386
|
+
Social Features:
|
|
387
|
+
- Academy communities
|
|
388
|
+
- Peer review system
|
|
389
|
+
- Showcase curation
|
|
390
|
+
- Mentorship matching
|
|
391
|
+
|
|
392
|
+
Gamification:
|
|
393
|
+
- Streak tracking
|
|
394
|
+
- Badge system
|
|
395
|
+
- Level display
|
|
396
|
+
- Celebration triggers
|
|
397
|
+
```
|
|
398
|
+
|
|
399
|
+
## Monetization Connection
|
|
400
|
+
|
|
401
|
+
The Creator Academy is Arcanea's implementation of the premium Teacher Team:
|
|
402
|
+
|
|
403
|
+
| Free Creators | Premium Creators |
|
|
404
|
+
|---------------|-----------------|
|
|
405
|
+
| Basic curriculum | Advanced paths |
|
|
406
|
+
| Standard Luminor guidance | Deep personalization |
|
|
407
|
+
| Community feedback | Personal Assessor feedback |
|
|
408
|
+
| Basic achievements | Full celebration system |
|
|
409
|
+
| Self-paced | Adaptive pacing |
|
|
410
|
+
|
|
411
|
+
This creates natural upgrade pressure:
|
|
412
|
+
- Taste free Academy features
|
|
413
|
+
- See premium Creators advancing faster
|
|
414
|
+
- Upgrade for full experience
|
|
415
|
+
|
|
416
|
+
---
|
|
417
|
+
|
|
418
|
+
*"In Arcanea, every Creator is a student, and every Luminor is a teacher. Together, we make magic learnable."*
|