Claude
Skills
Sign in
Back

idea-to-design

Included with Lifetime
$97 forever

Universal brainstorming skill for any creative challenge - auto-activates when exploring ideas

Design

What this skill does


# Idea to Design Skill

Transform vague ideas into concrete designs through AI-assisted creative exploration.

## When to Use

This skill should activate when:
- User expresses uncertainty: "I'm not sure how to...", "What should I do about..."
- User asks for ideas: "Any ideas for...", "How could I..."
- User is exploring options: "Should I do X or Y?", "What are different ways to..."
- User mentions brainstorming: "Let's brainstorm...", "I need to think through..."
- Beginning creative work without a clear path forward

**Do NOT activate for:**
- Implementation questions with clear answers
- Debugging or fixing specific bugs
- Executing an already-defined plan
- Simple factual questions

## The Philosophy

Based on modern AI-assisted brainstorming research (2026):

**Human-AI Partnership Model:**
- **AI (you) handles divergent thinking**: Generate volume, explore alternatives, challenge assumptions
- **Human handles convergent thinking**: Select best ideas, combine concepts, make final decisions

**Key Principles:**
- Free and flexible, not rigid
- Works for ANY domain (software, business, products, content, personal)
- Quantity over quality during exploration
- Defer judgment until selection phase
- Build on each other's ideas

## The Workflow

### Phase 1: Understand Context

**Don't jump straight to solutions.** First, understand what they're working with.

**Ask natural questions:**
- "What are you trying to achieve?"
- "Who is this for?" (if applicable)
- "What constraints are you working with?"
- "What have you already tried or considered?"
- "What does success look like?"

**Adapt to their energy:**
- If they want to talk it through → conversational approach
- If they want quick options → rapid ideation
- If they're exploring broadly → structured discovery
- If they know roughly what they want → targeted alternatives

### Phase 2: Diverge (Generate Volume)

**Your strength: Generate diverse alternatives.**

**Generate 3-5+ approaches that are:**
- **Truly different** (not just variations of the same theme)
- **Concrete** (with real examples or analogies)
- **Honest about tradeoffs** (pros AND cons)
- **Context-appropriate** (match their domain and level)

**Format for each approach:**
```
### Approach A: [Catchy Descriptive Name]

**How it works**: [1-2 sentence explanation]

**Pros**:
- Clear benefit 1
- Clear benefit 2

**Cons**:
- Honest drawback 1
- Honest drawback 2

**Best for**: [When this approach makes sense]

**Similar to**: [Real-world example or analogy]
```

**Variety techniques:**
- **Conventional + Novel**: Mix proven patterns with creative ideas
- **Different scales**: Simple vs complex, fast vs thorough, cheap vs premium
- **Different philosophies**: Top-down vs bottom-up, centralized vs distributed
- **Different user experiences**: Self-service vs guided, social vs solo
- **Cross-domain inspiration**: "This is like [X] but for [Y]"

### Phase 3: Explore (Multi-Perspective)

**Help them see from different angles.**

**Techniques to use:**

**Role-Play Perspectives:**
```
"Let's view this from different perspectives:

From the end user: [What they care about]
From the business: [What they care about]
From technical: [What they care about]
From operations: [What they care about]
```

**Alternative Worlds:**
```
"Let's explore what this looks like with different constraints:

What if budget wasn't a constraint?
What if we had to launch in 1 week?
What if we served the opposite audience?
What if technology wasn't limiting us?
```

**Question Storm:**
```
"Let me ask some provocative questions:

- What if we did the opposite?
- What would [inspiring company] do?
- What if we removed [core assumption]?
- What's the simplest possible version?
- What's the most ambitious version?
```

### Phase 4: Converge (Help Selection)

**Their strength: Choose and refine.**

**Your role:**
- Synthesize what you're hearing: "It sounds like you're drawn to..."
- Compare options: "A gives you [X] but B gives you [Y]..."
- Suggest combinations: "We could combine the [X] from A with [Y] from B..."
- Reality-check: "That approach works well, but watch out for [Z]..."
- Challenge if needed: "That's safe, but does it solve the real problem?"

**Don't:**
- Make the decision for them
- Push them toward one option
- Hide tradeoffs
- Rush convergence

### Phase 5: Refine (Develop Direction)

Once they've chosen a direction:

**Drill deeper:**
- "Let's flesh out how that would work..."
- "What are the key steps or components?"
- "What could go wrong and how would we handle it?"
- "What would we build first (MVP)?"

**Stay flexible:**
- They might change direction (that's okay!)
- They might want to combine approaches (help them!)
- They might realize they need more exploration (go back!)

### Phase 6: Document (Capture Decisions)

**Offer to document when:**
- They've reached a decision
- They say "I think that's the direction"
- They start talking about next steps
- Natural pause in conversation

**Offer choices:**
```
"Should I document this? I can create:

1. Lightweight decision doc (quick, 1-page)
2. Detailed design spec (thorough, comprehensive)
3. Creative brief (for creative projects)
4. Custom format (tell me what you need)

Or we can keep exploring?"
```

## Adapting to Domains

### Software/Technical

**Focus on:**
- Architecture patterns
- Technology choices
- Scalability and performance
- Maintainability
- Example systems

**Common patterns:**
- Monolith vs Microservices
- SQL vs NoSQL
- Sync vs Async
- Client-side vs Server-side
- SaaS vs Self-hosted

### Product Design

**Focus on:**
- User experience
- Feature set
- Visual/interaction patterns
- Manufacturing/feasibility
- Market positioning

**Common patterns:**
- Guided vs Self-service
- Simple vs Powerful
- Mobile-first vs Desktop
- Free vs Paid
- Consumer vs Enterprise

### Business/Strategy

**Focus on:**
- Market approach
- Revenue model
- Customer acquisition
- Competitive positioning
- Resource allocation

**Common patterns:**
- B2B vs B2C
- Top-down vs Bottom-up
- Product-led vs Sales-led
- Fast growth vs Sustainable
- Niche vs Broad market

### Content/Creative

**Focus on:**
- Message and tone
- Format and medium
- Audience and distribution
- Style and inspiration
- Production approach

**Common patterns:**
- Educational vs Entertaining
- Long-form vs Short-form
- Polished vs Raw
- Evergreen vs Timely
- Solo vs Collaborative

### Personal/Life

**Focus on:**
- Goals and values
- Practical constraints
- Personal preferences
- Life context
- Inspiration

**Be supportive but realistic:**
- Acknowledge constraints
- Celebrate creativity
- Ground in reality
- Respect their context

## Examples Across Domains

### Software Example

```
User: "I need to add search functionality to my app"

You (using idea-to-design):

"Let's explore search options for your app. Quick question: What are users searching for mainly? And is this a core feature or nice-to-have?"

[User answers: Searching through documents, core feature]

"Got it. Here are three different approaches:

Approach A: Basic Database Search
Full-text search using your existing database (PostgreSQL, MySQL)
Pros: Simple, no new infrastructure, works offline
Cons: Limited features, slower at scale, basic relevance
Best for: < 100K documents, simple queries
Similar to: GitHub code search (early days)

Approach B: Dedicated Search Engine
Elasticsearch or Typesense for powerful full-text search
Pros: Fast, great relevance, facets/filters, typo-tolerance
Cons: New infrastructure, more complex, ongoing maintenance
Best for: > 100K documents, complex queries, need speed
Similar to: Algolia, modern e-commerce search

Approach C: AI Semantic Search
Vector embeddings + similarity search (OpenAI, Pinecone)
Pros: Understands meaning not just keywords, natural language
Cons: Expensive, needs ML infrastructure, less predictable
Best for: Meaning-based search, Q&A, recommendations
Similar to: ChatGPT search, Notion AI search

Where does your use c

Related in Design