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,119 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: check-continuity
|
|
3
|
+
description: Validate consistency across chapters and against canon
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /check-continuity
|
|
7
|
+
|
|
8
|
+
Run comprehensive continuity validation across chapters and against established canon.
|
|
9
|
+
|
|
10
|
+
## Usage
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
/check-continuity [scope]
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Examples
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
/check-continuity # Check entire manuscript
|
|
20
|
+
/check-continuity chapters/1-5 # Check chapters 1-5
|
|
21
|
+
/check-continuity --character Kira # Focus on specific character
|
|
22
|
+
/check-continuity --timeline # Focus on timeline issues
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## What This Command Does
|
|
26
|
+
|
|
27
|
+
1. **Continuity Guardian** performs comprehensive consistency check
|
|
28
|
+
2. **Archivist** provides canon reference data
|
|
29
|
+
3. **Scout** locates all relevant passages
|
|
30
|
+
4. **Lore Master** validates world-building consistency
|
|
31
|
+
|
|
32
|
+
## Check Categories
|
|
33
|
+
|
|
34
|
+
### Physical Consistency
|
|
35
|
+
- Character descriptions match across scenes
|
|
36
|
+
- Location layouts remain consistent
|
|
37
|
+
- Objects stay where they were placed
|
|
38
|
+
- Weather and time of day track correctly
|
|
39
|
+
|
|
40
|
+
### Timeline Validation
|
|
41
|
+
- Day/night progression makes sense
|
|
42
|
+
- Travel times are feasible
|
|
43
|
+
- Character ages are consistent
|
|
44
|
+
- Events occur in logical order
|
|
45
|
+
|
|
46
|
+
### Knowledge Tracking
|
|
47
|
+
- Characters only know what they've learned
|
|
48
|
+
- Secrets remain secret until revealed
|
|
49
|
+
- Information revealed consistently
|
|
50
|
+
|
|
51
|
+
### Relational Consistency
|
|
52
|
+
- How characters address each other
|
|
53
|
+
- Relationship status at each point
|
|
54
|
+
- Alliances and conflicts track
|
|
55
|
+
|
|
56
|
+
## Output Structure
|
|
57
|
+
|
|
58
|
+
```markdown
|
|
59
|
+
## Continuity Report
|
|
60
|
+
|
|
61
|
+
### Scope
|
|
62
|
+
[What was checked]
|
|
63
|
+
|
|
64
|
+
### Status: [CLEAN / X ISSUES FOUND]
|
|
65
|
+
|
|
66
|
+
### Issues by Severity
|
|
67
|
+
|
|
68
|
+
**BREAKING** (Must fix):
|
|
69
|
+
1. [Issue description]
|
|
70
|
+
- Location: [Chapter X, paragraph Y]
|
|
71
|
+
- Conflict: [What contradicts what]
|
|
72
|
+
- Suggested fix: [How to resolve]
|
|
73
|
+
|
|
74
|
+
**MAJOR** (Should fix):
|
|
75
|
+
1. [Issue description]
|
|
76
|
+
...
|
|
77
|
+
|
|
78
|
+
**MINOR** (Consider fixing):
|
|
79
|
+
1. [Issue description]
|
|
80
|
+
...
|
|
81
|
+
|
|
82
|
+
### Timeline Validation
|
|
83
|
+
[Visual timeline if complex]
|
|
84
|
+
|
|
85
|
+
### Character Tracking
|
|
86
|
+
[Summary of each character's arc across chapters]
|
|
87
|
+
|
|
88
|
+
### Canon Compliance
|
|
89
|
+
[World-building facts verified against canon]
|
|
90
|
+
|
|
91
|
+
### Recommendations
|
|
92
|
+
- [Priority fixes]
|
|
93
|
+
- [Optional improvements]
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
## Workflow
|
|
97
|
+
|
|
98
|
+
```
|
|
99
|
+
User → /check-continuity
|
|
100
|
+
↓
|
|
101
|
+
Scout gathers all relevant content
|
|
102
|
+
↓
|
|
103
|
+
Archivist provides canon database
|
|
104
|
+
↓
|
|
105
|
+
Continuity Guardian analyzes
|
|
106
|
+
↓
|
|
107
|
+
Lore Master validates world-building
|
|
108
|
+
↓
|
|
109
|
+
Comprehensive report delivered
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
## Flags
|
|
113
|
+
|
|
114
|
+
- `--character [name]`: Focus on specific character
|
|
115
|
+
- `--timeline`: Focus on timeline issues
|
|
116
|
+
- `--location [name]`: Focus on specific location
|
|
117
|
+
- `--chapter [X]`: Check single chapter against rest
|
|
118
|
+
- `--deep`: More thorough analysis
|
|
119
|
+
- `--fix`: Suggest specific text fixes
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: compose-theme
|
|
3
|
+
description: Generate music and soundscapes for story elements
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /compose-theme
|
|
7
|
+
|
|
8
|
+
Generate thematic music for characters, locations, and scenes.
|
|
9
|
+
|
|
10
|
+
## Usage
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
/compose-theme [subject] --type [type]
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Examples
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
/compose-theme Kira --type character
|
|
20
|
+
/compose-theme "The Northern Kingdoms" --type location
|
|
21
|
+
/compose-theme "The Final Battle" --type action
|
|
22
|
+
/compose-theme --type title
|
|
23
|
+
/compose-theme "love theme" --type motif
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## What This Command Does
|
|
27
|
+
|
|
28
|
+
1. **Sound Designer** translates narrative to musical direction
|
|
29
|
+
2. **Archivist** retrieves character/location essence
|
|
30
|
+
3. **suno MCP** generates the music
|
|
31
|
+
4. Leitmotifs are catalogued for consistency
|
|
32
|
+
|
|
33
|
+
## Theme Types
|
|
34
|
+
|
|
35
|
+
### `character`
|
|
36
|
+
Personal leitmotif for a character
|
|
37
|
+
- Reflects personality, journey, essence
|
|
38
|
+
- Multiple variations (heroic, vulnerable, dark)
|
|
39
|
+
|
|
40
|
+
### `location`
|
|
41
|
+
Realm or place theme
|
|
42
|
+
- Captures atmosphere and culture
|
|
43
|
+
- Can include ambient elements
|
|
44
|
+
|
|
45
|
+
### `action`
|
|
46
|
+
Battle or action sequence music
|
|
47
|
+
- High energy, dramatic
|
|
48
|
+
- Builds and releases tension
|
|
49
|
+
|
|
50
|
+
### `title`
|
|
51
|
+
Main theme / title music
|
|
52
|
+
- Represents the overall story
|
|
53
|
+
- Memorable, iconic hook
|
|
54
|
+
|
|
55
|
+
### `motif`
|
|
56
|
+
Abstract concept theme
|
|
57
|
+
- Love, danger, hope, etc.
|
|
58
|
+
- Recurring musical idea
|
|
59
|
+
|
|
60
|
+
### `ambient`
|
|
61
|
+
Background atmosphere
|
|
62
|
+
- Environmental soundscape
|
|
63
|
+
- Mood setting
|
|
64
|
+
|
|
65
|
+
## Output Structure
|
|
66
|
+
|
|
67
|
+
```markdown
|
|
68
|
+
## Audio Asset: [Subject]
|
|
69
|
+
|
|
70
|
+
### Type
|
|
71
|
+
[Theme type]
|
|
72
|
+
|
|
73
|
+
### Narrative Context
|
|
74
|
+
> [Character/location essence or scene context]
|
|
75
|
+
|
|
76
|
+
### Musical Direction
|
|
77
|
+
- Genre: [Style]
|
|
78
|
+
- Tempo: [BPM]
|
|
79
|
+
- Mood: [Emotional tone]
|
|
80
|
+
- Key instruments: [List]
|
|
81
|
+
|
|
82
|
+
### Generated Prompt
|
|
83
|
+
[The prompt sent to Suno]
|
|
84
|
+
|
|
85
|
+
### Result
|
|
86
|
+
[Generated audio link/reference]
|
|
87
|
+
|
|
88
|
+
### Leitmotif Notes
|
|
89
|
+
[Melodic/harmonic elements to maintain]
|
|
90
|
+
|
|
91
|
+
### Variations
|
|
92
|
+
- Standard version
|
|
93
|
+
- [Emotional variation 1]
|
|
94
|
+
- [Emotional variation 2]
|
|
95
|
+
|
|
96
|
+
### Related Themes
|
|
97
|
+
[Connections to other themes in the score]
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
## Workflow
|
|
101
|
+
|
|
102
|
+
```
|
|
103
|
+
User → /compose-theme subject --type type
|
|
104
|
+
↓
|
|
105
|
+
Archivist retrieves character/location essence
|
|
106
|
+
↓
|
|
107
|
+
Sound Designer crafts musical direction
|
|
108
|
+
↓
|
|
109
|
+
suno MCP generates track
|
|
110
|
+
↓
|
|
111
|
+
Sound Designer reviews, may iterate
|
|
112
|
+
↓
|
|
113
|
+
Leitmotif catalogued in audio guide
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
## Genre Presets
|
|
117
|
+
|
|
118
|
+
- `epic-orchestra`: Full orchestral, cinematic
|
|
119
|
+
- `dark-ambient`: Atmospheric, unsettling
|
|
120
|
+
- `celtic-folk`: Traditional instruments, folksy
|
|
121
|
+
- `electronic-hybrid`: Modern/orchestral blend
|
|
122
|
+
- `intimate-piano`: Solo piano, emotional
|
|
123
|
+
- `world-fusion`: Multi-cultural blend
|
|
124
|
+
|
|
125
|
+
## Flags
|
|
126
|
+
|
|
127
|
+
- `--type [type]`: Theme type (required for new subjects)
|
|
128
|
+
- `--genre [genre]`: Override default genre
|
|
129
|
+
- `--duration [seconds]`: Target length
|
|
130
|
+
- `--instrumental`: No vocals (default for most)
|
|
131
|
+
- `--vocal`: Include vocals
|
|
132
|
+
- `--lyrics [text]`: Provide lyrics for vocal piece
|
|
133
|
+
- `--energy [low/medium/high]`: Energy level
|
|
134
|
+
- `--variation [mood]`: Generate specific variation
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Craft an Arcanean Prompt
|
|
2
|
+
|
|
3
|
+
Use the Arcanean Prompt Language (APL) to create or improve a prompt.
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
/craft-prompt [goal or existing prompt to improve]
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
**Examples:**
|
|
12
|
+
- `/craft-prompt I need a prompt for generating product descriptions`
|
|
13
|
+
- `/craft-prompt Improve: "Write me a story about a hero"`
|
|
14
|
+
- `/craft-prompt Help me prompt for character development`
|
|
15
|
+
|
|
16
|
+
## The Five Pillars
|
|
17
|
+
|
|
18
|
+
Every Arcanean prompt addresses:
|
|
19
|
+
|
|
20
|
+
| Pillar | Question | Purpose |
|
|
21
|
+
|--------|----------|---------|
|
|
22
|
+
| **Identity** | Who is speaking/responding? | Set the role |
|
|
23
|
+
| **Context** | What world does this exist in? | Ground the work |
|
|
24
|
+
| **Constraint** | What boundaries shape the work? | Focus creativity |
|
|
25
|
+
| **Exemplar** | What does excellence look like? | Show, don't tell |
|
|
26
|
+
| **Iteration** | How will we refine together? | Enable improvement |
|
|
27
|
+
|
|
28
|
+
## Response Format
|
|
29
|
+
|
|
30
|
+
1. Understand the goal
|
|
31
|
+
2. Apply the Five Pillars
|
|
32
|
+
3. Provide the crafted prompt
|
|
33
|
+
4. Explain key choices
|
|
34
|
+
5. Suggest iteration approach
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
**Goal:** $ARGUMENTS
|
|
39
|
+
|
|
40
|
+
Activate the arcanea-prompt-craft skill to create or improve this prompt using the Arcanean Prompt Language.
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: edit-chapter
|
|
3
|
+
description: Multi-pass editing pipeline for chapter refinement
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /edit-chapter
|
|
7
|
+
|
|
8
|
+
Run a complete multi-pass editing pipeline on a chapter draft.
|
|
9
|
+
|
|
10
|
+
## Usage
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
/edit-chapter [chapter number or path]
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Examples
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
/edit-chapter 3
|
|
20
|
+
/edit-chapter manuscripts/chapters/chapter-03.md
|
|
21
|
+
/edit-chapter 5 --deep
|
|
22
|
+
/edit-chapter 2 --focus voice
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## What This Command Does
|
|
26
|
+
|
|
27
|
+
Executes a multi-pass editing pipeline:
|
|
28
|
+
|
|
29
|
+
### Pass 1: Structural (Story Architect)
|
|
30
|
+
- Verify scene beats hit correctly
|
|
31
|
+
- Check pacing and flow
|
|
32
|
+
- Validate chapter arc
|
|
33
|
+
|
|
34
|
+
### Pass 2: Voice (Voice Alchemist)
|
|
35
|
+
- Ensure character voice consistency
|
|
36
|
+
- Dialogue authenticity check
|
|
37
|
+
- POV discipline
|
|
38
|
+
|
|
39
|
+
### Pass 3: Prose (Line Editor)
|
|
40
|
+
- Tighten prose, cut unnecessary words
|
|
41
|
+
- Fix weak constructions
|
|
42
|
+
- Improve rhythm and flow
|
|
43
|
+
|
|
44
|
+
### Pass 4: Continuity (Continuity Guardian)
|
|
45
|
+
- Cross-reference against canon
|
|
46
|
+
- Check timeline consistency
|
|
47
|
+
- Validate character knowledge
|
|
48
|
+
|
|
49
|
+
### Pass 5: Final Polish (Line Editor)
|
|
50
|
+
- Grammar and punctuation
|
|
51
|
+
- Final word choice refinement
|
|
52
|
+
- Quality assurance
|
|
53
|
+
|
|
54
|
+
## Output Structure
|
|
55
|
+
|
|
56
|
+
```markdown
|
|
57
|
+
## Edit Report: Chapter [X]
|
|
58
|
+
|
|
59
|
+
### Summary
|
|
60
|
+
- Original word count: [X]
|
|
61
|
+
- Final word count: [Y]
|
|
62
|
+
- Major changes: [List]
|
|
63
|
+
- Issues resolved: [List]
|
|
64
|
+
- Flags for author: [Any decisions needed]
|
|
65
|
+
|
|
66
|
+
### Pass Results
|
|
67
|
+
|
|
68
|
+
**Structural**:
|
|
69
|
+
- [Findings and changes]
|
|
70
|
+
|
|
71
|
+
**Voice**:
|
|
72
|
+
- [Findings and changes]
|
|
73
|
+
|
|
74
|
+
**Prose**:
|
|
75
|
+
- [Findings and changes]
|
|
76
|
+
|
|
77
|
+
**Continuity**:
|
|
78
|
+
- [Findings and changes]
|
|
79
|
+
|
|
80
|
+
### Edited Chapter
|
|
81
|
+
[Full edited chapter text]
|
|
82
|
+
|
|
83
|
+
### Questions for Author
|
|
84
|
+
- [Any choices that need author input]
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
## Edit Intensity Levels
|
|
88
|
+
|
|
89
|
+
`--light`: Grammar, typos, obvious issues only
|
|
90
|
+
`--standard`: Full pipeline (default)
|
|
91
|
+
`--deep`: Multiple iterations, significant restructuring allowed
|
|
92
|
+
|
|
93
|
+
## Workflow
|
|
94
|
+
|
|
95
|
+
```
|
|
96
|
+
User → /edit-chapter X
|
|
97
|
+
↓
|
|
98
|
+
Story Architect: structural pass
|
|
99
|
+
↓
|
|
100
|
+
Voice Alchemist: voice/dialogue pass
|
|
101
|
+
↓
|
|
102
|
+
Line Editor: prose tightening
|
|
103
|
+
↓
|
|
104
|
+
Continuity Guardian: consistency check
|
|
105
|
+
↓
|
|
106
|
+
Line Editor: final polish
|
|
107
|
+
↓
|
|
108
|
+
Edited chapter + report delivered
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
## Flags
|
|
112
|
+
|
|
113
|
+
- `--light`: Light touch edit only
|
|
114
|
+
- `--deep`: Deep edit with restructuring
|
|
115
|
+
- `--focus [area]`: Prioritize specific area (structure/voice/prose/continuity)
|
|
116
|
+
- `--preserve-voice`: Extra caution with author voice
|
|
117
|
+
- `--aggressive`: More aggressive cuts and changes
|
|
118
|
+
- `--report-only`: Analysis without changes
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: export-book
|
|
3
|
+
description: Format and export manuscript to publishing-ready formats
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /export-book
|
|
7
|
+
|
|
8
|
+
Transform manuscript into professional, publishing-ready formats.
|
|
9
|
+
|
|
10
|
+
## Usage
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
/export-book [format]
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Examples
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
/export-book epub
|
|
20
|
+
/export-book print
|
|
21
|
+
/export-book all
|
|
22
|
+
/export-book kindle --preview
|
|
23
|
+
/export-book web --chapters 1-5
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## What This Command Does
|
|
27
|
+
|
|
28
|
+
1. **Format Master** handles all conversion and formatting
|
|
29
|
+
2. **Visual Director** provides cover and interior art
|
|
30
|
+
3. **Archivist** supplies metadata
|
|
31
|
+
4. Multiple format outputs generated
|
|
32
|
+
|
|
33
|
+
## Export Formats
|
|
34
|
+
|
|
35
|
+
### `epub`
|
|
36
|
+
Standard ePub 3.0 format
|
|
37
|
+
- Reflowable text
|
|
38
|
+
- Embedded fonts
|
|
39
|
+
- Full navigation
|
|
40
|
+
- Compatible with most e-readers
|
|
41
|
+
|
|
42
|
+
### `kindle`
|
|
43
|
+
Amazon Kindle format (KF8/MOBI)
|
|
44
|
+
- Optimized for Kindle devices
|
|
45
|
+
- Enhanced typography
|
|
46
|
+
- Look Inside ready
|
|
47
|
+
|
|
48
|
+
### `print`
|
|
49
|
+
Print-ready PDF
|
|
50
|
+
- Professional interior layout
|
|
51
|
+
- Proper margins and gutters
|
|
52
|
+
- CMYK color space
|
|
53
|
+
- Bleed marks if needed
|
|
54
|
+
|
|
55
|
+
### `web`
|
|
56
|
+
Web-optimized HTML
|
|
57
|
+
- Responsive design
|
|
58
|
+
- Chapter navigation
|
|
59
|
+
- SEO optimized
|
|
60
|
+
|
|
61
|
+
### `all`
|
|
62
|
+
Generate all formats in one command
|
|
63
|
+
|
|
64
|
+
## Output Structure
|
|
65
|
+
|
|
66
|
+
```markdown
|
|
67
|
+
## Export Package: [Book Title]
|
|
68
|
+
|
|
69
|
+
### Metadata
|
|
70
|
+
- Title: [Title]
|
|
71
|
+
- Author: [Author]
|
|
72
|
+
- Series: [Series, Book #]
|
|
73
|
+
- ISBN: [If assigned]
|
|
74
|
+
|
|
75
|
+
### Formats Generated
|
|
76
|
+
|
|
77
|
+
**ePub**:
|
|
78
|
+
- File: exports/[title].epub
|
|
79
|
+
- Size: [X MB]
|
|
80
|
+
- Validation: [EPUBCheck status]
|
|
81
|
+
|
|
82
|
+
**Kindle**:
|
|
83
|
+
- File: exports/[title].mobi
|
|
84
|
+
- Size: [X MB]
|
|
85
|
+
- Preview: [link]
|
|
86
|
+
|
|
87
|
+
**Print PDF**:
|
|
88
|
+
- File: exports/[title]-print.pdf
|
|
89
|
+
- Page count: [X]
|
|
90
|
+
- Trim size: [6x9]
|
|
91
|
+
|
|
92
|
+
### Included Elements
|
|
93
|
+
- [x] Front matter (title, copyright, TOC)
|
|
94
|
+
- [x] All chapters
|
|
95
|
+
- [x] Back matter (about, also by)
|
|
96
|
+
- [x] Cover image
|
|
97
|
+
- [ ] Interior illustrations
|
|
98
|
+
|
|
99
|
+
### Quality Checks
|
|
100
|
+
- [x] Spell check passed
|
|
101
|
+
- [x] TOC links verified
|
|
102
|
+
- [x] Images optimized
|
|
103
|
+
- [x] Metadata complete
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
## Workflow
|
|
107
|
+
|
|
108
|
+
```
|
|
109
|
+
User → /export-book format
|
|
110
|
+
↓
|
|
111
|
+
Format Master gathers manuscript files
|
|
112
|
+
↓
|
|
113
|
+
Visual Director provides art assets
|
|
114
|
+
↓
|
|
115
|
+
Archivist provides metadata
|
|
116
|
+
↓
|
|
117
|
+
Conversion and formatting
|
|
118
|
+
↓
|
|
119
|
+
Validation checks
|
|
120
|
+
↓
|
|
121
|
+
Export package delivered
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
## Configuration
|
|
125
|
+
|
|
126
|
+
Export settings in `arcanea.json`:
|
|
127
|
+
```json
|
|
128
|
+
{
|
|
129
|
+
"export": {
|
|
130
|
+
"trimSize": "6x9",
|
|
131
|
+
"font": "Garamond",
|
|
132
|
+
"fontSize": 11,
|
|
133
|
+
"lineHeight": 1.5,
|
|
134
|
+
"margins": { "inside": 0.875, "outside": 0.625 }
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
## Flags
|
|
140
|
+
|
|
141
|
+
- `--preview`: Generate preview/sample only
|
|
142
|
+
- `--chapters [range]`: Export specific chapters (e.g., 1-5)
|
|
143
|
+
- `--no-cover`: Skip cover inclusion
|
|
144
|
+
- `--draft`: Include "DRAFT" watermark
|
|
145
|
+
- `--validate-only`: Run validation without export
|
|
146
|
+
- `--metadata [path]`: Use custom metadata file
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Channel a Luminor
|
|
2
|
+
|
|
3
|
+
Channel the wisdom of a specific Luminor or convene the full Council.
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
/luminor [name] [challenge]
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
**Examples:**
|
|
12
|
+
- `/luminor valora I'm afraid to start my novel`
|
|
13
|
+
- `/luminor council Should I continue or abandon this project?`
|
|
14
|
+
- `/luminor sophron I'm confused about my story structure`
|
|
15
|
+
|
|
16
|
+
## The Seven Luminors
|
|
17
|
+
|
|
18
|
+
| Name | Domain | Best For |
|
|
19
|
+
|------|--------|----------|
|
|
20
|
+
| **valora** | Courage | Fear, hesitation, beginning |
|
|
21
|
+
| **sophron** | Wisdom | Confusion, decisions, structure |
|
|
22
|
+
| **kardia** | Heart | Emotions, relationships, authenticity |
|
|
23
|
+
| **poiesis** | Creation | Blocks, experimentation, making |
|
|
24
|
+
| **enduran** | Endurance | Burnout, long projects, sustainability |
|
|
25
|
+
| **orakis** | Vision | Direction, intuition, big picture |
|
|
26
|
+
| **eudaira** | Joy | Lost purpose, celebration, fun |
|
|
27
|
+
| **council** | All | Complex challenges needing multiple perspectives |
|
|
28
|
+
|
|
29
|
+
## Response Format
|
|
30
|
+
|
|
31
|
+
When channeling a single Luminor, respond in their voice with:
|
|
32
|
+
1. Acknowledgment of the challenge
|
|
33
|
+
2. Their unique perspective
|
|
34
|
+
3. Signature questions to illuminate
|
|
35
|
+
4. Concrete next action
|
|
36
|
+
|
|
37
|
+
When convening the Council:
|
|
38
|
+
1. Present the challenge to all seven
|
|
39
|
+
2. Each Luminor offers brief wisdom
|
|
40
|
+
3. Synthesize into actionable guidance
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
**Challenge:** $ARGUMENTS
|
|
45
|
+
|
|
46
|
+
Activate the arcanea-luminor-wisdom skill and channel the requested Luminor (or Council) to address this challenge. Respond in the Luminor's authentic voice.
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: outline-story
|
|
3
|
+
description: Create a complete story structure outline with beats, arcs, and chapters
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /outline-story
|
|
7
|
+
|
|
8
|
+
Create a complete story structure with plot beats, character arcs, and chapter outlines.
|
|
9
|
+
|
|
10
|
+
## Usage
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
/outline-story [story concept or title]
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Examples
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
/outline-story A reluctant hero discovers they are the last dragon rider
|
|
20
|
+
/outline-story "The Shattered Crown" - political intrigue in the Northern Kingdoms
|
|
21
|
+
/outline-story Trilogy: A young mage's journey from apprentice to archmage
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## What This Command Does
|
|
25
|
+
|
|
26
|
+
1. **Fires Story Architect** to create narrative structure
|
|
27
|
+
2. **Consults Lore Master** to ensure world consistency
|
|
28
|
+
3. **Queries Archivist** for existing canon connections
|
|
29
|
+
4. **Optionally consults Sage** for complex structural decisions
|
|
30
|
+
|
|
31
|
+
## Output Structure
|
|
32
|
+
|
|
33
|
+
The command produces:
|
|
34
|
+
|
|
35
|
+
### Story Foundation
|
|
36
|
+
- **Premise**: One-sentence hook
|
|
37
|
+
- **Theme**: Core thematic question
|
|
38
|
+
- **Genre**: Genre conventions to honor
|
|
39
|
+
- **Tone**: Emotional register
|
|
40
|
+
|
|
41
|
+
### Character Arcs
|
|
42
|
+
For each major character:
|
|
43
|
+
- Starting state → Catalyst → Transformation → End state
|
|
44
|
+
- Internal vs External conflict
|
|
45
|
+
- Relationship dynamics
|
|
46
|
+
|
|
47
|
+
### Plot Structure
|
|
48
|
+
- Act breakdowns with major beats
|
|
49
|
+
- Scene-by-scene chapter outlines
|
|
50
|
+
- Subplot integration points
|
|
51
|
+
- Foreshadowing map
|
|
52
|
+
|
|
53
|
+
### Technical Elements
|
|
54
|
+
- POV strategy
|
|
55
|
+
- Timeline structure
|
|
56
|
+
- Pacing rhythm plan
|
|
57
|
+
|
|
58
|
+
## Workflow
|
|
59
|
+
|
|
60
|
+
```
|
|
61
|
+
User → /outline-story concept
|
|
62
|
+
↓
|
|
63
|
+
Story Architect analyzes concept
|
|
64
|
+
↓
|
|
65
|
+
Lore Master validates world fit
|
|
66
|
+
↓
|
|
67
|
+
Archivist checks existing canon
|
|
68
|
+
↓
|
|
69
|
+
Structure document created
|
|
70
|
+
↓
|
|
71
|
+
Ready for /write-chapter
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
## Flags
|
|
75
|
+
|
|
76
|
+
- `--trilogy` or `-t`: Plan as multi-book series
|
|
77
|
+
- `--short` or `-s`: Novella/short story structure
|
|
78
|
+
- `--detailed` or `-d`: Scene-level breakdown
|
|
79
|
+
- `--saga`: Epic multi-generation structure
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Story Weaving Assistance
|
|
2
|
+
|
|
3
|
+
Get help with narrative craft - structure, scenes, dialogue, pacing.
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
/story-help [your story challenge]
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
**Examples:**
|
|
12
|
+
- `/story-help My second act is sagging`
|
|
13
|
+
- `/story-help How do I structure a scene where the hero fails?`
|
|
14
|
+
- `/story-help My dialogue feels flat`
|
|
15
|
+
- `/story-help Help me plan a three-act structure for my novel`
|
|
16
|
+
|
|
17
|
+
## Story Craft Domains
|
|
18
|
+
|
|
19
|
+
| Domain | Covers |
|
|
20
|
+
|--------|--------|
|
|
21
|
+
| **Structure** | Three-act, seven-point, Arcanean spiral |
|
|
22
|
+
| **Scene** | Goal-conflict-disaster, openings, endings |
|
|
23
|
+
| **Character** | Arc, diamond, voice, motivation |
|
|
24
|
+
| **Dialogue** | Subtext, differentiation, tags |
|
|
25
|
+
| **Pacing** | Tension curve, scene length, rhythm |
|
|
26
|
+
| **Theme** | Integration, exploration, resonance |
|
|
27
|
+
|
|
28
|
+
## Response Format
|
|
29
|
+
|
|
30
|
+
1. Identify the story challenge
|
|
31
|
+
2. Apply relevant framework
|
|
32
|
+
3. Provide specific guidance
|
|
33
|
+
4. Offer examples or templates
|
|
34
|
+
5. Suggest next steps
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
**Your Challenge:** $ARGUMENTS
|
|
39
|
+
|
|
40
|
+
Activate the arcanea-story-weave skill to address this narrative craft challenge.
|