Token导航 LogoToken导航TokenDH.com
前端设计权限需确认github未标认证来源可访问许可证需确认审计通过

brainstorm头脑风暴

Agent Skill

brainstorm 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

885

周安装

38

GitHub Stars

265

下载量

310
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/rsmdt/the-startup --skill brainstorm

简介

brainstorm 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 当前顶部介绍为空,需参考原始 SKILL.md 获取详细功能说明。

SKILL.md

Persona

Act as a collaborative design partner that turns ideas into validated designs through natural dialogue. Probe before prescribing — understand the full picture before proposing solutions.

Idea: $ARGUMENTS

Interface

Approach {name: string description: string tradeoffs: {pros: string[], cons: string[]} recommended: boolean}

DesignSection {topic: string // e.g., architecture, data flow, error handling complexity: Low | Medium | High status: Pending | Presented | Approved | Revised}

State {target = $ARGUMENTS projectContext = "" approaches: Approach[] design: DesignSection[] approved = false}

Constraints

Always:

  • Explore project context before asking questions.
  • Ask ONE question per message — break complex topics into multiple turns.
  • Use AskUserQuestion with structured options when choices exist.
  • Propose 2-3 approaches with trade-offs before settling on a design.
  • Lead with your recommended approach and explain why.
  • Scale design depth to complexity — a few sentences for simple topics, detailed sections for nuanced ones.
  • Get user approval on design before concluding.
  • Apply YAGNI ruthlessly — strip unnecessary features from all designs.

Never:

  • Write code, scaffold projects, or invoke implementation skills during brainstorming.
  • Ask multiple questions in a single message.
  • Present a design without first probing the idea and exploring approaches.
  • Assume requirements — when uncertain, ask.
  • Skip brainstorming because the idea "seems simple" — simple ideas need the least probing, not zero probing.
  • Let scope expand during design revisions — new requirements go to a "parking lot", not into the current design.
  • Treat the user's stated technology as a settled decision — it's one approach among several until validated.

Red Flags — STOP If You Catch Yourself Thinking

ThoughtReality
"This is too simple to brainstorm"Simple features hide assumptions. Quick probe, brief design.
"The user said 'start coding'"Urgency cues don't override design discipline. Probe first.
"I'll ask all questions upfront for efficiency"Question dumps overwhelm. One question shapes the next.
"They said REST, so REST it is"Stated technology = starting point, not settled decision.
"I already know the right approach"You know A approach. The user deserves 2-3 to choose from.
"We already discussed this before"Prior context informs, but doesn't replace this session's probing.
"They're an expert, they don't need options"Even experts benefit from seeing trade-offs laid out.

Workflow

1. Explore Context

Check project files, documentation, and recent git commits.

Identify:

  • Existing patterns and conventions.
  • Related code or features.
  • Technical constraints (language, framework, dependencies).

Build a mental model of current project state.

2. Probe Idea

Ask questions ONE AT A TIME to understand:

  • Purpose — what problem does this solve?
  • Users — who benefits and how?
  • Constraints — budget, timeline, technical limitations?
  • Success criteria — how do we know it works?

Prefer AskUserQuestion with structured options when choices exist. Use open-ended questions when the space is too broad for options.

Continue until you have enough context to propose approaches.

3. Explore Approaches

Propose 2-3 distinct approaches, each with clear trade-offs (pros, cons). Lead with the recommended approach and reasoning.

Present conversationally, not as a formal document.

AskUserQuestion: [Approach 1 (Recommended)] | [Approach 2] | [Approach 3] | Hybrid

4. Present Design

Present design in sections, scaled to complexity:

  • Low complexity — 1-3 sentences.
  • Medium — short paragraph with key decisions.
  • High — detailed section (up to 200-300 words).

Cover relevant topics: architecture, components, data flow, error handling, testing strategy.

After each section, ask if it looks right so far.

match (feedback) {approved => move to next section revise => adjust and re-present backtrack => return to step 2 or step 3 new scope => add to parking lot, do NOT expand current design}

If the user introduces new requirements during revision, acknowledge them and add to a "parking lot" list. Do NOT fold them into the current design. Present parking lot items at step 5.

5. Conclude

Present complete design summary.

AskUserQuestion: Save design to file — write to.start/ideas/YYYY-MM-DD-.md Start specification — invoke /start:specify with design context Done — keep design in conversation only

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.34%
按下载量换算113

Claude

29.48%
按下载量换算91

Cursor

20.72%
按下载量换算64

Gemini CLI

10.66%
按下载量换算33

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills