Brainstorming and Ideation
We've talked a lot about using Claude for rigid, technical tasks. But Claude is also a massive creativity engine. If you're stuck on a problem, staring at a blank screen, Claude is the best sounding board you can ask for.
Because Claude has ingested billions of parameters of human knowledge, it can draw connections between concepts that you might never think of.
The "Yes, And..." Technique
In improv comedy, the rule is "Yes, and..." meaning you accept what the other person said and add to it. You can do this with Claude. Don't just ask for one idea; ask for many, and then iterate.
Prompt:
"I need to build a new feature for our e-commerce app that encourages users to leave reviews. Give me 10 wild, out-of-the-box ideas. Don't worry about technical feasibility yet, just focus on user psychology and gamification."
Claude might give you 10 ideas ranging from standard points systems to bizarre AR scavenger hunts. You read through them and reply:
"Idea #4 (the virtual pet that grows when you leave reviews) is interesting, but too complex. Idea #7 (unlocking exclusive colors for the app theme) is cool. Combine the core psychology of #4 with the simplicity of #7 and give me 3 new variations."
You are acting as the director, and Claude is your brainstorming team.
Exploring Technical Approaches
This works for code architecture, too. If you don't know how to build something, ask Claude to brainstorm approaches, not just code.
"I need to implement real-time notifications in my React/Node app. I know about WebSockets, but I'm worried about server load. Brainstorm 3 different architectural approaches for real-time notifications. For each, give me the pros, cons, and a specific scenario where it's the best choice."
Claude will likely break down WebSockets, Server-Sent Events (SSE), and Long Polling. This kind of high-level brainstorming prevents you from diving down a rabbit hole with the wrong technology.
Breaking Writer's Block
If you have to write a project proposal, a post-mortem, or documentation, and you're just staring at the cursor, use Claude to break the blank page syndrome.
"I need to write a post-mortem for the database outage we had yesterday. I'm stuck. Ask me 5 specific questions about what happened. Once I answer them, generate a rough draft of the post-mortem for me."
By flipping the dynamic and asking Claude to interview you, you remove the friction of having to structure your thoughts from scratch.