.wrangler/memory/knowledge-base/reference-prompts/skills/crazy-8s/SKILL.md
Solo rapid ideation method based on Google Design Sprint Crazy 8's exercise. Generates 8 distinct solution ideas in 8 minutes through rapid-fire ideation or sketch documentation. Use when working alone and need to explore multiple solution directions quickly, push beyond first obvious ideas, or generate variety before converging. Includes creativity warm-up questions, built-in timer, optional creative constraints, and generates visual HTML/CSS prototypes plus comparison table. NOT for team sessions (traditional Crazy 8's works better for teams).
npx skillsauth add bacchus-labs/wrangler crazy-8sInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Rapid ideation method that pushes you to generate 8 distinct solution ideas in 8 minutes. Based on Google Design Sprint's Crazy 8's exercise, adapted for solo work with AI assistance.
Speed kills the inner critic. You don't have time to overthink. The goal is divergent thinking - weird, impractical, and bold ideas often spark the truly innovative ones. Not all 8 ideas will be winners, and that's perfect.
Start: "I want to do a Crazy 8's session"
Step 1: Claude asks about the design challenge → You describe the problem and context
Step 2: Claude asks: "Want a quick creativity warm-up? (adds ~2 minutes)" → Yes: Claude asks 2-3 provocative questions to spark ideas → No: Skip directly to mode selection
Step 3: Claude asks: "Which mode?" → Rapid Ideation: You rapid-fire ideas, Claude generates prototypes → Sketch Documentation: You sketch on paper, then share photos
Step 4: Claude asks: "What are you designing?" → Mobile app, web app, dashboard, feature, etc.
Step 5: Claude asks: "Want creative constraints for more variety?" → Optional constraints based on Google methodology
Step 6: Claude creates timer artifact and session begins
If you choose the warm-up, Claude asks 2-3 fast questions (30 seconds each) to activate divergent thinking. These are provocative, brain-stretching questions selected from references/icebreaker-questions.md based on your problem.
Claude: "Let me spark some ideas with quick questions - answer instinctively!"
Question examples:
You answer quickly (no overthinking - 20-30 seconds each)
Claude captures responses and says: "Perfect! Keep that energy. Ready for the timer?"
Note: If you skip warm-up, jump straight to mode selection. The warm-up is helpful but optional.
Best for speed, remote work, and when you think better by talking than sketching.
Your role:
What to say:
What NOT to do:
Claude generates:
1. Visual Prototypes
2. Comparison Table
Best when you think spatially, want traditional Crazy 8's feel, or prefer drawing to typing.
Materials:
Sketching approach:
What makes a good sketch:
Claude analyzes each sketch and provides:
1. Written Descriptions
2. Optional Prototypes
3. Comparison Table
Before timer starts, you can add constraints to push for more variety. Based on Google Design Sprint methodology.
Claude asks: "Want creative constraints to increase variety?"
Options:
Interaction Types:
User Contexts:
Emotional Tones:
Metaphors:
When to use constraints:
When to skip:
Claude creates a React component featuring:
┌─────────────────────────┐
│ CRAZY 8'S TIMER │
│ │
│ 📖 How It Works [+] │
│ │
│ 08:00 │
│ [progress bar] │
│ │
│ Ideas Generated 0/8 │
│ [■ ■ ■ ■ ■ ■ ■ ■] │
│ ✓ Idea Captured │
│ │
│ [START] [RESET] │
│ │
│ 💡 Dynamic tips here │
└─────────────────────────┘
Features:
Smart Urgency System: Each of the 8 idea blocks represents a 1-minute window and blinks red during the last 30 seconds of its window:
This creates a rolling wave of urgency and provides visual pacing feedback. You can tell at a glance if you're ahead or behind the "1 minute per idea" target. Once you capture an idea, its block turns solid purple/blue.
Timer ends when:
Time's Up Message: When timer hits 0:00, a large animated alert appears:
After ideation, Claude generates one artifact with 8 prototypes in grid:
<div style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;">
<!-- 8 prototype blocks -->
<div class="idea-1">
<h3>1. [Idea Name]</h3>
<div class="prototype">
[HTML/CSS mockup]
</div>
</div>
<!-- ... repeat for all 8 -->
</div>
Each prototype includes:
Quality level:
After prototypes, Claude generates structured comparison:
# Crazy 8's Results: [Your Challenge]
## The 8 Ideas
### 1. [Idea Name]
**Description:** [What it is]
**Key Features:**
- Feature A
- Feature B
- Feature C
**Interaction Pattern:** [How users interact]
**Visual Approach:** [Layout/style]
**Unique Angle:** [What makes this different]
[Repeat for all 8 ideas]
---
## Quick Comparison Matrix
| # | Idea | Complexity | Novelty | User Value | Feasibility |
|---|------|-----------|---------|-----------|-------------|
| 1 | [Name] | Low/Med/High | Low/Med/High | Low/Med/High | Low/Med/High |
...
---
## Patterns Observed
**Common Themes:**
- [Pattern across multiple ideas]
- [Recurring approach]
**Unique Approaches:**
- [Standout idea 1 and why]
- [Standout idea 2 and why]
**Interesting Tensions:**
- [Competing philosophy A vs B]
---
## Recommended Next Steps
**For Prototyping:**
- [Top 2-3 ideas with rationale]
**For Combining:**
- [Ideas that could be merged]
**For Research:**
- [Ideas that need user validation]
Before starting:
During the 8 minutes:
After timer ends:
Effective idea phrases:
Less effective:
Pacing:
Good sketches:
Common issues:
❌ Stopping to elaborate during 8 minutes ✅ Capture the core idea and keep moving
❌ Judging ideas as "too crazy" and censoring them ✅ Write everything down - evaluate later
❌ Only getting 3-4 ideas and calling it done ✅ The magic happens in ideas 6-8 when you're forced to think differently
❌ Making all 8 ideas variations of the same concept ✅ Use constraints or warm-up questions to push variety
❌ Expecting polished, production-ready outputs ✅ These are rough explorations to spark discussion
After Crazy 8's, you typically:
design-critique skill)Crazy 8's is for divergence. The next steps are about convergence and validation.
When you're stuck:
When all ideas feel the same:
When you're not feeling creative:
For best results:
Say: "I want to do a Crazy 8's session"
Claude will guide you through the full process.
tools
Use when creating technical specifications for features, systems, or architectural designs. Creates comprehensive specification documents using the Wrangler MCP issue management system with proper structure and completeness checks.
testing
Creates and refines agent skills using TDD methodology with pressure testing and rationalization detection. Use when creating new skills, editing existing skills, testing skills with pressure scenarios, or verifying skills work before deployment.
tools
Use when design is complete and you need detailed implementation tasks - creates tracked MCP issues with exact file paths, complete code examples, and verification steps. Optional reference plan file for architecture overview.
development
Validates governance file completeness, format compliance, and metric accuracy. Use when auditing governance health, after bulk changes, or ensuring documentation integrity.