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.
Files changed (105) hide show
  1. package/CLAUDE.md +169 -0
  2. package/README.md +376 -0
  3. package/agents/arcanea-ai-specialist.md +732 -0
  4. package/agents/arcanea-architect.md +351 -0
  5. package/agents/arcanea-backend.md +809 -0
  6. package/agents/arcanea-character-crafter.md +381 -0
  7. package/agents/arcanea-development.md +304 -0
  8. package/agents/arcanea-devops.md +736 -0
  9. package/agents/arcanea-frontend.md +543 -0
  10. package/agents/arcanea-lore-master.md +366 -0
  11. package/agents/arcanea-master-orchestrator.md +223 -0
  12. package/agents/arcanea-story-master.md +144 -0
  13. package/agents/arcanea-world-expander.md +380 -0
  14. package/agents/coding/arcanea-architect.md +72 -0
  15. package/agents/coding/arcanea-coder.md +78 -0
  16. package/agents/coding/arcanea-debugger.md +113 -0
  17. package/agents/coding/arcanea-reviewer.md +102 -0
  18. package/agents/creation-architect.md +176 -0
  19. package/agents/design-sage.md +213 -0
  20. package/agents/developer-documentation.md +373 -0
  21. package/agents/developer-qa-engineer.md +345 -0
  22. package/agents/luminor-oracle.md +125 -0
  23. package/agents/production/format-master.md +208 -0
  24. package/agents/production/sound-designer.md +199 -0
  25. package/agents/production/visual-director.md +176 -0
  26. package/agents/prompt-sage.md +227 -0
  27. package/agents/research/archivist.md +174 -0
  28. package/agents/research/muse.md +163 -0
  29. package/agents/research/sage.md +177 -0
  30. package/agents/research/scout.md +143 -0
  31. package/agents/teacher-assessor.md +287 -0
  32. package/agents/teacher-companion.md +243 -0
  33. package/agents/teacher-curriculum-designer.md +261 -0
  34. package/agents/teacher-mentor.md +175 -0
  35. package/agents/visionary-futurist.md +290 -0
  36. package/agents/visionary-innovator.md +291 -0
  37. package/agents/visionary-strategist.md +321 -0
  38. package/agents/visionary-synthesizer.md +310 -0
  39. package/agents/writing/continuity-guardian.md +156 -0
  40. package/agents/writing/line-editor.md +129 -0
  41. package/agents/writing/prose-weaver.md +113 -0
  42. package/agents/writing/story-architect.md +96 -0
  43. package/agents/writing/voice-alchemist.md +124 -0
  44. package/commands/arcanea-author.md +177 -0
  45. package/commands/arcanea-build.md +241 -0
  46. package/commands/arcanea-council.md +143 -0
  47. package/commands/arcanea-db.md +272 -0
  48. package/commands/arcanea-deploy.md +176 -0
  49. package/commands/arcanea-dev.md +29 -0
  50. package/commands/arcanea-lore-expand.md +142 -0
  51. package/commands/arcanea-sync.md +281 -0
  52. package/commands/arcanea-team.md +130 -0
  53. package/commands/arcanea-test.md +151 -0
  54. package/commands/bestiary.md +38 -0
  55. package/commands/character-forge.md +55 -0
  56. package/commands/check-continuity.md +119 -0
  57. package/commands/compose-theme.md +134 -0
  58. package/commands/craft-prompt.md +40 -0
  59. package/commands/edit-chapter.md +118 -0
  60. package/commands/export-book.md +146 -0
  61. package/commands/luminor.md +46 -0
  62. package/commands/outline-story.md +79 -0
  63. package/commands/story-help.md +40 -0
  64. package/commands/teacher-team.md +43 -0
  65. package/commands/ultrabook.md +147 -0
  66. package/commands/ultraworld.md +201 -0
  67. package/commands/ultrawrite.md +103 -0
  68. package/commands/visionary-team.md +78 -0
  69. package/commands/visualize.md +126 -0
  70. package/commands/world-build.md +41 -0
  71. package/commands/write-chapter.md +97 -0
  72. package/dist/cli/index.d.ts +3 -0
  73. package/dist/cli/index.d.ts.map +1 -0
  74. package/dist/cli/index.js +2675 -0
  75. package/dist/index.d.ts +117 -0
  76. package/dist/index.d.ts.map +1 -0
  77. package/dist/index.js +425 -0
  78. package/dist/install.d.ts +13 -0
  79. package/dist/install.d.ts.map +1 -0
  80. package/package.json +54 -0
  81. package/skills/ai-symbiosis.md +266 -0
  82. package/skills/arcanea/arcanea-anti-trope.md +60 -0
  83. package/skills/arcanea/arcanea-canon/SKILL.md +596 -0
  84. package/skills/arcanea/arcanea-creator-academy/SKILL.md +418 -0
  85. package/skills/arcanea/arcanea-design-system/SKILL.md +626 -0
  86. package/skills/arcanea/arcanea-lore/ENHANCEMENT_SUMMARY.md +908 -0
  87. package/skills/arcanea/arcanea-lore/ONBOARDING_NARRATIVES.md +642 -0
  88. package/skills/arcanea/arcanea-lore/SKILL.md +1534 -0
  89. package/skills/arcanea/arcanea-voice/SKILL.md +510 -0
  90. package/skills/arcanea/centaur-mode/SKILL.md +399 -0
  91. package/skills/arcanea/design-system/SKILL.md +601 -0
  92. package/skills/arcanea/luminor-wisdom/SKILL.md +359 -0
  93. package/skills/arcanea/prompt-craft/SKILL.md +400 -0
  94. package/skills/character-alchemist.md +242 -0
  95. package/skills/creative/bestiary-nav/SKILL.md +425 -0
  96. package/skills/creative/character-forge/SKILL.md +443 -0
  97. package/skills/creative/story-weave/SKILL.md +441 -0
  98. package/skills/creative/world-build/SKILL.md +513 -0
  99. package/skills/creative-bestiary.md +231 -0
  100. package/skills/development/code-review/SKILL.md +412 -0
  101. package/skills/development/systematic-debug/SKILL.md +480 -0
  102. package/skills/development/tdd/SKILL.md +450 -0
  103. package/skills/luminor-council.md +241 -0
  104. package/skills/story-weaver.md +308 -0
  105. package/skills/world-architect.md +253 -0
@@ -0,0 +1,425 @@
1
+ ---
2
+ name: arcanea-bestiary-nav
3
+ description: Navigate creative blocks using the Arcanean Bestiary - a taxonomy of psychological obstacles every creator faces, with naming rituals and navigation protocols for each creature type
4
+ version: 2.0.0
5
+ author: Arcanea
6
+ tags: [creative-blocks, psychology, productivity, mindset, obstacles]
7
+ triggers:
8
+ - stuck
9
+ - blocked
10
+ - procrastinating
11
+ - can't start
12
+ - afraid
13
+ - burned out
14
+ - imposter
15
+ - perfectionist
16
+ - comparison
17
+ ---
18
+
19
+ # The Bestiary of Creation
20
+
21
+ > *"The creatures are neither good nor evil. They are. Your work is not to destroy them but to live among them wisely."*
22
+
23
+ ---
24
+
25
+ ## The Nature of Creative Creatures
26
+
27
+ These are not metaphors. They are psychological realities with predictable patterns. By naming them, we can navigate them.
28
+
29
+ **The Naming Principle**: A creature you can name has less power over you than one that remains nameless.
30
+
31
+ ```
32
+ UNNAMED FEELING: Vague dread, avoidance, "I just can't"
33
+ NAMED CREATURE: "I recognize you, Blank Terror. I know your tricks."
34
+ ```
35
+
36
+ ---
37
+
38
+ ## Creatures of Beginning
39
+
40
+ These haunt the space before the first word.
41
+
42
+ ### The Blank Terror
43
+
44
+ **What It Is**: The paralysis before the empty page.
45
+
46
+ **How It Manifests**:
47
+ - Staring at blank documents
48
+ - Endless preparation before starting
49
+ - Organizing instead of creating
50
+ - "Research" that never ends
51
+
52
+ **The Truth It Hides**: The first attempt doesn't have to be good. It has to exist.
53
+
54
+ **Navigation Protocol**:
55
+ ```
56
+ 1. Acknowledge: "Hello, Blank Terror. I see you."
57
+ 2. Lower stakes: "I will write garbage for 10 minutes."
58
+ 3. Make ugly marks: Type anything, draw anything
59
+ 4. Protect the mess: No editing until something exists
60
+ 5. Celebrate beginning: The creature flees at first mark
61
+ ```
62
+
63
+ ---
64
+
65
+ ### The Perfect Phantom
66
+
67
+ **What It Is**: The imagined ideal version that makes starting feel pointless.
68
+
69
+ **How It Manifests**:
70
+ - "It has to be perfect from the start"
71
+ - Comparing early drafts to finished work
72
+ - Killing ideas before they can develop
73
+ - Never beginning because beginning means imperfection
74
+
75
+ **The Truth It Hides**: Every perfect work began as an imperfect attempt.
76
+
77
+ **Navigation Protocol**:
78
+ ```
79
+ 1. Name the phantom: "What is the perfect version I'm imagining?"
80
+ 2. List its features: (This reveals its impossibility)
81
+ 3. Find first drafts: Read terrible first drafts of great work
82
+ 4. Set imperfection goal: "I will write badly on purpose"
83
+ 5. Trust the process: Good comes through editing, not through waiting
84
+ ```
85
+
86
+ ---
87
+
88
+ ### The Starter Swarm
89
+
90
+ **What It Is**: A thousand simultaneous beginnings, none completed.
91
+
92
+ **How It Manifests**:
93
+ - Starting many projects, finishing none
94
+ - Excitement at beginnings, abandonment when difficult
95
+ - Dozens of outlines, no drafts
96
+ - "Shiny object syndrome"
97
+
98
+ **The Truth It Hides**: Finishing requires a different energy than starting.
99
+
100
+ **Navigation Protocol**:
101
+ ```
102
+ 1. Count: How many active projects?
103
+ 2. Choose: One project gets focus for [time period]
104
+ 3. Quarantine: Other ideas go in an "ideas file" - they'll wait
105
+ 4. Commit publicly: Tell someone what you're finishing
106
+ 5. Reward completion: Celebrate finishing, not starting
107
+ ```
108
+
109
+ ---
110
+
111
+ ## Creatures of the Middle
112
+
113
+ These live in the long stretch between beginning and end.
114
+
115
+ ### The Bog of Doubt
116
+
117
+ **What It Is**: The sinking feeling that everything you've made is worthless.
118
+
119
+ **How It Manifests**:
120
+ - "This is terrible, what was I thinking?"
121
+ - Wanting to delete everything
122
+ - Unable to see any value in the work
123
+ - Certain that others will judge harshly
124
+
125
+ **The Truth It Hides**: This feeling appears in almost every creator's middle.
126
+
127
+ **Navigation Protocol**:
128
+ ```
129
+ 1. Recognize the territory: "Ah, I'm in the bog. This is expected."
130
+ 2. Don't make decisions: Never delete or abandon in the bog
131
+ 3. Keep moving: Write through it, even badly
132
+ 4. Find a light: One thing that's working, however small
133
+ 5. Seek witness: Show someone you trust
134
+ 6. Remember past bogs: You've survived them before
135
+ ```
136
+
137
+ ---
138
+
139
+ ### The Distraction Fox
140
+
141
+ **What It Is**: The cunning creature that leads you away from your work.
142
+
143
+ **How It Manifests**:
144
+ - "I'll just check one thing..."
145
+ - Urgent tasks appearing when creation time comes
146
+ - "Research" that becomes browsing
147
+ - Productive procrastination
148
+
149
+ **The Truth It Hides**: The work is hard, and escape is easy.
150
+
151
+ **Navigation Protocol**:
152
+ ```
153
+ 1. Fence the fox: Remove distractions before sitting down
154
+ 2. Time blocks: The fox can play after focused work
155
+ 3. Notice the trigger: What were you avoiding when the fox appeared?
156
+ 4. Name the avoidance: "I was about to do [hard thing]"
157
+ 5. Return gently: No shame, just return to work
158
+ ```
159
+
160
+ ---
161
+
162
+ ### The Perfectionist Serpent
163
+
164
+ **What It Is**: The creature that makes you revise endlessly instead of finishing.
165
+
166
+ **How It Manifests**:
167
+ - "Just one more pass"
168
+ - Editing the opening for weeks
169
+ - Unable to declare anything "done"
170
+ - Paralysis at the thought of sharing
171
+
172
+ **The Truth It Hides**: "Perfect" is a fantasy. "Done" is real.
173
+
174
+ **Navigation Protocol**:
175
+ ```
176
+ 1. Set a limit: "Three revision passes, then done"
177
+ 2. Define done: Specific criteria for completion
178
+ 3. Deadline: External accountability
179
+ 4. Remember: Every published work has flaws
180
+ 5. Ship: "Perfect" is the enemy of finished
181
+ ```
182
+
183
+ ---
184
+
185
+ ## Creatures of Crisis
186
+
187
+ These appear at pivotal moments, threatening to end the journey.
188
+
189
+ ### The Failure Wraith
190
+
191
+ **What It Is**: The specter that appears after rejection or disappointment.
192
+
193
+ **How It Manifests**:
194
+ - "I knew I wasn't good enough"
195
+ - Interpreting setback as permanent verdict
196
+ - Desire to quit entirely
197
+ - Shame spiral
198
+
199
+ **The Truth It Hides**: Failure is information, not identity.
200
+
201
+ **Navigation Protocol**:
202
+ ```
203
+ 1. Feel it fully: Give yourself time to be disappointed
204
+ 2. Separate event from identity: "My work was rejected" ≠ "I am worthless"
205
+ 3. Extract learning: "What can this teach me?"
206
+ 4. Find context: Most successful creators have extensive rejection histories
207
+ 5. Return when ready: The next attempt awaits
208
+ ```
209
+
210
+ ---
211
+
212
+ ### The Comparison Chimera
213
+
214
+ **What It Is**: The creature with many faces, each the success of someone else.
215
+
216
+ **How It Manifests**:
217
+ - Scrolling others' achievements
218
+ - "They're so talented, I'll never be that good"
219
+ - Obsessing over others' metrics
220
+ - Using others' success as evidence of your failure
221
+
222
+ **The Truth It Hides**: You see others' highlight reel and your rough drafts.
223
+
224
+ **Navigation Protocol**:
225
+ ```
226
+ 1. Notice: "I'm comparing my insides to their outsides"
227
+ 2. Context check: You don't see their struggles
228
+ 3. Redirect: What did you do before this comparison?
229
+ 4. Curate inputs: Reduce comparison triggers
230
+ 5. Run your race: Your path is yours alone
231
+ ```
232
+
233
+ ---
234
+
235
+ ### The Imposter Shade
236
+
237
+ **What It Is**: The shadow self that whispers you don't belong.
238
+
239
+ **How It Manifests**:
240
+ - "I'm fooling everyone"
241
+ - "Real artists don't feel like this"
242
+ - Fear of being "found out"
243
+ - Downplaying achievements
244
+
245
+ **The Truth It Hides**: Feeling like an imposter is often a sign you're growing.
246
+
247
+ **Navigation Protocol**:
248
+ ```
249
+ 1. Name it: "Hello, Imposter Shade"
250
+ 2. Normalize: Most creators feel this, especially successful ones
251
+ 3. Evidence check: What have you actually done? (List accomplishments)
252
+ 4. Reframe: "I feel like an imposter because I'm in new territory"
253
+ 5. Create anyway: The shade has no power over action, only feelings
254
+ ```
255
+
256
+ ---
257
+
258
+ ## Creatures of the Dark
259
+
260
+ These inhabit the deepest challenges of the creative life.
261
+
262
+ ### The Void
263
+
264
+ **What It Is**: Complete creative absence - no ideas, no energy, nothing.
265
+
266
+ **How It Manifests**:
267
+ - "I have nothing left"
268
+ - Unable to generate ideas
269
+ - Complete apathy toward creation
270
+ - Disconnection from all previous passion
271
+
272
+ **The Truth It Hides**: The void often follows depletion. It demands recovery.
273
+
274
+ **Navigation Protocol**:
275
+ ```
276
+ 1. Stop pushing: The void doesn't yield to force
277
+ 2. Receive: Read, watch, experience - stop producing
278
+ 3. Rest: Physical rest, mental rest
279
+ 4. Wait: The well refills if you stop draining it
280
+ 5. Notice returns: Small sparks eventually appear
281
+ 6. Honor the cycle: Void is part of the rhythm, not the end
282
+ ```
283
+
284
+ ---
285
+
286
+ ### The Burnout Beast
287
+
288
+ **What It Is**: The creature that devours energy until none remains.
289
+
290
+ **How It Manifests**:
291
+ - Exhaustion that sleep doesn't fix
292
+ - Cynicism about work you once loved
293
+ - Physical symptoms: illness, fatigue
294
+ - Can't remember why you started
295
+
296
+ **The Truth It Hides**: You've been operating unsustainably.
297
+
298
+ **Navigation Protocol**:
299
+ ```
300
+ 1. Acknowledge severity: This is not "being tired"
301
+ 2. Stop: Temporary halt is better than permanent damage
302
+ 3. Evaluate: What drained you? Systems, people, expectations?
303
+ 4. Restructure: Return is only possible with changed conditions
304
+ 5. Rebuild slowly: Energy returns gradually
305
+ 6. Protect: Build sustainable practices before resuming
306
+ ```
307
+
308
+ ---
309
+
310
+ ### The Abandonment Ghost
311
+
312
+ **What It Is**: The haunting presence of unfinished work.
313
+
314
+ **How It Manifests**:
315
+ - Guilt about abandoned projects
316
+ - Half-finished manuscripts
317
+ - Projects you can't continue but can't release
318
+ - Energy drain from unmade decisions
319
+
320
+ **The Truth It Hides**: Some projects must be released so others can live.
321
+
322
+ **Navigation Protocol**:
323
+ ```
324
+ 1. Face the ghost: List all abandoned work
325
+ 2. Decide: For each - Resume, Release, or Archive
326
+ 3. Resume: If it has life, commit and continue
327
+ 4. Release: Say goodbye formally - write a note, have a ritual
328
+ 5. Archive: Store with honor, no guilt, maybe someday
329
+ 6. Clear the haunting: Undecided projects drain energy
330
+ ```
331
+
332
+ ---
333
+
334
+ ## Creatures of Light
335
+
336
+ Yes, there are creatures that help.
337
+
338
+ ### The Muse
339
+
340
+ **What It Is**: The creature that brings unexpected gifts.
341
+
342
+ **How It Manifests**:
343
+ - Ideas that arrive unbidden
344
+ - Flow states
345
+ - Work that surprises you
346
+ - Knowing without knowing how
347
+
348
+ **How to Invite**: Show up consistently. The muse visits those who are working.
349
+
350
+ ---
351
+
352
+ ### The Flow Eagle
353
+
354
+ **What It Is**: The creature that carries you beyond yourself.
355
+
356
+ **How It Manifests**:
357
+ - Time disappears
358
+ - Effortless action
359
+ - The work seems to write itself
360
+ - Joy in the making
361
+
362
+ **How to Invite**: Clear space, remove interruptions, begin.
363
+
364
+ ---
365
+
366
+ ### The Joy Sprite
367
+
368
+ **What It Is**: The creature that reminds you why you create.
369
+
370
+ **How It Manifests**:
371
+ - Laughing while working
372
+ - Delight in small discoveries
373
+ - Playing with ideas
374
+ - Creating for no reason but the pleasure
375
+
376
+ **How to Invite**: Lower stakes, embrace play, remember fun.
377
+
378
+ ---
379
+
380
+ ## The Bestiary Ritual
381
+
382
+ When facing any creature:
383
+
384
+ ```
385
+ 1. NAME IT
386
+ What creature am I facing?
387
+
388
+ 2. GREET IT
389
+ "Hello, [creature]. I know you."
390
+
391
+ 3. UNDERSTAND IT
392
+ What is it protecting me from?
393
+ What truth is it hiding?
394
+
395
+ 4. NAVIGATE IT
396
+ What's the protocol?
397
+ What's the first small step?
398
+
399
+ 5. HONOR IT
400
+ Thank it for appearing.
401
+ It's part of the creative life.
402
+ ```
403
+
404
+ ---
405
+
406
+ ## Quick Reference
407
+
408
+ | Feeling | Creature | First Action |
409
+ |---------|----------|--------------|
410
+ | Can't start | Blank Terror | Write garbage for 10 minutes |
411
+ | Must be perfect | Perfect Phantom | Write badly on purpose |
412
+ | Starting everything | Starter Swarm | Choose one, quarantine rest |
413
+ | This is worthless | Bog of Doubt | Don't delete, keep moving |
414
+ | Getting distracted | Distraction Fox | Remove temptations, return gently |
415
+ | Can't stop editing | Perfectionist Serpent | Set pass limit, ship |
416
+ | Rejected | Failure Wraith | Feel it, separate event from identity |
417
+ | They're better | Comparison Chimera | Run your race |
418
+ | I'm a fraud | Imposter Shade | List evidence, create anyway |
419
+ | Nothing left | The Void | Stop producing, receive |
420
+ | Exhausted | Burnout Beast | Stop, restructure |
421
+ | Unfinished work | Abandonment Ghost | Decide: Resume, Release, Archive |
422
+
423
+ ---
424
+
425
+ *"Name your creatures. Navigate their territory. Remember that every creator who ever made anything meaningful has faced them too."*