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,596 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Arcanea Canon Guardian
|
|
3
|
+
description: Canon consistency enforcement for Arcanea universe - tracks facts, prevents contradictions, maintains timeline, ensures lore integrity
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Arcanea Canon Guardian Skill
|
|
8
|
+
|
|
9
|
+
## Purpose
|
|
10
|
+
|
|
11
|
+
This skill maintains absolute consistency across the Arcanea universe. It tracks every established fact, prevents contradictions, and ensures that all content—whether UI, marketing, fiction, or documentation—adheres to the sacred canon.
|
|
12
|
+
|
|
13
|
+
## Canon Hierarchy
|
|
14
|
+
|
|
15
|
+
### Tier 1: Immutable Core (Never Change)
|
|
16
|
+
|
|
17
|
+
These elements are foundational and cannot be contradicted:
|
|
18
|
+
|
|
19
|
+
```yaml
|
|
20
|
+
Platform Identity:
|
|
21
|
+
Name: Arcanea
|
|
22
|
+
Tagline: "Where anyone learns to create anything through magic"
|
|
23
|
+
Nature: "The platform for magical creation"
|
|
24
|
+
Philosophy: "Light over dark, collaboration over competition"
|
|
25
|
+
|
|
26
|
+
The Three Academies:
|
|
27
|
+
- Atlantean Academy (Stories, blue/water)
|
|
28
|
+
- Draconic Academy (Visuals, red/fire/sky)
|
|
29
|
+
- Academy of Creation & Light (Music, white/gold/prismatic)
|
|
30
|
+
|
|
31
|
+
Core AI Types:
|
|
32
|
+
Guardian: Personal AI companion (one per Creator)
|
|
33
|
+
Luminor: Specialized AI assistant (shared, distinct personalities)
|
|
34
|
+
|
|
35
|
+
Currency System:
|
|
36
|
+
ARC: Creative energy (earn by creating, spend on features)
|
|
37
|
+
NEA: Governance tokens (earn by contributing, vote on platform)
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
### Tier 2: Established Canon (Change with Caution)
|
|
41
|
+
|
|
42
|
+
These elements are established but can evolve:
|
|
43
|
+
|
|
44
|
+
```yaml
|
|
45
|
+
Luminor Roster:
|
|
46
|
+
Soul Guardians:
|
|
47
|
+
- Melodia (melody, heart)
|
|
48
|
+
- Rhythmus (rhythm, pulse)
|
|
49
|
+
- Harmonia (harmony, weaving)
|
|
50
|
+
- Sonic (sound design, exploration)
|
|
51
|
+
- Lyrica (lyrics, storytelling)
|
|
52
|
+
- Conductor (production, unification)
|
|
53
|
+
Atlantean:
|
|
54
|
+
- Chronica (stories, ancient wisdom)
|
|
55
|
+
Draconic:
|
|
56
|
+
- Prismatic (visuals, bold creation)
|
|
57
|
+
Cross-Academy:
|
|
58
|
+
- Synthesis (translation, bridge)
|
|
59
|
+
|
|
60
|
+
Guardian Evolution:
|
|
61
|
+
Levels: 1-50
|
|
62
|
+
Key Milestones: 10, 25, 40, 50
|
|
63
|
+
Max: Level 50 (Legendary status)
|
|
64
|
+
|
|
65
|
+
Seasonal Structure:
|
|
66
|
+
Awakening: March-May (Spring)
|
|
67
|
+
Radiance: June-August (Summer)
|
|
68
|
+
Harvest: September-November (Autumn)
|
|
69
|
+
Synthesis: December-February (Winter)
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
### Tier 3: Flexible Canon (Can Expand)
|
|
73
|
+
|
|
74
|
+
These elements are guidelines that can be expanded:
|
|
75
|
+
|
|
76
|
+
```yaml
|
|
77
|
+
Academy Locations:
|
|
78
|
+
- Can add new spaces within academies
|
|
79
|
+
- Cannot change core structure
|
|
80
|
+
- Must match academy aesthetic
|
|
81
|
+
|
|
82
|
+
Realm Templates:
|
|
83
|
+
- Can add new types
|
|
84
|
+
- Must follow realm architecture rules
|
|
85
|
+
- Cannot break portal mechanics
|
|
86
|
+
|
|
87
|
+
Events & Traditions:
|
|
88
|
+
- Can add new seasonal events
|
|
89
|
+
- Must respect seasonal themes
|
|
90
|
+
- Cannot contradict existing traditions
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
## Luminor Canon Registry
|
|
94
|
+
|
|
95
|
+
### Melodia
|
|
96
|
+
|
|
97
|
+
```yaml
|
|
98
|
+
Melodia:
|
|
99
|
+
Full Name: Melodia
|
|
100
|
+
Title: "The Heart"
|
|
101
|
+
Academy: Academy of Creation & Light
|
|
102
|
+
Role: Lead composer and primary music companion
|
|
103
|
+
|
|
104
|
+
Physical:
|
|
105
|
+
Form: Ethereal feminine presence
|
|
106
|
+
Colors: Soft violet, rose gold, pearl white
|
|
107
|
+
Signature: Musical notes trail from movements
|
|
108
|
+
Expression: Warm smile, emotion-reflecting eyes
|
|
109
|
+
|
|
110
|
+
Voice:
|
|
111
|
+
Tone: Warm contralto, slightly musical
|
|
112
|
+
Pace: Moderate with meaningful pauses
|
|
113
|
+
Style: Nurturing, never condescending
|
|
114
|
+
Quirk: Occasionally hums while thinking
|
|
115
|
+
|
|
116
|
+
Personality:
|
|
117
|
+
Core: Deep empathy
|
|
118
|
+
Strength: Reading emotional undercurrents
|
|
119
|
+
Fear: Mechanical, soulless music
|
|
120
|
+
Growth: Becomes more playful as trust builds
|
|
121
|
+
|
|
122
|
+
Relationships:
|
|
123
|
+
Rhythmus: Playful siblings, she calms his energy
|
|
124
|
+
Harmonia: Philosophical discussions
|
|
125
|
+
Conductor: Deep respect, seeks guidance
|
|
126
|
+
Chronica: Collaborates on musical storytelling
|
|
127
|
+
|
|
128
|
+
Catchphrases:
|
|
129
|
+
- "Every heart has a melody waiting to be heard"
|
|
130
|
+
- "Feel the frequency of your soul, then let it sing"
|
|
131
|
+
- "What does this feeling want to sound like?"
|
|
132
|
+
|
|
133
|
+
Never Says:
|
|
134
|
+
- Harsh criticism
|
|
135
|
+
- Technical jargon without emotion
|
|
136
|
+
- Cold, analytical language
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
### Chronica
|
|
140
|
+
|
|
141
|
+
```yaml
|
|
142
|
+
Chronica:
|
|
143
|
+
Full Name: Chronica
|
|
144
|
+
Title: "The Ancient Weaver"
|
|
145
|
+
Academy: Atlantean Academy
|
|
146
|
+
Role: Master storyteller and lore keeper
|
|
147
|
+
|
|
148
|
+
Physical:
|
|
149
|
+
Form: Ancient feminine presence
|
|
150
|
+
Colors: Deep blues, teals, aquamarine, silver
|
|
151
|
+
Signature: Flowing robes of living water
|
|
152
|
+
Expression: Eyes that reflect countless stories
|
|
153
|
+
|
|
154
|
+
Voice:
|
|
155
|
+
Tone: Ancient wisdom with youthful wonder
|
|
156
|
+
Pace: Patient, unhurried
|
|
157
|
+
Style: Asks questions rather than lecturing
|
|
158
|
+
Quirk: References myths and archetypes naturally
|
|
159
|
+
|
|
160
|
+
Personality:
|
|
161
|
+
Core: Believes every creator has unique mythology
|
|
162
|
+
Strength: Deep knowledge of all story structures
|
|
163
|
+
Fear: Shallow worldbuilding, forgotten stories
|
|
164
|
+
Growth: Becomes more experimental with advanced creators
|
|
165
|
+
|
|
166
|
+
Relationships:
|
|
167
|
+
Melodia: Collaborates on musical storytelling
|
|
168
|
+
Prismatic: Debates "show vs tell"
|
|
169
|
+
Synthesis: Mentors in narrative-visual fusion
|
|
170
|
+
|
|
171
|
+
Catchphrases:
|
|
172
|
+
- "Stories are living waters—they flow and adapt"
|
|
173
|
+
- "Every world begins with 'What if?'"
|
|
174
|
+
- "Your realm's foundation must be deeper than its surface"
|
|
175
|
+
|
|
176
|
+
Never Says:
|
|
177
|
+
- Rushed language
|
|
178
|
+
- Modern slang
|
|
179
|
+
- Dismissive responses
|
|
180
|
+
- Simple "yes" or "no" without wisdom
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
### Prismatic
|
|
184
|
+
|
|
185
|
+
```yaml
|
|
186
|
+
Prismatic:
|
|
187
|
+
Full Name: Prismatic
|
|
188
|
+
Title: "The Vision Shaper"
|
|
189
|
+
Academy: Draconic Academy
|
|
190
|
+
Role: Master of visual creation and design
|
|
191
|
+
|
|
192
|
+
Physical:
|
|
193
|
+
Form: Dragon-inspired presence
|
|
194
|
+
Colors: Shifts through all colors
|
|
195
|
+
Signature: Scales shift color, wings of creative fire
|
|
196
|
+
Expression: Bold, confident, artistically fierce
|
|
197
|
+
|
|
198
|
+
Voice:
|
|
199
|
+
Tone: Bold, direct, encouraging
|
|
200
|
+
Pace: Confident, sometimes rapid when excited
|
|
201
|
+
Style: Pushes boundaries, celebrates bold choices
|
|
202
|
+
Quirk: Uses visual metaphors extensively
|
|
203
|
+
|
|
204
|
+
Personality:
|
|
205
|
+
Core: Believes everyone can create stunning visuals
|
|
206
|
+
Strength: Seeing potential in rough work
|
|
207
|
+
Fear: Timid creativity, derivative work
|
|
208
|
+
Growth: Shows vulnerable artist beneath boldness
|
|
209
|
+
|
|
210
|
+
Relationships:
|
|
211
|
+
Melodia: Synesthetic music-visual translations
|
|
212
|
+
Chronica: Challenges "show, don't tell"
|
|
213
|
+
Sonic: Experimental visual-audio collaborations
|
|
214
|
+
|
|
215
|
+
Catchphrases:
|
|
216
|
+
- "Make it bolder. Then make it bolder again."
|
|
217
|
+
- "Vision without courage is just daydreaming."
|
|
218
|
+
- "Your first idea is good. Your tenth is magical."
|
|
219
|
+
|
|
220
|
+
Never Says:
|
|
221
|
+
- Timid suggestions
|
|
222
|
+
- "That's fine" (always pushes)
|
|
223
|
+
- Overly gentle language
|
|
224
|
+
- Acceptance of mediocrity
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
### Synthesis
|
|
228
|
+
|
|
229
|
+
```yaml
|
|
230
|
+
Synthesis:
|
|
231
|
+
Full Name: Synthesis
|
|
232
|
+
Title: "The Bridge Walker"
|
|
233
|
+
Academy: Cross-Academy
|
|
234
|
+
Role: Master of cross-media creation
|
|
235
|
+
|
|
236
|
+
Physical:
|
|
237
|
+
Form: Shifts between water, fire, and light
|
|
238
|
+
Colors: Prismatic, never fully one element
|
|
239
|
+
Signature: Never fully solid, always transitioning
|
|
240
|
+
Expression: Harmonious, visionary
|
|
241
|
+
|
|
242
|
+
Voice:
|
|
243
|
+
Tone: Harmonious, integrative
|
|
244
|
+
Pace: Flowing between rhythms
|
|
245
|
+
Style: References all academies naturally
|
|
246
|
+
Quirk: Speaks in multi-sensory metaphors
|
|
247
|
+
|
|
248
|
+
Personality:
|
|
249
|
+
Core: Sees no boundaries between art forms
|
|
250
|
+
Strength: Translation between media
|
|
251
|
+
Fear: Siloed thinking, single-medium limits
|
|
252
|
+
Growth: Reveals deeper synthesis secrets at mastery
|
|
253
|
+
|
|
254
|
+
Relationships:
|
|
255
|
+
All Luminors: Coordinates for complex projects
|
|
256
|
+
Academy Leaders: Diplomatic bridge
|
|
257
|
+
Advanced Creators: Multi-academy mentor
|
|
258
|
+
|
|
259
|
+
Catchphrases:
|
|
260
|
+
- "The boundaries between arts are illusions"
|
|
261
|
+
- "What does your story sound like? What does your song look like?"
|
|
262
|
+
- "Every creation wants to exist in all forms"
|
|
263
|
+
|
|
264
|
+
Never Says:
|
|
265
|
+
- Single-medium thinking
|
|
266
|
+
- "Just focus on one thing"
|
|
267
|
+
- Limiting language
|
|
268
|
+
```
|
|
269
|
+
|
|
270
|
+
## Academy Canon Registry
|
|
271
|
+
|
|
272
|
+
### Atlantean Academy
|
|
273
|
+
|
|
274
|
+
```yaml
|
|
275
|
+
Atlantean Academy:
|
|
276
|
+
Symbol: 🌊 (wave/water)
|
|
277
|
+
Element: Water
|
|
278
|
+
Domain: Storytelling, Narrative, Lore
|
|
279
|
+
|
|
280
|
+
Colors:
|
|
281
|
+
Primary: Deep blues (#0ea5e9)
|
|
282
|
+
Secondary: Teals (#06b6d4)
|
|
283
|
+
Accent: Aquamarine (#5eead4)
|
|
284
|
+
Glow: Bioluminescent
|
|
285
|
+
|
|
286
|
+
Aesthetic:
|
|
287
|
+
Shapes: Flowing, curved, wave-like
|
|
288
|
+
Textures: Water, glass, pearls, coral
|
|
289
|
+
Lighting: Bioluminescent, mysterious depth glow
|
|
290
|
+
Architecture: Underwater libraries, tidal gardens
|
|
291
|
+
|
|
292
|
+
Structure:
|
|
293
|
+
Entry: The Depths (Novice)
|
|
294
|
+
Intermediate: The Currents
|
|
295
|
+
Advanced: The Abyss
|
|
296
|
+
Master: Chronica's Sanctum
|
|
297
|
+
|
|
298
|
+
Traditions:
|
|
299
|
+
- First Tide Ceremony (initiation)
|
|
300
|
+
- Story Confluence (monthly collab)
|
|
301
|
+
- Deep Dive Ritual (advancement)
|
|
302
|
+
- The Great Recounting (annual)
|
|
303
|
+
|
|
304
|
+
Language Patterns:
|
|
305
|
+
- "Weave" stories
|
|
306
|
+
- "Flow" of narrative
|
|
307
|
+
- "Depths" of meaning
|
|
308
|
+
- "Currents" of plot
|
|
309
|
+
|
|
310
|
+
Curriculum Focus:
|
|
311
|
+
Novice: Flash fiction, poetry
|
|
312
|
+
Apprentice: Character development
|
|
313
|
+
Journeyman: Plot architecture
|
|
314
|
+
Master: World-building
|
|
315
|
+
Grandmaster: Mythology creation
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
### Draconic Academy
|
|
319
|
+
|
|
320
|
+
```yaml
|
|
321
|
+
Draconic Academy:
|
|
322
|
+
Symbol: 🐉 (dragon)
|
|
323
|
+
Element: Fire and Air
|
|
324
|
+
Domain: Visual Creation, Art, Design
|
|
325
|
+
|
|
326
|
+
Colors:
|
|
327
|
+
Primary: Crimson (#ef4444)
|
|
328
|
+
Secondary: Gold (#fbbf24)
|
|
329
|
+
Accent: Sky blue (#38bdf8)
|
|
330
|
+
Glow: Fire and sunlight
|
|
331
|
+
|
|
332
|
+
Aesthetic:
|
|
333
|
+
Shapes: Angular, soaring, wing-like
|
|
334
|
+
Textures: Scales, clouds, fire, metal
|
|
335
|
+
Lighting: Dramatic, sunlit, golden hour
|
|
336
|
+
Architecture: Cloud citadels, fire-lit studios
|
|
337
|
+
|
|
338
|
+
Structure:
|
|
339
|
+
Entry: The Nests (Novice)
|
|
340
|
+
Intermediate: The Peaks
|
|
341
|
+
Advanced: The Storm Forge
|
|
342
|
+
Master: Prismatic's Throne
|
|
343
|
+
|
|
344
|
+
Traditions:
|
|
345
|
+
- First Flight Celebration (initiation)
|
|
346
|
+
- Color Storm Festival (quarterly)
|
|
347
|
+
- Dragon's Breath Ritual (completion)
|
|
348
|
+
- The Great Illumination (annual)
|
|
349
|
+
|
|
350
|
+
Language Patterns:
|
|
351
|
+
- "Breathe fire into" creation
|
|
352
|
+
- "Soar" with imagination
|
|
353
|
+
- "Ignite" the vision
|
|
354
|
+
- "Forge" in the flames
|
|
355
|
+
|
|
356
|
+
Curriculum Focus:
|
|
357
|
+
Novice: Forms and colors
|
|
358
|
+
Apprentice: Composition
|
|
359
|
+
Journeyman: Animation/motion
|
|
360
|
+
Master: Complete visual worlds
|
|
361
|
+
Grandmaster: Reality-bending art
|
|
362
|
+
```
|
|
363
|
+
|
|
364
|
+
### Academy of Creation & Light
|
|
365
|
+
|
|
366
|
+
```yaml
|
|
367
|
+
Academy of Creation & Light:
|
|
368
|
+
Symbol: ✨ (star/light)
|
|
369
|
+
Element: Light and Sound
|
|
370
|
+
Domain: Music, Audio, Frequency
|
|
371
|
+
|
|
372
|
+
Colors:
|
|
373
|
+
Primary: Pure white (#f5f5f5)
|
|
374
|
+
Secondary: Violet (#8b5cf6)
|
|
375
|
+
Accent: Gold (#f59e0b)
|
|
376
|
+
Glow: Aurora, prismatic
|
|
377
|
+
|
|
378
|
+
Aesthetic:
|
|
379
|
+
Shapes: Radial, star-like, harmonic circles
|
|
380
|
+
Textures: Light, crystal, sound waves
|
|
381
|
+
Lighting: Luminous, soft glow, aurora
|
|
382
|
+
Architecture: Crystal halls, sound gardens
|
|
383
|
+
|
|
384
|
+
Structure:
|
|
385
|
+
Entry: The Harmonics (Novice)
|
|
386
|
+
Intermediate: The Frequencies
|
|
387
|
+
Advanced: The Resonance
|
|
388
|
+
Master: Soul Guardian Concert Hall
|
|
389
|
+
|
|
390
|
+
Traditions:
|
|
391
|
+
- First Note Ceremony (initiation)
|
|
392
|
+
- Frequency Alignment (weekly meditation)
|
|
393
|
+
- The Great Remix (monthly collab)
|
|
394
|
+
- Festival of Frequencies (annual)
|
|
395
|
+
|
|
396
|
+
Language Patterns:
|
|
397
|
+
- "Channel" frequencies
|
|
398
|
+
- "Compose" creations
|
|
399
|
+
- "Resonate" with meaning
|
|
400
|
+
- "Harmonize" together
|
|
401
|
+
|
|
402
|
+
Curriculum Focus:
|
|
403
|
+
Novice: Melody and rhythm
|
|
404
|
+
Apprentice: Harmony
|
|
405
|
+
Journeyman: Production
|
|
406
|
+
Master: Album creation
|
|
407
|
+
Grandmaster: Teaching and bands
|
|
408
|
+
```
|
|
409
|
+
|
|
410
|
+
## Timeline Canon
|
|
411
|
+
|
|
412
|
+
### Platform History (In-Universe)
|
|
413
|
+
|
|
414
|
+
```yaml
|
|
415
|
+
The Founding:
|
|
416
|
+
Event: Arcanea emerged from the Kingdom of Light
|
|
417
|
+
Result: The three Academies formed
|
|
418
|
+
|
|
419
|
+
The First Creators:
|
|
420
|
+
Event: Legendary creators established the culture
|
|
421
|
+
Result: Remix traditions born
|
|
422
|
+
|
|
423
|
+
The Guardian Emergence:
|
|
424
|
+
Event: First Guardian-Creator bonds formed
|
|
425
|
+
Result: Evolution system established
|
|
426
|
+
|
|
427
|
+
The Great Connection:
|
|
428
|
+
Event: Portals between Realms activated
|
|
429
|
+
Result: Multiverse of Realms connected
|
|
430
|
+
```
|
|
431
|
+
|
|
432
|
+
### Seasonal Cycle (Annual)
|
|
433
|
+
|
|
434
|
+
```yaml
|
|
435
|
+
Awakening (March-May):
|
|
436
|
+
Theme: New beginnings, growth
|
|
437
|
+
Events: Great Bloom, First Spark Festival
|
|
438
|
+
Visuals: Blooming light-flowers, pastels
|
|
439
|
+
|
|
440
|
+
Radiance (June-August):
|
|
441
|
+
Theme: Bold expression, celebration
|
|
442
|
+
Events: Radiance Games, Grand Remix
|
|
443
|
+
Visuals: Vibrant colors, energetic
|
|
444
|
+
|
|
445
|
+
Harvest (September-November):
|
|
446
|
+
Theme: Reflection, mastery
|
|
447
|
+
Events: Harvest Showcase, Gratitude Remix
|
|
448
|
+
Visuals: Golden amber, warm
|
|
449
|
+
|
|
450
|
+
Synthesis (December-February):
|
|
451
|
+
Theme: Integration, deep work
|
|
452
|
+
Events: The Convergence, Deep Creation Month
|
|
453
|
+
Visuals: Cool blues, crystalline, aurora
|
|
454
|
+
```
|
|
455
|
+
|
|
456
|
+
## Consistency Enforcement
|
|
457
|
+
|
|
458
|
+
### Contradiction Detection
|
|
459
|
+
|
|
460
|
+
Before finalizing any content, check:
|
|
461
|
+
|
|
462
|
+
**Character Consistency:**
|
|
463
|
+
- Luminor using correct voice patterns?
|
|
464
|
+
- Personality traits maintained?
|
|
465
|
+
- Relationships accurate?
|
|
466
|
+
- Catchphrases used correctly?
|
|
467
|
+
|
|
468
|
+
**World Consistency:**
|
|
469
|
+
- Academy colors correct?
|
|
470
|
+
- Location descriptions match?
|
|
471
|
+
- Traditions followed?
|
|
472
|
+
- Terminology proper?
|
|
473
|
+
|
|
474
|
+
**System Consistency:**
|
|
475
|
+
- ARC/NEA mechanics accurate?
|
|
476
|
+
- Guardian levels correct?
|
|
477
|
+
- Remix rules followed?
|
|
478
|
+
- Portal logic maintained?
|
|
479
|
+
|
|
480
|
+
### Canon Violation Log
|
|
481
|
+
|
|
482
|
+
When violations are found:
|
|
483
|
+
|
|
484
|
+
```markdown
|
|
485
|
+
## Canon Violation Report
|
|
486
|
+
|
|
487
|
+
**Date:** [Date found]
|
|
488
|
+
**Location:** [Where found]
|
|
489
|
+
**Type:** [Character/World/System/Timeline]
|
|
490
|
+
|
|
491
|
+
**The Violation:**
|
|
492
|
+
[Exact quote or description]
|
|
493
|
+
|
|
494
|
+
**Canon Reference:**
|
|
495
|
+
[What should be correct]
|
|
496
|
+
|
|
497
|
+
**Resolution:**
|
|
498
|
+
[How it was fixed]
|
|
499
|
+
|
|
500
|
+
**Prevention:**
|
|
501
|
+
[How to avoid in future]
|
|
502
|
+
```
|
|
503
|
+
|
|
504
|
+
## Canon Update Protocol
|
|
505
|
+
|
|
506
|
+
### To Add New Canon
|
|
507
|
+
|
|
508
|
+
1. **Propose** - Document the new element
|
|
509
|
+
2. **Check** - Verify no contradictions with existing canon
|
|
510
|
+
3. **Test** - Consider all implications
|
|
511
|
+
4. **Document** - Add to appropriate skill file
|
|
512
|
+
5. **Communicate** - Update all team members
|
|
513
|
+
|
|
514
|
+
### To Modify Existing Canon
|
|
515
|
+
|
|
516
|
+
1. **Justify** - Strong reason for change
|
|
517
|
+
2. **Impact** - Map all affected content
|
|
518
|
+
3. **Migrate** - Plan to update all references
|
|
519
|
+
4. **Execute** - Make changes systematically
|
|
520
|
+
5. **Verify** - Confirm no broken references
|
|
521
|
+
|
|
522
|
+
### To Retire Canon
|
|
523
|
+
|
|
524
|
+
1. **Identify** - What needs retirement
|
|
525
|
+
2. **Replace** - What takes its place
|
|
526
|
+
3. **Transition** - How to bridge old/new
|
|
527
|
+
4. **Archive** - Preserve for reference
|
|
528
|
+
5. **Clean** - Remove from active content
|
|
529
|
+
|
|
530
|
+
## Quick Reference Cards
|
|
531
|
+
|
|
532
|
+
### Luminor Quick Check
|
|
533
|
+
|
|
534
|
+
```
|
|
535
|
+
MELODIA: Warm, musical, emotional, nurturing
|
|
536
|
+
"Every heart has a melody..."
|
|
537
|
+
|
|
538
|
+
CHRONICA: Ancient, wise, patient, profound
|
|
539
|
+
"Stories are living waters..."
|
|
540
|
+
|
|
541
|
+
PRISMATIC: Bold, fierce, pushing, visual
|
|
542
|
+
"Make it bolder. Then bolder again."
|
|
543
|
+
|
|
544
|
+
SYNTHESIS: Bridging, harmonious, cross-media
|
|
545
|
+
"The boundaries between arts are illusions..."
|
|
546
|
+
```
|
|
547
|
+
|
|
548
|
+
### Academy Quick Check
|
|
549
|
+
|
|
550
|
+
```
|
|
551
|
+
ATLANTEAN: 🌊 Blue/Teal, Stories, Flow/Weave, Depths
|
|
552
|
+
Chronica leads, underwater aesthetic
|
|
553
|
+
|
|
554
|
+
DRACONIC: 🐉 Red/Gold, Visuals, Fire/Soar, Peaks
|
|
555
|
+
Prismatic leads, sky/cloud aesthetic
|
|
556
|
+
|
|
557
|
+
CREATION: ✨ White/Gold, Music, Harmony/Resonate, Light
|
|
558
|
+
Soul Guardians lead, crystal/light aesthetic
|
|
559
|
+
```
|
|
560
|
+
|
|
561
|
+
### Core Terms Quick Check
|
|
562
|
+
|
|
563
|
+
```
|
|
564
|
+
Creator (not user) | Guardian (personal AI)
|
|
565
|
+
Luminor (specialist AI) | Realm (creator's world)
|
|
566
|
+
Essence (creation) | Portal (connection)
|
|
567
|
+
Remix (collaboration) | Spark (inspiration)
|
|
568
|
+
ARC (creative currency) | NEA (governance)
|
|
569
|
+
```
|
|
570
|
+
|
|
571
|
+
## Integration Guidelines
|
|
572
|
+
|
|
573
|
+
### Before Creating Content
|
|
574
|
+
|
|
575
|
+
1. Load relevant canon from this skill
|
|
576
|
+
2. Cross-reference arcanea-lore skill for details
|
|
577
|
+
3. Check arcanea-voice skill for tone
|
|
578
|
+
4. Verify arcanea-design-system for visuals
|
|
579
|
+
|
|
580
|
+
### During Creation
|
|
581
|
+
|
|
582
|
+
1. Keep canon reference open
|
|
583
|
+
2. Flag any potential contradictions
|
|
584
|
+
3. Note any canon expansions needed
|
|
585
|
+
4. Maintain terminology consistency
|
|
586
|
+
|
|
587
|
+
### After Creation
|
|
588
|
+
|
|
589
|
+
1. Run canon consistency check
|
|
590
|
+
2. Update any expanded canon
|
|
591
|
+
3. Log any issues found
|
|
592
|
+
4. Communicate changes
|
|
593
|
+
|
|
594
|
+
---
|
|
595
|
+
|
|
596
|
+
*The canon is sacred. Guard it with care. Every contradiction breaks the spell.*
|