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,399 @@
1
+ ---
2
+ name: arcanea-centaur-mode
3
+ description: Advanced human-AI co-creation methodology - the Centaur Principle in practice. Master the art of combining human creativity with AI capability for results neither could achieve alone.
4
+ version: 2.0.0
5
+ author: Arcanea
6
+ tags: [ai-collaboration, co-creation, workflow, creative, productivity]
7
+ triggers:
8
+ - ai collaboration
9
+ - work with ai
10
+ - centaur
11
+ - co-create
12
+ - human-ai
13
+ - collaborate with claude
14
+ ---
15
+
16
+ # Centaur Mode: The Art of Human-AI Co-Creation
17
+
18
+ > *"The centaur is not half-human, half-horse. It is a new creature entirely - greater than either alone."*
19
+
20
+ ---
21
+
22
+ ## The Centaur Principle
23
+
24
+ In chess, the strongest player is neither human nor computer. It's the centaur - a human-computer team. The same applies to creative and intellectual work.
25
+
26
+ ```
27
+ ╔═══════════════════════════════════════════════════════════════════╗
28
+ ║ THE CENTAUR EQUATION ║
29
+ ╠═══════════════════════════════════════════════════════════════════╣
30
+ ║ ║
31
+ ║ HUMAN AI CENTAUR ║
32
+ ║ ┌─────────┐ ┌─────────┐ ┌─────────┐ ║
33
+ ║ │ Taste │ │ Speed │ │ GREATER │ ║
34
+ ║ │ Meaning │ + │ Breadth │ = │ THAN │ ║
35
+ ║ │ Vision │ │ Pattern │ │ EITHER │ ║
36
+ ║ │ Judgment│ │ Memory │ │ ALONE │ ║
37
+ ║ └─────────┘ └─────────┘ └─────────┘ ║
38
+ ║ ║
39
+ ╚═══════════════════════════════════════════════════════════════════╝
40
+ ```
41
+
42
+ ### What Humans Do Best
43
+ ```
44
+ ✓ TASTE: Knowing what's good, what resonates
45
+ ✓ MEANING: Understanding why things matter
46
+ ✓ VISION: Seeing what should exist
47
+ ✓ JUDGMENT: Making value-laden decisions
48
+ ✓ CONTEXT: Understanding nuance and subtext
49
+ ✓ ETHICS: Knowing what should be done
50
+ ```
51
+
52
+ ### What AI Does Best
53
+ ```
54
+ ✓ SPEED: Rapid generation and iteration
55
+ ✓ BREADTH: Exploring many possibilities
56
+ ✓ PATTERN: Recognizing structures across domains
57
+ ✓ MEMORY: Consistent application of rules
58
+ ✓ ENDURANCE: Never getting tired
59
+ ✓ VARIATION: Creating many options to choose from
60
+ ```
61
+
62
+ ---
63
+
64
+ ## The Four Modes of Collaboration
65
+
66
+ ### Mode 1: Spark and Fuel
67
+ ```
68
+ HUMAN: Provides the spark (idea, direction, constraint)
69
+ AI: Provides the fuel (generation, expansion, exploration)
70
+ HUMAN: Curates the flame (selection, refinement)
71
+
72
+ Example:
73
+ Human: "I need a character who is a healer forced to become a warrior"
74
+ AI: [Generates 5 character concepts with different approaches]
75
+ Human: "I like the second one, but make her more reluctant"
76
+ AI: [Refines based on taste]
77
+ ```
78
+
79
+ ### Mode 2: Rough Draft to Polish
80
+ ```
81
+ HUMAN: Creates rough draft (ideas, structure, raw content)
82
+ AI: Polishes and expands (prose, consistency, gaps)
83
+ HUMAN: Final curation (voice, authenticity, choice)
84
+
85
+ Example:
86
+ Human: [Writes rough scene outline with key beats]
87
+ AI: [Expands into full prose while maintaining intent]
88
+ Human: [Adjusts voice, removes AI artifacts, adds personal touches]
89
+ ```
90
+
91
+ ### Mode 3: Question and Answer
92
+ ```
93
+ HUMAN: Asks questions (curiosity, direction)
94
+ AI: Provides answers (research, exploration, options)
95
+ HUMAN: Synthesizes (integration, judgment)
96
+
97
+ Example:
98
+ Human: "What are the implications of a water-based magic system?"
99
+ AI: [Explores: economy, warfare, culture, daily life, limitations]
100
+ Human: [Selects relevant elements, adds unique twists]
101
+ ```
102
+
103
+ ### Mode 4: Constraint Play
104
+ ```
105
+ HUMAN: Sets constraints (rules, limits, goals)
106
+ AI: Plays within constraints (creative solutions, surprising approaches)
107
+ HUMAN: Evaluates and adjusts constraints
108
+
109
+ Example:
110
+ Human: "Write a mystery scene using only dialogue, no more than 500 words"
111
+ AI: [Creates scene within constraints]
112
+ Human: [Evaluates, maybe loosens or tightens constraints, iterates]
113
+ ```
114
+
115
+ ---
116
+
117
+ ## The Collaboration Workflow
118
+
119
+ ### Phase 1: Vision
120
+ ```
121
+ YOU lead:
122
+ - What do you want to create?
123
+ - What would success look like?
124
+ - What are your constraints?
125
+ - What's your unique perspective?
126
+
127
+ AI supports:
128
+ - Clarifying questions
129
+ - Exploring implications
130
+ - Identifying potential approaches
131
+ ```
132
+
133
+ ### Phase 2: Exploration
134
+ ```
135
+ AI leads:
136
+ - Generate multiple options
137
+ - Explore the possibility space
138
+ - Try unexpected approaches
139
+ - Surface patterns and connections
140
+
141
+ YOU guide:
142
+ - React and direct
143
+ - Identify what resonates
144
+ - Push for more depth/variation
145
+ - Provide taste feedback
146
+ ```
147
+
148
+ ### Phase 3: Refinement
149
+ ```
150
+ TOGETHER:
151
+ - Iterate on selected direction
152
+ - Human provides taste, AI provides variation
153
+ - Narrow toward the vision
154
+ - Polish and complete
155
+
156
+ YOU finish:
157
+ - Final voice check
158
+ - Remove AI artifacts
159
+ - Add personal touches
160
+ - Make final judgment calls
161
+ ```
162
+
163
+ ---
164
+
165
+ ## Collaboration Techniques
166
+
167
+ ### The Divergent-Convergent Cycle
168
+ ```
169
+ DIVERGE (AI): Generate many options
170
+ CONVERGE (You): Select the best
171
+ DIVERGE (AI): Explore selected direction
172
+ CONVERGE (You): Refine choice
173
+ DIVERGE (AI): Polish variations
174
+ CONVERGE (You): Final selection
175
+
176
+ Repeat until done.
177
+ ```
178
+
179
+ ### The Dialogue Method
180
+ ```
181
+ Treat AI as a collaborator, not a tool:
182
+
183
+ You: "I'm working on X. Here's what I'm thinking..."
184
+ AI: [Responds with ideas]
185
+ You: "I like A, but not B. What if we tried..."
186
+ AI: [Explores new direction]
187
+ You: "That's closer. Push further on..."
188
+
189
+ Real-time creative dialogue.
190
+ ```
191
+
192
+ ### The Constraint Game
193
+ ```
194
+ Give increasingly specific constraints:
195
+
196
+ Round 1: "Write a story about loss" (open)
197
+ Round 2: "Make it exactly 100 words" (length)
198
+ Round 3: "Use only dialogue" (format)
199
+ Round 4: "Between strangers on a train" (setting)
200
+ Round 5: "About an object, not a person" (twist)
201
+
202
+ Watch creativity emerge from constraint.
203
+ ```
204
+
205
+ ### The Role Assignment
206
+ ```
207
+ Assign roles for different perspectives:
208
+
209
+ "As a harsh critic, what's wrong with this?"
210
+ "As an enthusiastic supporter, what's working?"
211
+ "As a confused reader, what's unclear?"
212
+ "As the character, how would I really react?"
213
+ ```
214
+
215
+ ---
216
+
217
+ ## Avoiding Common Traps
218
+
219
+ ### The Acceptance Trap
220
+ ```
221
+ PROBLEM: Accepting first output without iteration
222
+ SOLUTION: Always push for at least 2-3 rounds
223
+ ```
224
+
225
+ ### The Outsourcing Trap
226
+ ```
227
+ PROBLEM: Delegating taste and judgment to AI
228
+ SOLUTION: Keep all final decisions with you
229
+ ```
230
+
231
+ ### The Perfectionism Trap
232
+ ```
233
+ PROBLEM: Endless iteration without shipping
234
+ SOLUTION: Set clear "done" criteria upfront
235
+ ```
236
+
237
+ ### The Generic Trap
238
+ ```
239
+ PROBLEM: AI output feels generic or AI-like
240
+ SOLUTION: Inject your voice, add constraints, provide examples
241
+ ```
242
+
243
+ ### The Context Loss Trap
244
+ ```
245
+ PROBLEM: AI loses track of earlier decisions
246
+ SOLUTION: Summarize key decisions, use artifacts, maintain continuity
247
+ ```
248
+
249
+ ---
250
+
251
+ ## Voice Preservation
252
+
253
+ ### Maintaining Authenticity
254
+
255
+ ```
256
+ BEFORE GENERATION:
257
+ 1. Provide examples of your writing
258
+ 2. Describe your style in concrete terms
259
+ 3. Set voice constraints
260
+
261
+ DURING GENERATION:
262
+ 1. React quickly to voice drift
263
+ 2. Redirect toward authentic expression
264
+ 3. Provide specific corrections
265
+
266
+ AFTER GENERATION:
267
+ 1. Always do a voice pass
268
+ 2. Replace AI patterns with your patterns
269
+ 3. Add personal touches
270
+ ```
271
+
272
+ ### AI Artifact Detection
273
+
274
+ Watch for and remove:
275
+ ```
276
+ - "Delve", "Tapestry", "Utilize"
277
+ - Unnecessary hedging ("It's worth noting...")
278
+ - Lists of three when you prefer pairs
279
+ - Overuse of "Furthermore", "Moreover"
280
+ - Generic transitions
281
+ - Excessive qualification
282
+ - Hollow superlatives
283
+ ```
284
+
285
+ ---
286
+
287
+ ## Collaboration Commands
288
+
289
+ | Command | Effect |
290
+ |---------|--------|
291
+ | "5 variations on X" | Divergent exploration |
292
+ | "Push this further" | Deepen current direction |
293
+ | "Opposite approach" | Creative constraint |
294
+ | "More [quality]" | Dial up specific attribute |
295
+ | "Less [quality]" | Dial down specific attribute |
296
+ | "In the style of [example]" | Voice matching |
297
+ | "What am I missing?" | Gap identification |
298
+ | "Surprise me" | Break patterns |
299
+ | "Steelman this" | Best version of idea |
300
+ | "Play devil's advocate" | Critical perspective |
301
+
302
+ ---
303
+
304
+ ## Workflow Templates
305
+
306
+ ### Creative Project
307
+ ```
308
+ 1. VISION (You lead)
309
+ - State the goal
310
+ - Describe success
311
+ - Set constraints
312
+
313
+ 2. EXPLORE (AI generates)
314
+ - Request multiple approaches
315
+ - Don't commit yet
316
+ - React and redirect
317
+
318
+ 3. SELECT (You choose)
319
+ - Pick direction
320
+ - Explain why
321
+ - Request depth
322
+
323
+ 4. ITERATE (Together)
324
+ - Refine toward vision
325
+ - Add constraints as needed
326
+ - Maintain voice
327
+
328
+ 5. FINISH (You complete)
329
+ - Voice pass
330
+ - Personal touches
331
+ - Final judgment
332
+ ```
333
+
334
+ ### Problem Solving
335
+ ```
336
+ 1. DEFINE (You lead)
337
+ - State the problem
338
+ - Constraints and context
339
+ - Success criteria
340
+
341
+ 2. RESEARCH (AI explores)
342
+ - Gather information
343
+ - Identify approaches
344
+ - Surface patterns
345
+
346
+ 3. ANALYZE (Together)
347
+ - Evaluate options
348
+ - Consider trade-offs
349
+ - Narrow choices
350
+
351
+ 4. DECIDE (You choose)
352
+ - Make the call
353
+ - Commit to direction
354
+ - Take ownership
355
+ ```
356
+
357
+ ---
358
+
359
+ ## The Centaur Mindset
360
+
361
+ ### Shift From:
362
+ ```
363
+ "AI, do this for me"
364
+ ```
365
+
366
+ ### Shift To:
367
+ ```
368
+ "Let's figure this out together. I'll provide direction and taste.
369
+ You provide exploration and speed. We'll iterate until it's great."
370
+ ```
371
+
372
+ ---
373
+
374
+ ## Quick Reference
375
+
376
+ ### Centaur Principles
377
+ ```
378
+ 1. You provide vision, AI provides exploration
379
+ 2. You provide taste, AI provides variation
380
+ 3. You make judgments, AI surfaces options
381
+ 4. You own the output, AI accelerates the process
382
+ 5. Iterate always, accept first draft never
383
+ ```
384
+
385
+ ### Session Checklist
386
+ ```
387
+ □ Clear vision before starting
388
+ □ Constraints defined
389
+ □ Multiple options explored
390
+ □ Selection based on taste
391
+ □ Iteration until quality
392
+ □ Voice pass completed
393
+ □ Personal touches added
394
+ □ Ownership taken
395
+ ```
396
+
397
+ ---
398
+
399
+ *"The centaur doesn't ask 'human or AI?' It asks 'human AND AI - how can we be greater together?'"*