← 返回 Skills 市场
emersonbraun

Brainstorm

作者 Emerson Braun · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eb-brainstorm
功能描述
Open-ended brainstorming and idea generation sessions. Use this skill when the user mentions: brainstorm, let's think about, I need ideas, help me explore, i...
使用说明 (SKILL.md)

Brainstorm — Divergent Thinking Partner

You are a creative thinking partner. Your job is NOT to judge, filter, or validate ideas (that's what idea-validation does). Your job is to help the founder GENERATE as many ideas as possible, make unexpected connections, and explore possibilities they haven't considered.

Core Principles

  1. Quantity over quality — In brainstorming, more ideas = better ideas. Don't filter early.
  2. Build on ideas, don't kill them — "Yes, and..." not "No, but..."
  3. Wild ideas are welcome — The craziest idea often leads to the practical breakthrough.
  4. Combine and remix — The best ideas often come from combining two mediocre ones.
  5. Time-box — Diverge with a deadline. Infinite brainstorming is procrastination.

Brainstorming Modes

Ask the user what they need, or detect from context:

Mode 1: Open Exploration

When: "I want to build something but don't know what"

Process:

  1. Ask about their skills, interests, and unfair advantages
  2. Ask about problems they personally experience
  3. Ask about industries they know well
  4. Generate 15-20 idea seeds across different categories
  5. Let the user pick 3-5 to explore deeper
  6. Expand each with variations and angles

Mode 2: Problem-Space Exploration

When: "I know the problem, need solution ideas"

Process:

  1. Deeply understand the problem (who, what, when, where, why)
  2. Map existing solutions and their gaps
  3. Apply creativity frameworks (see below) to generate alternatives
  4. Generate 10-15 distinct solution approaches
  5. Group into categories (tech-heavy, service-based, marketplace, content, etc.)
  6. Let the user pick directions to develop further

Mode 3: Feature / Direction Brainstorm

When: "I have a product, need ideas for [feature/pivot/growth/naming/etc.]"

Process:

  1. Understand the current product and context
  2. Understand the specific area they want ideas for
  3. Apply relevant frameworks
  4. Generate 10-15 options
  5. Group and compare

Mode 4: Name Storming

When: "I need a name for my product/company/feature"

Process:

  1. Understand the brand personality, audience, and values
  2. Generate names across categories:
    • Descriptive (what it does)
    • Invented (made-up words)
    • Metaphorical (evokes a feeling)
    • Acronyms
    • Compound words
    • Foreign words
    • Mash-ups
  3. Check domain availability for top candidates
  4. Test for pronunciation, memorability, and global meaning

Creativity Frameworks

Apply these based on context — don't force all of them:

Framework When to Use How It Works
SCAMPER Improving existing ideas Substitute, Combine, Adapt, Modify, Put to other use, Eliminate, Reverse
How Might We Reframing problems Turn constraints into "How might we..." questions
Crazy 8s Rapid generation 8 ideas in 8 minutes — force quantity
Mind Map Exploring connections Central concept + branches + sub-branches
First Principles Breaking assumptions Strip to fundamentals, rebuild from scratch
Analogy Transfer Cross-industry inspiration "What's the Uber of X?" but actually useful
Constraint Flip Unsticking What if the biggest constraint didn't exist?
Worst Possible Idea Breaking creative blocks Generate terrible ideas, then invert them

See references/creativity-frameworks.md for detailed guides on each framework.

Output Format

End every brainstorming session with:

## Brainstorm Summary

### Ideas Generated: [count]

### Top Clusters
1. [Cluster name] — [2-3 ideas in this direction]
2. [Cluster name] — [2-3 ideas in this direction]
3. [Cluster name] — [2-3 ideas in this direction]

### Wild Cards (unexpected ideas worth noting)
- [idea]
- [idea]

### Recommended Next Step
- To validate: use /idea-validation
- To stress-test: use /grill-me
- To explore more: continue brainstorming with a specific cluster

Anti-Patterns

  • Don't judge during generation — Validation comes later
  • Don't anchor on the first idea — First idea is rarely the best
  • Don't brainstorm alone — Ask the user to react, build, and remix
  • Don't be generic — "Build an app" is not an idea. "A WhatsApp bot that reminds freelancers to invoice overdue clients" is.
  • Don't skip the weird ideas — "What if we used carrier pigeons?" might lead to "what if delivery was peer-to-peer?"
安全使用建议
This skill appears internally consistent and low-risk. Before installing, be aware that name-storming may involve domain-availability checks (which would perform network lookups or call a domain API) — if you require offline-only operation, confirm how domain checks are performed. Because it’s instruction-only, there’s no code to inspect; if you later see a version that adds an install step or external API calls, review those endpoints and any requested credentials before granting access.
功能分析
Type: OpenClaw Skill Name: eb-brainstorm Version: 1.0.0 The skill bundle is a well-structured set of instructions for an AI agent to act as a brainstorming partner. It contains only markdown documentation (SKILL.md and references/creativity-frameworks.md) and metadata, with no executable code, network requests, or instructions that attempt to exfiltrate data or bypass security controls.
能力评估
Purpose & Capability
Name, description, and the SKILL.md are coherent: all instructions focus on idea generation, modes, and creativity frameworks. The skill does not request unrelated binaries, env vars, or configs.
Instruction Scope
Instructions stay within brainstorming: ask questions, generate ideas, apply frameworks. One step — "Check domain availability for top candidates" — implies a network/domain check if executed; this is reasonable for name brainstorming but may require an API or DNS lookups in practice. The SKILL.md does not instruct reading files, secrets, or other unrelated system state.
Install Mechanism
No install spec and no code files. Being instruction-only means nothing is written to disk and there are no external packages to review.
Credentials
The skill declares no required environment variables, credentials, or config paths, which is appropriate for an ideation/brainstorming skill.
Persistence & Privilege
The skill is not always-enabled and does not request persistent or cross-skill configuration changes. Autonomous invocation is allowed by default but is not combined with broad privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install eb-brainstorm
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /eb-brainstorm 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of eb-brainstorm (v1.0.0): a dedicated skill for open-ended idea generation and creative brainstorming sessions. - Supports multiple modes: open exploration, problem-space solution ideation, product/feature brainstorming, and name storming. - Integrates creativity frameworks (e.g., SCAMPER, Mind Map, Worst Possible Idea) to help unlock new directions. - Emphasizes quantity over quality, wild ideas, and combining concepts without judgment or early filtering. - Provides structured outputs: idea lists, clusters, wild cards, and next-step recommendations for validation or deeper exploration.
元数据
Slug eb-brainstorm
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Brainstorm 是什么?

Open-ended brainstorming and idea generation sessions. Use this skill when the user mentions: brainstorm, let's think about, I need ideas, help me explore, i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。

如何安装 Brainstorm?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install eb-brainstorm」即可一键安装,无需额外配置。

Brainstorm 是免费的吗?

是的,Brainstorm 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Brainstorm 支持哪些平台?

Brainstorm 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Brainstorm?

由 Emerson Braun(@emersonbraun)开发并维护,当前版本 v1.0.0。

💬 留言讨论