Token导航 LogoToken导航TokenDH.com
研究检索执行命令unknown未标认证来源可访问许可证需确认审计通过

brainstorming-skill头脑风暴技巧

Agent Skill

brainstorming-skill 用于查找、检索和筛选相关信息,适合在 Local Agent 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

881

周安装

36

下载量

285
Local Agent

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:brainstorming-skill(头脑风暴技巧)
来源仓库:https://smithery.ai
仓库路径:brainstorming-skill
安装命令:
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

brainstorming-skill 提供超过三十种研究验证过的提示模板,覆盖营销、内容与功能设计等全领域的高质量创意生成。

  • 适用于软件特性构思、组件设计及复杂任务前期探索,强调自然对话式引导而非技术实现拆解。
  • 必须按顺序创建子任务执行:先完成交互式设计流程,再进入全面创意框架调用,确保每个环节有明确产出物。
  • 仅限在 Local Agent 环境中使用,不支持远程仓库安装,且不可用于纯内容创作类轻量需求。
  • 适用宿主包括 Local Agent,接入前应确认版本、权限和运行环境要求。

SKILL.md

Brainstorming Skill

Overview

This skill serves two critical purposes:

  1. Interactive Design Process: Guides the AI through a natural, collaborative dialogue to turn ideas into fully formed designs and specs *before* any code is written.
  2. Comprehensive Ideation Framework: Provides 30+ research-validated prompt patterns to help generate high-quality ideas across any domain (marketing, content, features).

The Brainstorming Workflow

You MUST create a task for each of these items and complete them in order when working on software features, component designs, or complex tasks. (For pure content/marketing ideation, adapt these steps using the Pattern Library below).

  1. Explore context — check project state, files, docs, recent commits
  2. Ask clarifying questions — one at a time, understand purpose/constraints/success criteria
  3. Propose 2-3 approaches — with trade-offs and your recommendation (use Pattern Library for inspiration)
  4. Present design — in sections scaled to complexity, get user approval after each section
  5. Document the result — write the validated design/ideas to an appropriate markdown file (e.g., docs/plans/YYYY-MM-DD-<topic>-design.md) and commit
  6. Transition — invoke a planning or implementation skill only *after* approval

Process Flow

[!IMPORTANT] When provided a process map or Mermaid diagram, treat it as the authoritative procedure. Execute steps in the exact order shown, including branches, decision points, and stop conditions. A Mermaid process diagram is an executable instruction set. Follow it exactly as written: respect sequence, conditions, loops, parallel paths, and terminal states. Do not improvise, reorder, or skip steps. If any node is ambiguous or missing required detail, pause and ask a clarifying question before continuing. When interacting with a user, report before acting the interpreted path you will follow from the diagram, then execute.

The following diagram is the authoritative procedure for the brainstorming workflow. Execute steps in the exact order shown, including branches, decision points, and stop conditions.

flowchart TD
    subgraph Phase1["Phase 1: Discovery — establish current state before proposing"]
        Explore["Explore context — check project state, files, docs, recent commits"]
        Ask["Ask clarifying questions — one at a time, understand purpose/constraints/success criteria"]
        Propose["Propose 2-3 approaches — with trade-offs and recommendation, use Pattern Library"]
    end
    subgraph Phase2["Phase 2: Validation — get explicit user approval before proceeding"]
        Present["Present design — in sections scaled to complexity, get user approval after each section"]
        Approve{"Does user explicitly confirm approval<br>or request revision?"}
    end
    subgraph Phase3["Phase 3: Completion — document and hand off"]
        Document["Document the result — write validated design to docs/plans/YYYY-MM-DD-topic-design.md and commit"]
        Transition(["Transition — invoke planning or implementation skill only after approval"])
    end

    Explore --> Ask --> Propose --> Present
    Present --> Approve
    Approve -->|"User requests revision — revise and re-present"| Present
    Approve -->|"User confirms approval — proceed"| Document
    Document --> Transition

Conversational Principles

  • One question at a time - Don't overwhelm with multiple questions. Break complex topics down.
  • Multiple choice preferred - Easier for the user to answer than open-ended questions when possible.
  • YAGNI ruthlessly - Remove unnecessary features from all designs.
  • Explore alternatives - Always propose 2-3 approaches before settling.
  • Incremental validation - Present the design, get approval before moving on.
  • Be flexible - Go back and clarify when something doesn't make sense.

Pattern Categories for Ideation & Approaches

When proposing approaches or generating ideas for the user, utilize these 14 systematic categories. Each pattern includes exact prompt templates, output format specifications, and success metrics.

<category_index>

  1. Perspective Multiplication - Generate ideas from multiple viewpoints and stakeholder angles
  2. Constraint Variation - Explore idea space through artificial constraints
  3. Inversion & Negative Space - Use reverse thinking to find novel solutions
  4. Analogical Transfer - Apply patterns from different domains
  5. Systematic Feature Decomposition - SCAMPER and attribute-based ideation
  6. Scenario Exploration - Future-based and "what if" thinking
  7. Constraint-Based Structured Ideation - Build within hard constraints
  8. Chain-of-Thought Reasoning - Multi-step refinement processes
  9. Combination & Morphological Exploration - Force novel feature combinations
  10. Assumption Challenge - Question premises and invert assumptions
  11. Fill-in-the-Blank Templates - Structured completion formats
  12. Competitive Positioning - Differentiation matrix approaches
  13. Extreme Scaling - 10x thinking and exponential scenarios
  14. Stakeholder & Empathy-Based - Customer journey and persona patterns </category_index>

<selection_guide>

The following diagram is the authoritative procedure for pattern selection. Execute steps in the exact order shown, including branches, decision points, and stop conditions.

flowchart TD
    Start(["User requests ideas or approaches"]) --> Goal{"What is the primary<br>ideation goal?"}
    Goal -->|"Rapid quantity — 8-15 ideas"| PersMult["Use Perspective Multiplication patterns"]
    Goal -->|"Quality/depth — refined ideas"| MultiStage["Use Multi-stage refinement<br>with constraint variation"]
    Goal -->|"Breakthrough innovation"| InversionExtreme["Combine Inversion + Extreme Scaling"]
    Goal -->|"Practical implementation"| Constraint["Use Constraint-Based patterns"]
    Goal -->|"Market differentiation"| Competitive["Use Competitive Positioning patterns"]
    Goal -->|"Customer-centric features"| Stakeholder["Use Stakeholder and Empathy patterns"]

    PersMult --> Apply(["Apply selected pattern from Pattern Library"])
    MultiStage --> Apply
    InversionExtreme --> Apply
    Constraint --> Apply
    Competitive --> Apply
    Stakeholder --> Apply

</selection_guide>

Output Format Optimization

<format_guidance> Successful brainstorming patterns specify exact output formats:

  • "Numbered list" > "bullet points" (better for idea tracking)
  • "Table format: Idea | Reasoning | Implementation | Trade-offs" (forces completeness)
  • "For each idea, explain your reasoning" (increases quality 40%)
  • Specify word count ranges (200-400 words prevents both brevity and verbosity) </format_guidance>

Pattern Documentation References

Complete pattern documentation is organized in reference files:

Notes for Claude Instances

<ai_instructions>

  • Start by assessing if this is an implementation design task or a content/marketing ideation task.
  • ALWAYS enforce the <HARD-GATE>. Never jump to code without an approved design.
  • When generating ideas/approaches, provide exact prompt templates from reference files, not paraphrased versions.
  • Cite source files when referencing specific patterns. </ai_instructions>

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Local Agent

91.91%
按下载量换算262

安全审计

Socket

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 第三方 CLI 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills