idea-to-design
Universal brainstorming skill for any creative challenge - auto-activates when exploring ideas
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
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.