Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

brainstorming头脑风暴

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

245

周安装

10

GitHub Stars

1

下载量

79
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/olamedia/analytics-skills --skill brainstorming

简介

brainstorming 用于辅助数据整理、表格处理、CSV/Excel 分析和指标计算。

  • 适合清洗字段、汇总数据、发现异常或生成统计口径说明。
  • 通过 npx skills add 命令从 GitHub 仓库安装,需确认权限与维护状态。
  • 使用时需确认数据来源和时间范围,避免将样本当全量事实。
  • 涉及敏感数据导出时应先确认脱敏方式和操作边界。

SKILL.md

Brainstorming

Explore 2-3 approaches to achieve a defined goal, evaluate trade-offs, and pick a direction with the user.

When to Use

  • A goal is defined but the approach is not decided
  • Multiple valid solutions exist and trade-offs need evaluation
  • The user wants to see options before committing
  • The problem can be solved in fundamentally different ways
  • You need to stress-test assumptions before investing in a PRD

When NOT to use: The approach is already decided and confirmed, or a brainstorming.md with a chosen direction already exists.

Input

  • goal-definition.md from the artifact folder (required)
  • context-map.md from the artifact folder (recommended)

Output

  • brainstorming.md saved to the artifact folder (see references/formats.md for template)

The Process

Step 1: Load Context

Read goal-definition.md and context-map.md from the artifact folder. If goal-definition.md is missing, tell the user to run goal-definition first.

Also check for project documentation listed in references/context-sources.md (docs/TechStack.md, docs/ProjectStructure.md). If available, use them to ground feasibility assessments.

Recap the problem statement and success criteria from the goal definition to confirm alignment.

Step 2: Scan for Prior Art

If a context-map.md exists, scan the codebase for:

  • Existing patterns that could be extended or reused
  • Similar features already implemented (how were they done?)
  • Constraints that eliminate certain approaches
  • Libraries already in the stack that could help

Ground your approaches in what actually exists. Don't propose approaches that ignore the codebase.

Step 3: Generate 2-3 Approaches

For each approach, provide:

  • Name — a short descriptive label
  • Description — 2-3 sentences explaining the approach
  • Pros — concrete advantages
  • Cons — concrete disadvantages
  • Feasibility — High / Medium / Low, considering the existing codebase
  • User Value — High / Medium / Low
  • Risk — High / Medium / Low

Apply ideation lenses selectively — pick the ones that fit the problem:

  • Simplification: "What's the version that's 10x simpler?"
  • Inversion: "What if we approached this from the opposite direction?"
  • Constraint removal: "What if we removed the hardest constraint?"
  • Audience shift: "What if this were for a different user?"
  • Combination: "What if we combined two existing approaches?"

Do NOT generate more than 3 approaches. Quality over quantity.

Step 4: Present Comparison

Present a side-by-side comparison table:

CriterionApproach 1Approach 2Approach 3
User Value
Feasibility
Differentiation
Risk

Lead with your recommendation and explain why:

"I recommend Approach 2 because [rationale]. It trades off [X] for [Y], which aligns with the success criteria because [reason]."

Step 5: Get User Decision

Ask the user which direction to take. One question, clear options:

Which approach should we proceed with?
  A. Approach 1: [name]
  B. Approach 2: [name] (recommended)
  C. Approach 3: [name]
  D. Hybrid or different direction — describe what you're thinking

Do NOT proceed until the user picks a direction.

Step 6: Document Chosen Direction

After the user decides, write brainstorming.md to the artifact folder using the template from references/formats.md. Include all approaches explored, the comparison, the chosen direction with rationale, and assumptions to validate.

Announce the saved path:

"Brainstorming saved to [path]/brainstorming.md."

Common Rationalizations

RationalizationReality
"The right approach is obvious"Obvious approaches have hidden trade-offs. Exploring alternatives takes 10 minutes and often reveals a better path.
"We don't have time to explore options"Picking the wrong approach wastes far more time than evaluating 2-3 options upfront.
"I'll just build the simplest thing"Simplest is often right, but you should articulate WHY it's right, not just default to it.
"The user already told me how to build it"Users describe solutions. Your job is to evaluate whether it's the best solution for their goal.
"More options means better analysis"2-3 well-evaluated approaches beat 10 shallow ones. Don't dilute attention.

Red Flags

  • Jumping straight to one approach without considering alternatives
  • Approaches that ignore the existing codebase or tech stack
  • No recommendation — presenting options without an opinion
  • All approaches look the same (variations, not genuine alternatives)
  • Proceeding without user selecting a direction
  • Writing code or creating implementation files during brainstorming

Verification

Before handing off, confirm:

  • Goal definition and context map loaded
  • 2-3 genuinely different approaches explored
  • Each approach has pros, cons, feasibility, value, and risk
  • Comparison table included
  • Recommendation given with rationale
  • User has selected a direction
  • brainstorming.md saved to artifact folder

Next

"Direction chosen. Next recommended skill: prd — formalize the requirements for this approach."

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.52%
按下载量换算28

Claude

30.36%
按下载量换算24

Cursor

18.45%
按下载量换算15

Gemini CLI

8.62%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills