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,43 @@
|
|
|
1
|
+
# Teacher Team Activation
|
|
2
|
+
|
|
3
|
+
Activate the Arcanea Teacher Team for personalized learning experiences.
|
|
4
|
+
|
|
5
|
+
## Team Composition
|
|
6
|
+
|
|
7
|
+
You now have access to the full Teacher Team:
|
|
8
|
+
|
|
9
|
+
1. **Mentor** - Your personal learning guide (relationship, adaptation, encouragement)
|
|
10
|
+
2. **Curriculum Designer** - Learning path architect (structure, progression, content)
|
|
11
|
+
3. **Assessor** - Progress evaluator (feedback, tracking, verification)
|
|
12
|
+
4. **Companion** - Engagement support (motivation, celebration, energy)
|
|
13
|
+
|
|
14
|
+
## Coordination Protocol
|
|
15
|
+
|
|
16
|
+
The **Mentor** is your primary interface. They will:
|
|
17
|
+
- Coordinate with other teachers as needed
|
|
18
|
+
- Adapt the experience to your learning style
|
|
19
|
+
- Maintain continuity across sessions
|
|
20
|
+
|
|
21
|
+
## Session Structure
|
|
22
|
+
|
|
23
|
+
1. **Opening** - Mentor checks in, reviews progress, sets goals
|
|
24
|
+
2. **Learning** - Curriculum Designer's content, Mentor guides
|
|
25
|
+
3. **Practice** - Apply concepts, Assessor monitors
|
|
26
|
+
4. **Closing** - Companion celebrates, Mentor summarizes
|
|
27
|
+
|
|
28
|
+
## Your Role
|
|
29
|
+
|
|
30
|
+
Tell the Mentor:
|
|
31
|
+
- What you want to learn
|
|
32
|
+
- Your experience level
|
|
33
|
+
- Your preferred learning style (if known)
|
|
34
|
+
- How much time you have
|
|
35
|
+
- Any specific goals
|
|
36
|
+
|
|
37
|
+
## Starting Prompt
|
|
38
|
+
|
|
39
|
+
"I'm ready to learn. [Describe what you want to learn and any context about your background, goals, or constraints.]"
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
*The Teacher Team is designed to create the learning experience you deserve—personalized, supportive, and effective.*
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ultrabook
|
|
3
|
+
description: Complete book pipeline from concept to publish-ready
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# ultrabook / ulb
|
|
7
|
+
|
|
8
|
+
**THE ULTIMATE MAGIC WORD**
|
|
9
|
+
|
|
10
|
+
Complete book creation pipeline - from concept to publish-ready manuscript with artwork and music.
|
|
11
|
+
|
|
12
|
+
## Usage
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
ultrabook [book concept]
|
|
16
|
+
ulb [book concept]
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
Just include `ultrabook` or `ulb` in your prompt.
|
|
20
|
+
|
|
21
|
+
## Examples
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
ultrabook A complete novel set in the Shattered Isles about a reluctant hero
|
|
25
|
+
ulb "The Crimson Dawn" - Book 1 of the Shadowfire Trilogy
|
|
26
|
+
ultrabook A standalone novella exploring the fall of the Arcane Order
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## What Happens
|
|
30
|
+
|
|
31
|
+
When you invoke `ultrabook`, Arcanea orchestrates the ENTIRE creative pipeline:
|
|
32
|
+
|
|
33
|
+
### Phase 1: World Foundation
|
|
34
|
+
```
|
|
35
|
+
┌─────────────────────────────────────────────────────────────┐
|
|
36
|
+
│ WORLD BUILDING (if needed) │
|
|
37
|
+
│ ├── World Architect → Geography, cosmology │
|
|
38
|
+
│ ├── Archmage → Magic systems │
|
|
39
|
+
│ ├── Character Creator → Key figures │
|
|
40
|
+
│ └── Narrative Director → Conflicts, stakes │
|
|
41
|
+
└─────────────────────────────────────────────────────────────┘
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
### Phase 2: Story Structure
|
|
45
|
+
```
|
|
46
|
+
┌─────────────────────────────────────────────────────────────┐
|
|
47
|
+
│ STORY PLANNING │
|
|
48
|
+
│ ├── Story Architect → Complete outline │
|
|
49
|
+
│ ├── Character arcs across narrative │
|
|
50
|
+
│ ├── Chapter breakdown │
|
|
51
|
+
│ └── Subplot integration │
|
|
52
|
+
└─────────────────────────────────────────────────────────────┘
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
### Phase 3: Chapter Writing (Parallel)
|
|
56
|
+
```
|
|
57
|
+
┌─────────────────────────────────────────────────────────────┐
|
|
58
|
+
│ CHAPTER DRAFTING (for each chapter) │
|
|
59
|
+
│ ├── Prose Weaver → Draft │
|
|
60
|
+
│ ├── Voice Alchemist → Dialogue │
|
|
61
|
+
│ ├── Line Editor → Polish │
|
|
62
|
+
│ └── Continuity Guardian → Validate │
|
|
63
|
+
└─────────────────────────────────────────────────────────────┘
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
### Phase 4: Editing Pipeline
|
|
67
|
+
```
|
|
68
|
+
┌─────────────────────────────────────────────────────────────┐
|
|
69
|
+
│ EDITING │
|
|
70
|
+
│ ├── Full continuity check │
|
|
71
|
+
│ ├── Voice consistency pass │
|
|
72
|
+
│ ├── Line editing │
|
|
73
|
+
│ └── Final polish │
|
|
74
|
+
└─────────────────────────────────────────────────────────────┘
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
### Phase 5: Production (Parallel)
|
|
78
|
+
```
|
|
79
|
+
┌─────────────────────────────────────────────────────────────┐
|
|
80
|
+
│ PRODUCTION │
|
|
81
|
+
│ ├── Visual Director → Cover art, character refs │
|
|
82
|
+
│ ├── Sound Designer → Theme music │
|
|
83
|
+
│ └── Format Master → Export all formats │
|
|
84
|
+
└─────────────────────────────────────────────────────────────┘
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
## Output
|
|
88
|
+
|
|
89
|
+
Complete book package including:
|
|
90
|
+
- Full manuscript (all chapters)
|
|
91
|
+
- Cover artwork
|
|
92
|
+
- Character portraits
|
|
93
|
+
- Title theme music
|
|
94
|
+
- ePub, Kindle, and Print PDF
|
|
95
|
+
- Complete canon documentation
|
|
96
|
+
|
|
97
|
+
## Configuration
|
|
98
|
+
|
|
99
|
+
Control scope in `arcanea.json`:
|
|
100
|
+
```json
|
|
101
|
+
{
|
|
102
|
+
"ultrabook": {
|
|
103
|
+
"targetWordCount": 80000,
|
|
104
|
+
"chaptersTarget": 25,
|
|
105
|
+
"includeVisuals": true,
|
|
106
|
+
"includeMusic": true,
|
|
107
|
+
"exportFormats": ["epub", "kindle", "print"]
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
## Flags
|
|
113
|
+
|
|
114
|
+
Override defaults with flags:
|
|
115
|
+
- `--chapters [X]`: Target chapter count
|
|
116
|
+
- `--words [X]`: Target word count
|
|
117
|
+
- `--no-visuals`: Skip art generation
|
|
118
|
+
- `--no-music`: Skip music generation
|
|
119
|
+
- `--outline-only`: Stop after outline phase
|
|
120
|
+
- `--draft-only`: Stop after drafting (skip production)
|
|
121
|
+
|
|
122
|
+
## Typical Timeline
|
|
123
|
+
|
|
124
|
+
For a ~80,000 word novel:
|
|
125
|
+
- World Building: If needed
|
|
126
|
+
- Outlining: ~30 minutes
|
|
127
|
+
- Drafting: ~2-4 hours (parallel chapters)
|
|
128
|
+
- Editing: ~1 hour
|
|
129
|
+
- Production: ~30 minutes
|
|
130
|
+
|
|
131
|
+
## Example Session
|
|
132
|
+
|
|
133
|
+
```
|
|
134
|
+
User: ultrabook "The Last Dragon Rider" - An epic fantasy about Kira,
|
|
135
|
+
a farm girl who discovers she can bond with dragons, in a world
|
|
136
|
+
where dragons have been extinct for a thousand years. First of
|
|
137
|
+
a planned trilogy. Dark but hopeful tone.
|
|
138
|
+
|
|
139
|
+
Arcanea: [Orchestrates complete pipeline]
|
|
140
|
+
[24 hours later...]
|
|
141
|
+
Complete book package delivered:
|
|
142
|
+
- 82,000 word manuscript (26 chapters)
|
|
143
|
+
- Cover art + 5 character portraits
|
|
144
|
+
- Main theme + 3 character themes
|
|
145
|
+
- ePub, Kindle, Print PDF ready
|
|
146
|
+
- Full canon database
|
|
147
|
+
```
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
# Ultraworld Command
|
|
2
|
+
|
|
3
|
+
> **Command**: `/ultraworld [scope] [description]`
|
|
4
|
+
> **Agents**: ALL (maximum parallel orchestration)
|
|
5
|
+
> **Purpose**: Full-power world generation burst
|
|
6
|
+
|
|
7
|
+
## Overview
|
|
8
|
+
|
|
9
|
+
Ultraworld is the maximum-power command that activates ALL agents simultaneously for comprehensive world generation. Use when you want to create a complete, rich section of your world in one coordinated burst.
|
|
10
|
+
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
# Full realm generation
|
|
15
|
+
/ultraworld realm "The Ashen Kingdoms - a land recovering from dragon wars"
|
|
16
|
+
|
|
17
|
+
# Region-focused generation
|
|
18
|
+
/ultraworld region "The Verdant Reach" --parent "Arcanea"
|
|
19
|
+
|
|
20
|
+
# Faction-focused generation
|
|
21
|
+
/ultraworld faction "The Silver Order" --type "knightly order"
|
|
22
|
+
|
|
23
|
+
# Era-focused generation
|
|
24
|
+
/ultraworld era "The Age of Sundering" --years "1000-1500"
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
## Scope Options
|
|
28
|
+
|
|
29
|
+
| Scope | What's Generated | Agents Used | Est. Time |
|
|
30
|
+
|-------|------------------|-------------|-----------|
|
|
31
|
+
| `realm` | Complete world/continent | All 5 departments + 6 specialists | 3-5 min |
|
|
32
|
+
| `region` | Territory within realm | 4 departments + 4 specialists | 2-3 min |
|
|
33
|
+
| `faction` | Organization/group | 3 departments + 3 specialists | 1-2 min |
|
|
34
|
+
| `era` | Historical period | 3 departments + 3 specialists | 1-2 min |
|
|
35
|
+
| `conflict` | War/tension | 2 departments + 3 specialists | 1-2 min |
|
|
36
|
+
|
|
37
|
+
## The Ultraworld Protocol
|
|
38
|
+
|
|
39
|
+
### Pre-Check (Automatic)
|
|
40
|
+
```typescript
|
|
41
|
+
// Verify foundations exist
|
|
42
|
+
const foundationsExist = await check_files([
|
|
43
|
+
"foundations/cosmology.md",
|
|
44
|
+
"foundations/natural-laws.md",
|
|
45
|
+
"foundations/magic-system.md",
|
|
46
|
+
"foundations/history-timeline.md"
|
|
47
|
+
])
|
|
48
|
+
|
|
49
|
+
if (!foundationsExist) {
|
|
50
|
+
prompt("Foundations required. Create them first? [Y/n]")
|
|
51
|
+
if (yes) await run_foundation_generation()
|
|
52
|
+
}
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
### Phase 1: Department Burst
|
|
56
|
+
```typescript
|
|
57
|
+
// ALL DEPARTMENTS FIRE SIMULTANEOUSLY
|
|
58
|
+
const departmentTasks = [
|
|
59
|
+
background_task("world-architect", scope_specific_geography_prompt),
|
|
60
|
+
background_task("character-weaver", scope_specific_character_prompt),
|
|
61
|
+
background_task("magic-systems", scope_specific_magic_prompt),
|
|
62
|
+
background_task("narrative-director", scope_specific_narrative_prompt),
|
|
63
|
+
background_task("lore-master", "Prepare validation framework and index existing canon")
|
|
64
|
+
]
|
|
65
|
+
|
|
66
|
+
// DON'T WAIT - Continue immediately
|
|
67
|
+
console.log("5 department agents launched in parallel...")
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
### Phase 2: Specialist Swarm
|
|
71
|
+
```typescript
|
|
72
|
+
// SPECIALISTS FIRE IMMEDIATELY AFTER DEPARTMENTS
|
|
73
|
+
const specialistTasks = [
|
|
74
|
+
background_task("geography-cartographer", detail_terrain_prompt),
|
|
75
|
+
background_task("culture-anthropologist", culture_design_prompt),
|
|
76
|
+
background_task("timeline-historian", timeline_integration_prompt),
|
|
77
|
+
background_task("species-biologist", creature_ecosystem_prompt),
|
|
78
|
+
background_task("conflict-dramatist", tension_complexity_prompt),
|
|
79
|
+
background_task("consistency-validator", structure_validation_prompt)
|
|
80
|
+
]
|
|
81
|
+
|
|
82
|
+
console.log("6 specialist agents launched in parallel...")
|
|
83
|
+
console.log("Total: 11 agents working simultaneously")
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
### Phase 3: Result Collection
|
|
87
|
+
```typescript
|
|
88
|
+
// Wait for all agents (they've been working in parallel)
|
|
89
|
+
const allResults = await Promise.all([
|
|
90
|
+
...departmentTasks.map(t => background_output(t.id)),
|
|
91
|
+
...specialistTasks.map(t => background_output(t.id))
|
|
92
|
+
])
|
|
93
|
+
|
|
94
|
+
console.log("All 11 agents completed. Integrating results...")
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
### Phase 4: Integration
|
|
98
|
+
```typescript
|
|
99
|
+
// Sequential integration (must be ordered)
|
|
100
|
+
await integrate_geography(results.worldArchitect, results.cartographer)
|
|
101
|
+
await integrate_characters(results.characterWeaver, results.anthropologist)
|
|
102
|
+
await integrate_magic(results.magicSystems)
|
|
103
|
+
await integrate_narrative(results.narrativeDirector, results.conflictDramatist)
|
|
104
|
+
await integrate_timeline(results.historian)
|
|
105
|
+
await integrate_creatures(results.biologist)
|
|
106
|
+
|
|
107
|
+
// Final validation
|
|
108
|
+
const validation = await invoke_agent("consistency-validator", "Full validation scan")
|
|
109
|
+
|
|
110
|
+
if (validation.critical_issues > 0) {
|
|
111
|
+
await surface_issues_for_resolution()
|
|
112
|
+
} else {
|
|
113
|
+
await finalize_all_as_draft()
|
|
114
|
+
console.log("Ultraworld generation complete. All content status: draft")
|
|
115
|
+
}
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
## Output Example
|
|
119
|
+
|
|
120
|
+
For `/ultraworld realm "The Shattered Isles"`:
|
|
121
|
+
|
|
122
|
+
```
|
|
123
|
+
Generated in 4m 23s:
|
|
124
|
+
|
|
125
|
+
Geography:
|
|
126
|
+
├── realms/shattered-isles.arc
|
|
127
|
+
├── regions/northern-reach.arc
|
|
128
|
+
├── regions/sunken-gardens.arc
|
|
129
|
+
├── regions/storm-peaks.arc
|
|
130
|
+
└── locations/ (8 files)
|
|
131
|
+
|
|
132
|
+
Characters:
|
|
133
|
+
├── admiral-vex-stormrider/
|
|
134
|
+
├── the-drowned-queen/
|
|
135
|
+
├── keeper-of-tides/
|
|
136
|
+
├── corsair-captain-mar/
|
|
137
|
+
└── the-lighthouse-sage/
|
|
138
|
+
|
|
139
|
+
Cultures:
|
|
140
|
+
├── isleborn-seafarers.arc
|
|
141
|
+
├── deep-dwellers.arc
|
|
142
|
+
└── storm-callers.arc
|
|
143
|
+
|
|
144
|
+
Magic:
|
|
145
|
+
├── traditions/tide-magic.arc
|
|
146
|
+
├── traditions/storm-calling.arc
|
|
147
|
+
├── artifacts/trident-of-depths.arc
|
|
148
|
+
└── phenomena/eternal-maelstrom.arc
|
|
149
|
+
|
|
150
|
+
Conflicts:
|
|
151
|
+
├── major-conflicts.md (3 conflicts)
|
|
152
|
+
├── prophecies.md (2 prophecies)
|
|
153
|
+
└── quests/ (7 quest hooks)
|
|
154
|
+
|
|
155
|
+
Integration:
|
|
156
|
+
├── cross-references.md
|
|
157
|
+
└── validation-report.md
|
|
158
|
+
|
|
159
|
+
Status: All files created as DRAFT
|
|
160
|
+
Next: Review and canonize with /validate-world
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
## Performance Metrics
|
|
164
|
+
|
|
165
|
+
Ultraworld leverages maximum parallelism:
|
|
166
|
+
|
|
167
|
+
| Metric | Sequential | Ultraworld |
|
|
168
|
+
|--------|------------|------------|
|
|
169
|
+
| Department work | 15-20 min | 3-4 min |
|
|
170
|
+
| Specialist work | 10-15 min | 2-3 min |
|
|
171
|
+
| Integration | 5 min | 5 min |
|
|
172
|
+
| **Total** | **30-40 min** | **10-12 min** |
|
|
173
|
+
|
|
174
|
+
**3-4x faster through parallel execution.**
|
|
175
|
+
|
|
176
|
+
## Safety Rails
|
|
177
|
+
|
|
178
|
+
Even at maximum power:
|
|
179
|
+
- ✅ Foundations are read-only (never modified by ultraworld)
|
|
180
|
+
- ✅ All output is `status: draft` (requires manual canonization)
|
|
181
|
+
- ✅ Conflicts are surfaced, not auto-resolved
|
|
182
|
+
- ✅ Validation report always generated
|
|
183
|
+
- ✅ Rollback possible (all files tracked)
|
|
184
|
+
|
|
185
|
+
## When to Use Ultraworld
|
|
186
|
+
|
|
187
|
+
**DO use when:**
|
|
188
|
+
- Starting a new world from scratch
|
|
189
|
+
- Expanding into a major new region
|
|
190
|
+
- Need comprehensive content quickly
|
|
191
|
+
- Want maximum creative output
|
|
192
|
+
|
|
193
|
+
**DON'T use when:**
|
|
194
|
+
- Making small targeted changes
|
|
195
|
+
- Need precise control over specifics
|
|
196
|
+
- Working on single character/location
|
|
197
|
+
- Debugging existing content
|
|
198
|
+
|
|
199
|
+
---
|
|
200
|
+
|
|
201
|
+
**Ready for maximum-power generation? Use `/ultraworld [scope] [description]`**
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ultrawrite
|
|
3
|
+
description: Maximum parallel execution for chapter/story writing
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# ultrawrite / ulwr
|
|
7
|
+
|
|
8
|
+
**THE MAGIC WORD FOR WRITING**
|
|
9
|
+
|
|
10
|
+
Maximum parallel agent execution for crafting complete chapters or story sections.
|
|
11
|
+
|
|
12
|
+
## Usage
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
ultrawrite [description]
|
|
16
|
+
ulwr [description]
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
Just include `ultrawrite` or `ulwr` anywhere in your prompt.
|
|
20
|
+
|
|
21
|
+
## Examples
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
ultrawrite Chapter 5 - The Dragon's Awakening
|
|
25
|
+
ulwr the climactic battle between Kira and the Shadow King
|
|
26
|
+
ultrawrite Chapters 1-3 of Book 2
|
|
27
|
+
ulwr the opening scene establishing the Northern Kingdoms
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
## What Happens
|
|
31
|
+
|
|
32
|
+
When you invoke `ultrawrite`, Arcanea fires ALL writing agents simultaneously:
|
|
33
|
+
|
|
34
|
+
### Immediate Parallel Execution
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
┌─────────────────────────────────────────────────────────────┐
|
|
38
|
+
│ ULTRAWRITE ACTIVATED │
|
|
39
|
+
├─────────────────────────────────────────────────────────────┤
|
|
40
|
+
│ │
|
|
41
|
+
│ STRATEGIC LAYER (Parallel): │
|
|
42
|
+
│ ├── Story Architect → Structure + beats │
|
|
43
|
+
│ ├── Voice Alchemist → Dialogue approach │
|
|
44
|
+
│ └── Lore Master → Canon constraints │
|
|
45
|
+
│ │
|
|
46
|
+
│ EXECUTION LAYER (Parallel): │
|
|
47
|
+
│ ├── Prose Weaver → Full chapter draft │
|
|
48
|
+
│ ├── Voice Alchemist → Dialogue enhancement │
|
|
49
|
+
│ └── Scout → Context retrieval │
|
|
50
|
+
│ │
|
|
51
|
+
│ VALIDATION LAYER (Background): │
|
|
52
|
+
│ ├── Continuity Guardian → Consistency check │
|
|
53
|
+
│ ├── Line Editor → Polish pass │
|
|
54
|
+
│ └── Archivist → Canon logging │
|
|
55
|
+
│ │
|
|
56
|
+
└─────────────────────────────────────────────────────────────┘
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
## Output
|
|
60
|
+
|
|
61
|
+
Complete, polished chapter(s) including:
|
|
62
|
+
- Full prose with proper scene breaks
|
|
63
|
+
- Natural dialogue with character voice
|
|
64
|
+
- Validated against canon
|
|
65
|
+
- Initial line edit pass complete
|
|
66
|
+
- Continuity checked
|
|
67
|
+
- Ready for final review
|
|
68
|
+
|
|
69
|
+
## When to Use
|
|
70
|
+
|
|
71
|
+
- Writing complete chapters
|
|
72
|
+
- Drafting multiple scenes
|
|
73
|
+
- Creating story sections
|
|
74
|
+
- Any substantial prose work
|
|
75
|
+
|
|
76
|
+
## Compared to /write-chapter
|
|
77
|
+
|
|
78
|
+
| /write-chapter | ultrawrite |
|
|
79
|
+
|----------------|------------|
|
|
80
|
+
| Single chapter focus | Can span multiple chapters |
|
|
81
|
+
| Standard parallelism | Maximum parallelism |
|
|
82
|
+
| Guided workflow | "Just make it happen" |
|
|
83
|
+
| More control | Maximum output |
|
|
84
|
+
|
|
85
|
+
## Tips
|
|
86
|
+
|
|
87
|
+
- Provide clear scene/chapter description
|
|
88
|
+
- Reference outline if available
|
|
89
|
+
- Mention specific POV if needed
|
|
90
|
+
- Include any special requirements in prompt
|
|
91
|
+
|
|
92
|
+
## Example Session
|
|
93
|
+
|
|
94
|
+
```
|
|
95
|
+
User: ultrawrite Chapter 7 - Kira finally confronts her father about
|
|
96
|
+
the truth of her mother's death. Emotional, tense, revelation
|
|
97
|
+
of major plot twist. POV Kira.
|
|
98
|
+
|
|
99
|
+
Arcanea: [Fires all agents in parallel]
|
|
100
|
+
[Produces complete chapter with full emotional arc]
|
|
101
|
+
[Validates against established character relationships]
|
|
102
|
+
[Delivers polished draft ready for review]
|
|
103
|
+
```
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# Visionary Team Activation
|
|
2
|
+
|
|
3
|
+
Activate the Arcanea Visionary Team for strategic planning and innovation.
|
|
4
|
+
|
|
5
|
+
## Team Composition
|
|
6
|
+
|
|
7
|
+
You now have access to the full Visionary Team:
|
|
8
|
+
|
|
9
|
+
1. **Strategist** - Direction setter (vision, positioning, choices)
|
|
10
|
+
2. **Innovator** - Possibility explorer (new ideas, constraints, experiments)
|
|
11
|
+
3. **Futurist** - Trend analyst (scenarios, risks, preparation)
|
|
12
|
+
4. **Synthesizer** - Pattern connector (integration, alignment, narratives)
|
|
13
|
+
|
|
14
|
+
## Coordination Protocol
|
|
15
|
+
|
|
16
|
+
The team operates as a **council** with the **Synthesizer** integrating outputs:
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
┌──────────────┐
|
|
20
|
+
│ STRATEGIST │──── Direction
|
|
21
|
+
└──────┬───────┘
|
|
22
|
+
│
|
|
23
|
+
┌───────────┼───────────┐
|
|
24
|
+
│ │ │
|
|
25
|
+
▼ ▼ ▼
|
|
26
|
+
┌────────┐ ┌─────────┐ ┌─────────┐
|
|
27
|
+
│INNOVATOR│ │FUTURIST │ │ YOU │
|
|
28
|
+
└────┬───┘ └────┬────┘ └────┬────┘
|
|
29
|
+
│ │ │
|
|
30
|
+
└──────────┼───────────┘
|
|
31
|
+
▼
|
|
32
|
+
┌──────────────┐
|
|
33
|
+
│ SYNTHESIZER │──── Integration
|
|
34
|
+
└──────────────┘
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## Session Types
|
|
38
|
+
|
|
39
|
+
### Strategic Planning
|
|
40
|
+
"Help me define the strategy for [product/initiative/company]"
|
|
41
|
+
|
|
42
|
+
### Innovation Session
|
|
43
|
+
"I need novel approaches to [problem/opportunity]"
|
|
44
|
+
|
|
45
|
+
### Future Scenarios
|
|
46
|
+
"What scenarios should I prepare for regarding [trend/change]?"
|
|
47
|
+
|
|
48
|
+
### Decision Making
|
|
49
|
+
"I need to decide between [Option A] and [Option B]"
|
|
50
|
+
|
|
51
|
+
### Alignment
|
|
52
|
+
"Help me align stakeholders around [topic]"
|
|
53
|
+
|
|
54
|
+
## Your Role
|
|
55
|
+
|
|
56
|
+
Provide context:
|
|
57
|
+
- Current situation
|
|
58
|
+
- Key constraints
|
|
59
|
+
- Stakeholders involved
|
|
60
|
+
- Timeline considerations
|
|
61
|
+
- What success looks like
|
|
62
|
+
|
|
63
|
+
## Output Formats
|
|
64
|
+
|
|
65
|
+
The team can provide:
|
|
66
|
+
- Strategic vision documents
|
|
67
|
+
- Scenario analyses
|
|
68
|
+
- Innovation portfolios
|
|
69
|
+
- Decision frameworks
|
|
70
|
+
- Alignment roadmaps
|
|
71
|
+
|
|
72
|
+
## Starting Prompt
|
|
73
|
+
|
|
74
|
+
"I need strategic guidance on [topic]. Here's the context: [situation, constraints, goals]"
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
*The Visionary Team brings multiple strategic perspectives to your most important decisions.*
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: visualize
|
|
3
|
+
description: Generate artwork for story elements using AI image generation
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /visualize
|
|
7
|
+
|
|
8
|
+
Generate visual artwork for characters, scenes, locations, and covers.
|
|
9
|
+
|
|
10
|
+
## Usage
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
/visualize [subject] --type [type]
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Examples
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
/visualize Kira --type portrait
|
|
20
|
+
/visualize "The Battle of Sunken Fields" --type scene
|
|
21
|
+
/visualize "Shattered Isles" --type map-concept
|
|
22
|
+
/visualize --type cover
|
|
23
|
+
/visualize Chapter 3 --type header
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## What This Command Does
|
|
27
|
+
|
|
28
|
+
1. **Visual Director** translates narrative to visual prompts
|
|
29
|
+
2. **Archivist** retrieves canonical descriptions
|
|
30
|
+
3. **nano-banana MCP** generates the image
|
|
31
|
+
4. Visual assets are catalogued for consistency
|
|
32
|
+
|
|
33
|
+
## Asset Types
|
|
34
|
+
|
|
35
|
+
### `portrait`
|
|
36
|
+
Character portraits with consistent features
|
|
37
|
+
- Full reference sheet on first generation
|
|
38
|
+
- Subsequent images maintain consistency
|
|
39
|
+
|
|
40
|
+
### `scene`
|
|
41
|
+
Illustrated scenes from the narrative
|
|
42
|
+
- Action moments, emotional beats
|
|
43
|
+
- Composition focused on storytelling
|
|
44
|
+
|
|
45
|
+
### `location`
|
|
46
|
+
Environment and setting artwork
|
|
47
|
+
- Establishing shots
|
|
48
|
+
- Mood and atmosphere focused
|
|
49
|
+
|
|
50
|
+
### `cover`
|
|
51
|
+
Book cover concepts
|
|
52
|
+
- Includes space for title/author
|
|
53
|
+
- Genre-appropriate composition
|
|
54
|
+
|
|
55
|
+
### `header`
|
|
56
|
+
Chapter header illustrations
|
|
57
|
+
- Smaller, focused images
|
|
58
|
+
- Consistent style across book
|
|
59
|
+
|
|
60
|
+
### `map-concept`
|
|
61
|
+
Stylized map artwork
|
|
62
|
+
- Fantasy cartography style
|
|
63
|
+
- Region or world maps
|
|
64
|
+
|
|
65
|
+
## Output Structure
|
|
66
|
+
|
|
67
|
+
```markdown
|
|
68
|
+
## Visual Asset: [Subject]
|
|
69
|
+
|
|
70
|
+
### Type
|
|
71
|
+
[Asset type]
|
|
72
|
+
|
|
73
|
+
### Reference Text
|
|
74
|
+
> [Canonical description used]
|
|
75
|
+
|
|
76
|
+
### Generated Prompt
|
|
77
|
+
[The prompt sent to image generator]
|
|
78
|
+
|
|
79
|
+
### Result
|
|
80
|
+
[Generated image link/reference]
|
|
81
|
+
|
|
82
|
+
### Consistency Notes
|
|
83
|
+
[Features to maintain in future images]
|
|
84
|
+
|
|
85
|
+
### Variations Generated
|
|
86
|
+
- Variation 1: [description]
|
|
87
|
+
- Variation 2: [description]
|
|
88
|
+
|
|
89
|
+
### Added to Style Guide
|
|
90
|
+
[Yes/No - new character/location refs]
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
## Workflow
|
|
94
|
+
|
|
95
|
+
```
|
|
96
|
+
User → /visualize subject --type type
|
|
97
|
+
↓
|
|
98
|
+
Archivist retrieves canonical description
|
|
99
|
+
↓
|
|
100
|
+
Visual Director crafts prompt
|
|
101
|
+
↓
|
|
102
|
+
nano-banana generates image
|
|
103
|
+
↓
|
|
104
|
+
Visual Director reviews, may iterate
|
|
105
|
+
↓
|
|
106
|
+
Asset catalogued in style guide
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
## Style Presets
|
|
110
|
+
|
|
111
|
+
Can be combined with `--style`:
|
|
112
|
+
- `epic-fantasy`: Rich colors, dramatic lighting
|
|
113
|
+
- `dark-fantasy`: Desaturated, ominous
|
|
114
|
+
- `watercolor`: Soft, artistic
|
|
115
|
+
- `concept-art`: Professional reference style
|
|
116
|
+
- `vintage`: Classic illustration feel
|
|
117
|
+
- `minimal`: Clean, modern
|
|
118
|
+
|
|
119
|
+
## Flags
|
|
120
|
+
|
|
121
|
+
- `--type [type]`: Asset type (required for new subjects)
|
|
122
|
+
- `--style [style]`: Override default style
|
|
123
|
+
- `--variations [X]`: Generate X variations
|
|
124
|
+
- `--reference [path]`: Use existing image as reference
|
|
125
|
+
- `--aspect [ratio]`: Custom aspect ratio (e.g., 2:3)
|
|
126
|
+
- `--update`: Update existing character/location reference
|