Creative Juices
Help users think creatively by providing unexpected metaphorical prompts and strategic questions.
When to Use This Skill
Use this skill when:
- User needs inspiration or fresh perspectives
- User is stuck on a design, feature, or creative problem
- User wants to validate assumptions or reality-check ideas
- User asks for "creative thinking" or "thinking outside the box"
- User is in brainstorming mode
Three Creative Modes
1. Gentle Inspiration (get_inspiration)
Use at the start of creative or problem-solving tasks to frame challenges in unexpected ways.
Implementation:
- Select 3 random verbs from the "inspiring" category in
word_lists.md
- Select 3 random nouns from the "inspiring" category in
word_lists.md
- Pair each verb with a noun (e.g., "painting-shoe", "baking-door")
- Present the sparks with this instruction: "Use these unexpected combinations as initial lenses:"
Word categories to use:
- Verbs: Human actions (painting, baking, melting), animal behaviors (flying, nesting), natural phenomena (rain, tree), primitive tools, ancient crafts, digital actions
- Nouns: Everyday objects (shoe, door, spoon), animal structures (nest, web), natural elements, comfort items, primitive tools
Example output:
Creative sparks to reframe your challenge:
- baking-door
- folding-mirror
- watering-clock
Use these unexpected combinations as initial lenses to see your problem differently.
Why this works: Concrete everyday metaphors create gentle cognitive distance, encouraging fresh perspectives without overwhelming the thinking process.
2. Dramatic Shock (think_outside_the_box)
Use mid-conversation when exploration has stalled or thinking has become too linear.
Implementation:
- Select 3 random verbs from the "out_of_the_box" category in
word_lists.md
- Select 3 random nouns from the "out_of_the_box" category in
word_lists.md
- Pair each verb with a noun (e.g., "crushing-fire", "teleporting-plasma")
- Present the sparks with this instruction: "Shatter your assumptions with these:"
Word categories to use:
- Verbs: Destructive actions (crushing, exploding, burning), predatory behaviors (hunting, swarming), advanced tech (hacking, teleporting, warping), alien biology (mutating, spawning), psychic actions (telepathizing, mind-melding)
- Nouns: Violent phenomena (fire, storm, avalanche), predator anatomy (venom, fang, claw), sci-fi tech (quantum-drive, neural-jack, plasma-cutter), alien biology (tentacle, spore, chitin), alien environments (spawning-pool, mind-web)
Example output:
Shatter your assumptions with these intense metaphors:
- swarming-venom
- exploding-void
- mutating-tentacle
Force radical divergence from your current thinking patterns.
Why this works: Dramatic, extreme metaphors create maximum cognitive distance, forcing breakthrough thinking when gentle nudges aren't enough.
3. Reality Check (reality_check)
Use to ground creative thinking in reality while maintaining openness.
Implementation:
- Select one random question from the "first_principles" framework in
frameworks.md
- Select one random question from the "limit_thinking" framework in
frameworks.md
- Select one random question from the "platonic_ideal" framework in
frameworks.md
- Select one random question from the "optimization" framework in
frameworks.md
- Present all 4 questions with their framework labels
- Add this instruction: "Ground your thinking with one question from each Musk framework:"
Framework summaries:
- First Principles: Challenge assumptions, find fundamental truths
- Limit Thinking: Scale to extremes to find breaking points
- Platonic Ideal: Start with perfect solution, work backwards
- Five-Step Optimization: Question → Delete → Optimize → Accelerate → Automate
Example output:
Ground your thinking with one question from each Musk framework:
First Principles: What are the absolute truths here, known by physics?
Limit Thinking: What happens at 1 unit vs 1 million units?
Platonic Ideal: What does the perfect version of this look like?
Optimization: Are your requirements dumb? Does this even matter?
Use these to pressure-test your creative ideas against reality.
Why this works: Battle-tested strategic frameworks from real-world engineering help validate wild ideas while maintaining creative momentum.
Implementation Guidelines
When using this skill:
- Invoke proactively: Don't wait for user to ask - suggest when you detect creative blocks
- Explain the metaphor: Don't just list sparks, help connect them to the problem
- Use sequentially: Start gentle → go dramatic if stuck → reality check to validate
- Avoid repetition: Track what you've generated to provide variety
Word Categories
See word_lists.md for the complete curated vocabulary (1,100+ words).
Inspiring words (gentle):
- Human actions (painting, baking, melting)
- Animal behaviors (flying, nesting, grazing)
- Natural elements (rain, tree, seed)
- Primitive tools (hammerstone, mortar)
- Ancient crafts (weaving, pottery, metalworking)
- Digital actions (uploading, syncing, scanning)
Out-of-the-box words (intense):
- Destructive actions (crushing, exploding, shattering)
- Predatory behaviors (hunting, swarming, stalking)
- Sci-fi technology (teleporting, hacking, warping, cloaking)
- Alien biology (mutating, spawning, metamorphosing)
- Extreme phenomena (wildfire, earthquake, avalanche)
- Psychic abilities (telepathizing, mind-melding, probing)
Strategic Frameworks Reference
See frameworks.md for complete questions and detailed explanations.
Elon Musk's Four Frameworks:
- First Principles - Strip to fundamental truths (6 questions)
- Limit Thinking - Scale to extremes to find breaking points (6 questions)
- Platonic Ideal - Perfect solution first, work backwards (6 questions)
- Five-Step Optimization - Question → Delete → Optimize → Accelerate → Automate (6 questions)
Total: 24 strategic questions for reality-checking creative ideas
Design Philosophy
- Concrete over abstract: "baking-shoe" beats "crystallize-entropy"
- Larger conceptual gap = stronger creative effect: Force genuine metaphorical thinking
- Historical span: Primitive → ancient → modern → futuristic for maximum range
- Balanced intensity: Match metaphor intensity to creative stage
Supporting Resources
word_lists.md - Complete curated word vocabulary organized by category and intensity
frameworks.md - Full strategic framework questions with examples and application guidance
examples.md - Real-world usage patterns and complete creative process walkthroughs
1---2name: creative-juices3description: Provides creative thinking prompts using concrete metaphors, dramatic scenarios, and strategic frameworks. Use when the user needs inspiration, is stuck on a problem, or wants to validate ideas from first principles.4---5
6# Creative Juices
7
8Help users think creatively by providing unexpected metaphorical prompts and strategic questions.
9
10## When to Use This Skill
11
12Use this skill when:
13- User needs inspiration or fresh perspectives
14- User is stuck on a design, feature, or creative problem
15- User wants to validate assumptions or reality-check ideas
16- User asks for "creative thinking" or "thinking outside the box"
17- User is in brainstorming mode
18
19## Three Creative Modes
20
21### 1. Gentle Inspiration (`get_inspiration`)
22
23**Use at the start** of creative or problem-solving tasks to frame challenges in unexpected ways.
24
25**Implementation:**
26
271. Select 3 random verbs from the "inspiring" category in `word_lists.md`
282. Select 3 random nouns from the "inspiring" category in `word_lists.md`
293. Pair each verb with a noun (e.g., "painting-shoe", "baking-door")
304. Present the sparks with this instruction: "Use these unexpected combinations as initial lenses:"
31
32**Word categories to use:**
33- **Verbs**: Human actions (painting, baking, melting), animal behaviors (flying, nesting), natural phenomena (rain, tree), primitive tools, ancient crafts, digital actions
34- **Nouns**: Everyday objects (shoe, door, spoon), animal structures (nest, web), natural elements, comfort items, primitive tools
35
36**Example output:**
37```
38Creative sparks to reframe your challenge:
39- baking-door
40- folding-mirror
41- watering-clock
42
43Use these unexpected combinations as initial lenses to see your problem differently.
44```
45
46**Why this works:** Concrete everyday metaphors create gentle cognitive distance, encouraging fresh perspectives without overwhelming the thinking process.
47
48### 2. Dramatic Shock (`think_outside_the_box`)
49
50**Use mid-conversation** when exploration has stalled or thinking has become too linear.
51
52**Implementation:**
53
541. Select 3 random verbs from the "out_of_the_box" category in `word_lists.md`
552. Select 3 random nouns from the "out_of_the_box" category in `word_lists.md`
563. Pair each verb with a noun (e.g., "crushing-fire", "teleporting-plasma")
574. Present the sparks with this instruction: "Shatter your assumptions with these:"
58
59**Word categories to use:**
60- **Verbs**: Destructive actions (crushing, exploding, burning), predatory behaviors (hunting, swarming), advanced tech (hacking, teleporting, warping), alien biology (mutating, spawning), psychic actions (telepathizing, mind-melding)
61- **Nouns**: Violent phenomena (fire, storm, avalanche), predator anatomy (venom, fang, claw), sci-fi tech (quantum-drive, neural-jack, plasma-cutter), alien biology (tentacle, spore, chitin), alien environments (spawning-pool, mind-web)
62
63**Example output:**
64```
65Shatter your assumptions with these intense metaphors:
66- swarming-venom
67- exploding-void
68- mutating-tentacle
69
70Force radical divergence from your current thinking patterns.
71```
72
73**Why this works:** Dramatic, extreme metaphors create maximum cognitive distance, forcing breakthrough thinking when gentle nudges aren't enough.
74
75### 3. Reality Check (`reality_check`)
76
77**Use to ground creative thinking** in reality while maintaining openness.
78
79**Implementation:**
80
811. Select one random question from the "first_principles" framework in `frameworks.md`
822. Select one random question from the "limit_thinking" framework in `frameworks.md`
833. Select one random question from the "platonic_ideal" framework in `frameworks.md`
844. Select one random question from the "optimization" framework in `frameworks.md`
855. Present all 4 questions with their framework labels
866. Add this instruction: "Ground your thinking with one question from each Musk framework:"
87
88**Framework summaries:**
89- **First Principles**: Challenge assumptions, find fundamental truths
90- **Limit Thinking**: Scale to extremes to find breaking points
91- **Platonic Ideal**: Start with perfect solution, work backwards
92- **Five-Step Optimization**: Question → Delete → Optimize → Accelerate → Automate
93
94**Example output:**
95```
96Ground your thinking with one question from each Musk framework:
97
98First Principles: What are the absolute truths here, known by physics?
99Limit Thinking: What happens at 1 unit vs 1 million units?
100Platonic Ideal: What does the perfect version of this look like?
101Optimization: Are your requirements dumb? Does this even matter?
102
103Use these to pressure-test your creative ideas against reality.
104```
105
106**Why this works:** Battle-tested strategic frameworks from real-world engineering help validate wild ideas while maintaining creative momentum.
107
108## Implementation Guidelines
109
110When using this skill:
111
1121. **Invoke proactively**: Don't wait for user to ask - suggest when you detect creative blocks
1132. **Explain the metaphor**: Don't just list sparks, help connect them to the problem
1143. **Use sequentially**: Start gentle → go dramatic if stuck → reality check to validate
1154. **Avoid repetition**: Track what you've generated to provide variety
116
117## Word Categories
118
119See `word_lists.md` for the complete curated vocabulary (1,100+ words).
120
121**Inspiring words (gentle):**
122- Human actions (painting, baking, melting)
123- Animal behaviors (flying, nesting, grazing)
124- Natural elements (rain, tree, seed)
125- Primitive tools (hammerstone, mortar)
126- Ancient crafts (weaving, pottery, metalworking)
127- Digital actions (uploading, syncing, scanning)
128
129**Out-of-the-box words (intense):**
130- Destructive actions (crushing, exploding, shattering)
131- Predatory behaviors (hunting, swarming, stalking)
132- Sci-fi technology (teleporting, hacking, warping, cloaking)
133- Alien biology (mutating, spawning, metamorphosing)
134- Extreme phenomena (wildfire, earthquake, avalanche)
135- Psychic abilities (telepathizing, mind-melding, probing)
136
137## Strategic Frameworks Reference
138
139See `frameworks.md` for complete questions and detailed explanations.
140
141**Elon Musk's Four Frameworks:**
142
1431. **First Principles** - Strip to fundamental truths (6 questions)
1442. **Limit Thinking** - Scale to extremes to find breaking points (6 questions)
1453. **Platonic Ideal** - Perfect solution first, work backwards (6 questions)
1464. **Five-Step Optimization** - Question → Delete → Optimize → Accelerate → Automate (6 questions)
147
148**Total**: 24 strategic questions for reality-checking creative ideas
149
150## Design Philosophy
151
152- **Concrete over abstract**: "baking-shoe" beats "crystallize-entropy"
153- **Larger conceptual gap = stronger creative effect**: Force genuine metaphorical thinking
154- **Historical span**: Primitive → ancient → modern → futuristic for maximum range
155- **Balanced intensity**: Match metaphor intensity to creative stage
156
157## Supporting Resources
158
159- **`word_lists.md`** - Complete curated word vocabulary organized by category and intensity
160- **`frameworks.md`** - Full strategic framework questions with examples and application guidance
161- **`examples.md`** - Real-world usage patterns and complete creative process walkthroughs