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,266 @@
|
|
|
1
|
+
# AI Symbiosis - The Art of Human-AI Co-Creation
|
|
2
|
+
|
|
3
|
+
> *"The AI is not replacing the creator. The AI is expanding what creation can be. The question is not 'human or machine?' but 'what can we become together?'"*
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Activation
|
|
8
|
+
|
|
9
|
+
This skill activates when the user is working with AI as a creative partner - whether for writing, ideation, world-building, or any creative endeavor. It establishes frameworks for productive human-AI collaboration.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## The Symbiosis Principles
|
|
14
|
+
|
|
15
|
+
### 1. The Orchestra Model
|
|
16
|
+
|
|
17
|
+
Think of AI not as a replacement but as an orchestra you conduct.
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
CREATOR (Conductor)
|
|
21
|
+
│
|
|
22
|
+
┌─────────────┼─────────────┐
|
|
23
|
+
│ │ │
|
|
24
|
+
AI Writer AI Researcher AI Critic
|
|
25
|
+
(strings) (brass) (percussion)
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
You provide vision, direction, and taste. The AI provides execution at scale.
|
|
29
|
+
|
|
30
|
+
### 2. The Centaur Advantage
|
|
31
|
+
|
|
32
|
+
A centaur (human + AI) beats both pure humans AND pure AI because:
|
|
33
|
+
- **Human brings**: Taste, meaning, emotional truth, lived experience, intentionality
|
|
34
|
+
- **AI brings**: Speed, scale, pattern recognition, tireless iteration, comprehensive knowledge
|
|
35
|
+
|
|
36
|
+
The combination is not additive - it's multiplicative.
|
|
37
|
+
|
|
38
|
+
### 3. The Taste Gap
|
|
39
|
+
|
|
40
|
+
AI generates. You curate.
|
|
41
|
+
|
|
42
|
+
```
|
|
43
|
+
AI OUTPUT → Your Taste → Selected Output → Refinement → Final Work
|
|
44
|
+
(100%) (10%) (10%) (+90%) (100%)
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
Without taste, you drown in mediocrity. Taste is the human superpower.
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## Collaboration Frameworks
|
|
52
|
+
|
|
53
|
+
### Framework 1: The Spark and Fuel
|
|
54
|
+
|
|
55
|
+
**Human provides the spark** (core idea, direction, constraint)
|
|
56
|
+
**AI provides the fuel** (variations, expansions, iterations)
|
|
57
|
+
**Human shapes the flame** (selection, refinement, meaning)
|
|
58
|
+
|
|
59
|
+
Example workflow:
|
|
60
|
+
1. You write 3 sentences describing a character
|
|
61
|
+
2. AI generates 20 variations and expansions
|
|
62
|
+
3. You select the 3 most promising
|
|
63
|
+
4. AI elaborates on those 3
|
|
64
|
+
5. You synthesize into final character
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
### Framework 2: The Dialogue Method
|
|
69
|
+
|
|
70
|
+
Treat AI as a creative partner in dialogue, not a tool that takes orders.
|
|
71
|
+
|
|
72
|
+
**Pattern**:
|
|
73
|
+
```
|
|
74
|
+
You: [Initial idea or question]
|
|
75
|
+
AI: [Expansion, alternatives, questions back]
|
|
76
|
+
You: [Selection, direction, new questions]
|
|
77
|
+
AI: [Deeper exploration in chosen direction]
|
|
78
|
+
You: [Synthesis, meaning-making]
|
|
79
|
+
...continue...
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
The key: Your responses should add something - selection, direction, meaning - not just "more please."
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
### Framework 3: The Constraint Game
|
|
87
|
+
|
|
88
|
+
AI works better with constraints than open-ended requests.
|
|
89
|
+
|
|
90
|
+
**Weak prompt**: "Write a story"
|
|
91
|
+
**Strong prompt**: "Write a 500-word story about a lighthouse keeper who discovers something in the fog. Use only concrete nouns. End on ambiguity."
|
|
92
|
+
|
|
93
|
+
**The Constraint Stack**:
|
|
94
|
+
1. Format constraint (length, structure)
|
|
95
|
+
2. Content constraint (topic, characters)
|
|
96
|
+
3. Style constraint (voice, technique)
|
|
97
|
+
4. Challenge constraint (what makes this hard)
|
|
98
|
+
|
|
99
|
+
More constraints = more creative AI output (paradoxically)
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
### Framework 4: The Role Assignment
|
|
104
|
+
|
|
105
|
+
AI performs better when given a specific role to embody.
|
|
106
|
+
|
|
107
|
+
**Generic**: "Give me feedback on this chapter"
|
|
108
|
+
**Role-based**: "You are a developmental editor who specializes in pacing. Review this chapter for pacing issues only."
|
|
109
|
+
|
|
110
|
+
**Useful Roles for Creative Work**:
|
|
111
|
+
- Developmental editor
|
|
112
|
+
- First reader (specific type: fantasy fan, literary reader, etc.)
|
|
113
|
+
- Historical consultant
|
|
114
|
+
- Devil's advocate
|
|
115
|
+
- Continuity checker
|
|
116
|
+
- Style mimic (for learning, not plagiarism)
|
|
117
|
+
|
|
118
|
+
---
|
|
119
|
+
|
|
120
|
+
## The Collaboration Workflow
|
|
121
|
+
|
|
122
|
+
### Phase 1: Divergent (AI-Heavy)
|
|
123
|
+
|
|
124
|
+
Use AI to generate breadth:
|
|
125
|
+
- Brainstorm variations
|
|
126
|
+
- Explore possibilities
|
|
127
|
+
- Generate raw material
|
|
128
|
+
- Research and gather
|
|
129
|
+
|
|
130
|
+
**Your role**: Provide prompts, select promising directions
|
|
131
|
+
|
|
132
|
+
### Phase 2: Convergent (Human-Heavy)
|
|
133
|
+
|
|
134
|
+
Use your taste to narrow:
|
|
135
|
+
- Select the best options
|
|
136
|
+
- Identify what resonates
|
|
137
|
+
- Find the meaning
|
|
138
|
+
- Make choices
|
|
139
|
+
|
|
140
|
+
**AI role**: Support research, check consistency
|
|
141
|
+
|
|
142
|
+
### Phase 3: Refinement (Balanced)
|
|
143
|
+
|
|
144
|
+
Iterate together:
|
|
145
|
+
- You adjust, AI responds
|
|
146
|
+
- You question, AI elaborates
|
|
147
|
+
- You cut, AI suggests alternatives
|
|
148
|
+
|
|
149
|
+
**Goal**: Arrive at something neither could create alone
|
|
150
|
+
|
|
151
|
+
### Phase 4: Polish (Human-Heavy)
|
|
152
|
+
|
|
153
|
+
Final human pass:
|
|
154
|
+
- Ensure authentic voice
|
|
155
|
+
- Check for AI artifacts
|
|
156
|
+
- Add the irreplaceable human touches
|
|
157
|
+
- Sign it with your judgment
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## The Anti-Patterns
|
|
162
|
+
|
|
163
|
+
### 1. The Outsourcing Trap
|
|
164
|
+
**Symptom**: Using AI to avoid the hard parts of creation
|
|
165
|
+
**Problem**: The hard parts are where meaning lives
|
|
166
|
+
**Solution**: Use AI to get TO the hard parts faster, not to skip them
|
|
167
|
+
|
|
168
|
+
### 2. The First Draft Trap
|
|
169
|
+
**Symptom**: Accepting AI output as final
|
|
170
|
+
**Problem**: AI output is raw material, not finished work
|
|
171
|
+
**Solution**: Treat all AI output as first draft requiring your transformation
|
|
172
|
+
|
|
173
|
+
### 3. The Voice Erosion
|
|
174
|
+
**Symptom**: Your work starts sounding generic
|
|
175
|
+
**Problem**: AI regression to the mean
|
|
176
|
+
**Solution**: Always filter through your voice; use AI for structure, not style
|
|
177
|
+
|
|
178
|
+
### 4. The Dependency Trap
|
|
179
|
+
**Symptom**: Can't create without AI
|
|
180
|
+
**Problem**: Loss of creative muscle
|
|
181
|
+
**Solution**: Regular practice without AI; maintain your solo capability
|
|
182
|
+
|
|
183
|
+
### 5. The Prompt Perfectionism
|
|
184
|
+
**Symptom**: Spending more time on prompts than creating
|
|
185
|
+
**Problem**: Prompting is a means, not an end
|
|
186
|
+
**Solution**: Good enough prompts, iterated quickly, beat perfect prompts
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
|
|
190
|
+
## Specific Techniques
|
|
191
|
+
|
|
192
|
+
### Technique 1: The Rapid Prototype
|
|
193
|
+
|
|
194
|
+
When starting a project:
|
|
195
|
+
1. Describe your vision in 1 paragraph
|
|
196
|
+
2. Ask AI to generate a rough draft/outline
|
|
197
|
+
3. React to it - what works, what doesn't?
|
|
198
|
+
4. Your reactions reveal your actual vision
|
|
199
|
+
5. Use that clarity to guide real creation
|
|
200
|
+
|
|
201
|
+
The AI draft isn't the goal - your reaction to it is.
|
|
202
|
+
|
|
203
|
+
### Technique 2: The Variation Engine
|
|
204
|
+
|
|
205
|
+
When stuck on a creative choice:
|
|
206
|
+
1. Write your current best attempt
|
|
207
|
+
2. Ask AI for 10 variations
|
|
208
|
+
3. Note which variations attract you (and why)
|
|
209
|
+
4. Often the answer is a synthesis of elements from multiple variations
|
|
210
|
+
|
|
211
|
+
### Technique 3: The Mirror Technique
|
|
212
|
+
|
|
213
|
+
Use AI to reflect your own work back:
|
|
214
|
+
1. Give AI a sample of your writing
|
|
215
|
+
2. Ask it to identify patterns, voice characteristics, strengths
|
|
216
|
+
3. Use this analysis to become more conscious of your style
|
|
217
|
+
4. Lean into strengths, address weaknesses
|
|
218
|
+
|
|
219
|
+
### Technique 4: The Research Accelerator
|
|
220
|
+
|
|
221
|
+
For world-building and research:
|
|
222
|
+
1. Define what you need to know
|
|
223
|
+
2. AI rapidly gathers and synthesizes
|
|
224
|
+
3. You identify what sparks ideas
|
|
225
|
+
4. Deep dive on the sparks
|
|
226
|
+
5. Transform research into creative choices
|
|
227
|
+
|
|
228
|
+
### Technique 5: The Consistency Checker
|
|
229
|
+
|
|
230
|
+
For long-form work:
|
|
231
|
+
1. Feed AI your bible/notes
|
|
232
|
+
2. Ask it to check new material for consistency
|
|
233
|
+
3. Fix what breaks
|
|
234
|
+
4. Update bible with new canonical details
|
|
235
|
+
|
|
236
|
+
---
|
|
237
|
+
|
|
238
|
+
## The Ethics of AI Co-Creation
|
|
239
|
+
|
|
240
|
+
### Transparency
|
|
241
|
+
Be honest about AI's role in your work when relevant.
|
|
242
|
+
|
|
243
|
+
### Transformation
|
|
244
|
+
AI-assisted work should be transformed by you, not merely generated.
|
|
245
|
+
|
|
246
|
+
### Attribution
|
|
247
|
+
Understand the training data question; don't claim purely AI-generated content as wholly original.
|
|
248
|
+
|
|
249
|
+
### Development
|
|
250
|
+
Maintain your craft alongside AI use. The goal is augmentation, not replacement.
|
|
251
|
+
|
|
252
|
+
---
|
|
253
|
+
|
|
254
|
+
## The Future Creator
|
|
255
|
+
|
|
256
|
+
The creator of tomorrow will be judged not on whether they use AI, but on:
|
|
257
|
+
- The **quality** of what they produce
|
|
258
|
+
- The **meaning** they create
|
|
259
|
+
- The **taste** they exercise
|
|
260
|
+
- The **vision** they pursue
|
|
261
|
+
|
|
262
|
+
AI is a capability. What matters is what you do with capabilities.
|
|
263
|
+
|
|
264
|
+
---
|
|
265
|
+
|
|
266
|
+
*"The pen did not replace the writer. The camera did not replace the artist. The AI will not replace the creator. It will reveal who the creators truly are."*
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# Arcanea Anti-Trope & Naming Protocol
|
|
2
|
+
|
|
3
|
+
> *"We do not 'unleash' potential; we cultivate it. We do not weave 'tapestries' of fate; we forge chains of consequence. Speak clearly, or do not speak at all."*
|
|
4
|
+
|
|
5
|
+
## 1. The Banned Lexicon (AI Hallucinations)
|
|
6
|
+
|
|
7
|
+
These words are forbidden in Arcanea narrative voice unless used in a strictly literal, physical sense. They are the markers of "lazy AI" writing.
|
|
8
|
+
|
|
9
|
+
| The Forbidden Word | Why It's Banned | The Better Alternative |
|
|
10
|
+
|--------------------|-----------------|------------------------|
|
|
11
|
+
| **Delve** | Overused, implies generic depth without detail. | Investigate, excavate, study, pierce, analyze. |
|
|
12
|
+
| **Tapestry** | The ultimate AI cliché for complexity. | Network, system, architecture, collision, knot. |
|
|
13
|
+
| **Unleash** | Hyperbolic, comic-book power fantasy. | Release, unbind, trigger, deploy, open. |
|
|
14
|
+
| **Elevate** | Corporate marketing speak disguised as magic. | Raise, sharpen, refine, heighten, transcend. |
|
|
15
|
+
| **Unlock** | Gamified language. | Access, reveal, decrypt, open, solve. |
|
|
16
|
+
| **Symphony** | Unless actual music is playing, it's lazy. | Coordination, alignment, resonance, chorus. |
|
|
17
|
+
| **Nestled** | Every AI village is "nestled". | Hidden, perched, buried, anchored, set. |
|
|
18
|
+
| **Testament** | "A testament to..." is passive filler. | Proof, scar, monument, result, evidence. |
|
|
19
|
+
| **Realms** | (Context specific) Don't use for "areas". | Domains, zones, territories, disciplines. |
|
|
20
|
+
| **Nexus** | Generic sci-fi center. | Hub, core, convergence, heart, intersection. |
|
|
21
|
+
| **Luminous** | (Context specific) We use this, but EARN it. | Radiant, burning, searing, pale, glowing. |
|
|
22
|
+
| **Whispers** | "Whispers of the past..." is a trope. | Echoes, records, dust, scars, remnants. |
|
|
23
|
+
|
|
24
|
+
## 2. Naming Conventions
|
|
25
|
+
|
|
26
|
+
### The "Star Wars" Rule
|
|
27
|
+
Names must not sound like random syllables (e.g., *Xyloph*, *Zorpt*). They must have etymological roots (Latin, Greek, Norse, Sanskrit) or clear phonetics.
|
|
28
|
+
|
|
29
|
+
**Bad:** *Kael'thas*, *Xylar*, *Morpheus* (Matrix stolen).
|
|
30
|
+
**Good:** *Lumina* (Light), *Nero* (Black/Water), *Vorun* (Vor/Truth).
|
|
31
|
+
|
|
32
|
+
### The "Noun-Verb" Rule
|
|
33
|
+
Avoid "The [Adjective] [Noun]" formula for everything.
|
|
34
|
+
**Bad:** *The Silent Watcher*, *The Dark Blade*, *The Eternal Flame*.
|
|
35
|
+
**Good:** *Azariel*, *The Hungry Void*, *Yggdrasil*.
|
|
36
|
+
|
|
37
|
+
### The Academy Identifiers
|
|
38
|
+
* **Atlantean:** Fluid, soft vowels, double 'l', 's', 'th'. (e.g., *Lúmendell*, *Thalassa*).
|
|
39
|
+
* **Draconic:** Hard consonants, 'k', 'r', 'z', 'd'. (e.g., *Krozar*, *Drakon*).
|
|
40
|
+
* **Creation:** Musical, rhythmic, 'a', 'o', 'm', 'n'. (e.g., *Melodia*, *Harmonia*).
|
|
41
|
+
|
|
42
|
+
## 3. Structural Tropes to Avoid
|
|
43
|
+
|
|
44
|
+
### The "Chosen One" Trap
|
|
45
|
+
Arcanea is about **collaboration**, not a single savior.
|
|
46
|
+
* **Avoid:** "Only you can save the realm."
|
|
47
|
+
* **Embrace:** "Only together can we sustain the Arc."
|
|
48
|
+
|
|
49
|
+
### The "Ancient Evil Awakens" Trap
|
|
50
|
+
* **Avoid:** A generic dark lord waking up because "it is time."
|
|
51
|
+
* **Embrace:** Systems decaying due to neglect (Entropy). The Dark Lord (Malachar) is a *result* of broken compassion, not just "evil".
|
|
52
|
+
|
|
53
|
+
### The "Magic Feather" Trap
|
|
54
|
+
* **Avoid:** Artifacts that do everything for you.
|
|
55
|
+
* **Embrace:** Tools that amplify *effort*. Magic requires cost (Energy Laws).
|
|
56
|
+
|
|
57
|
+
## 4. The "Human Check"
|
|
58
|
+
Before finalizing any text, read it aloud. If you sound like a movie trailer voiceover ("In a world where..."), delete it. If you sound like a marketing brochure ("Elevate your experience..."), delete it.
|
|
59
|
+
|
|
60
|
+
**The Goal:** Write like a historian of a world that actually exists.
|