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

brainstorm头脑风暴

Agent Skill

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

总安装

312

周安装

13

GitHub Stars

4

下载量

104
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/trancong12102/agentskills --skill brainstorm

简介

brainstorm 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于关键词搜索、任务场景匹配和来源线索筛选等研究检索场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装使用。
  • 安装前需确认权限范围、维护状态及是否触发联网或文件操作。
  • 建议结合原始 README 文档进一步验证具体用法和功能边界。

SKILL.md

Brainstorm — Structured Requirements Interview

Reduce ambiguity to near-zero through targeted questions. Activated within plan mode after a quick Ariadne/Clio landscape scan — use that context to ask informed, codebase-grounded questions.

When to Use

  • Request is vague ("make it faster", "improve the UX")
  • Scope touches multiple systems with unclear boundaries
  • Acceptance criteria are implied, not stated
  • Multiple valid approaches exist and user preference matters
  • User explicitly asks to brainstorm or think through a problem

When NOT to Use

  • Request is clear and well-scoped ("add a logout button to the navbar")
  • User already provided detailed requirements
  • Trivial tasks (typo fixes, config changes)

Workflow

Phase 1 — Intent Classification

Classify the request into one of these types:

TypeSignalInterview Focus
Refactoring"refactor", "restructure", "clean up"What behavior to preserve, what to change
Build"create", "add", "new feature"Scope boundaries, MVP vs full vision
Mid-sizedScoped feature, specific deliverableExact outputs, explicit exclusions
Collaborative"help me plan", "let's figure out"Open exploration, incremental clarity
Architecture"how should we structure", system designConstraints, scale, lifespan
ResearchInvestigation needed, path unclearExit criteria, expected outputs

State the classification and confidence before proceeding.

Phase 2 — Ambiguity Scoring

Score ambiguity across 4 dimensions (High / Medium / Low):

DimensionHigh AmbiguityLow Ambiguity
Scope"improve performance""optimize the /users query"
Acceptance"should work well""response time < 200ms"
Approachmultiple valid pathsone obvious solution
Boundariesunclear what NOT to touchexplicit exclusions stated

Report the scores. Focus questions on the highest-ambiguity dimensions first.

Phase 3 — Targeted Interview

Ask ONE question at a time using AskUserQuestion. Rules:

  • Most ambiguous dimension first — attack the biggest unknown
  • Ground in codebase/external context — reference Ariadne/Clio findings already in conversation. "I see 3 auth patterns in the codebase: X, Y, Z — which should we target?" beats "What's the scope?"
  • Multi-choice when possible — concrete options from codebase/research findings are faster than open-ended questions
  • Build on previous answers — each question should narrow the remaining ambiguity
  • State why you're asking — "I'm asking because this determines whether we need a new database table or can reuse the existing one"

After each answer, mentally re-score the ambiguity dimensions. Continue until all dimensions score Low.

Do NOT ask more than 5 questions total. If ambiguity remains after 5, summarize what you know and what's still unclear — let the user decide whether to clarify further or proceed with assumptions.

Phase 4 — Requirements Summary

Output a structured summary of what you learned:

## Requirements Summary

**Intent**: [type] — [one-sentence description]

**Scope**:

- IN: [what's included]
- OUT: [what's explicitly excluded]

**Acceptance Criteria**:

1. [Concrete, verifiable criterion]
2. [Another criterion]

**Approach**: [chosen direction, if decided]

**Key Decisions**:

- [Decision]: [what user chose and why]

**Open Items** (if any):

- [remaining ambiguity to resolve via deeper Ariadne/Clio exploration]

After outputting the summary, proceed — plan mode continues with deep targeted exploration on the clarified scope.

Rules

  • Skill, not agent — you run as the main agent. You CAN and SHOULD use AskUserQuestion for every question.
  • Use existing context, do not explore — reference codebase and external findings already in the conversation (from prior Ariadne/Clio landscape scan). Do not spawn new exploration.
  • Do NOT write files — output the requirements summary in conversation. It feeds into plan mode naturally.
  • Do NOT propose solutions — you gather requirements. Deep exploration and planning happen after.
  • 5 question maximum — respect the user's time. If you cannot reduce ambiguity in 5 questions, summarize and move on.
  • Match the user's language — if they write in Vietnamese, interview in Vietnamese.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.09%
按下载量换算38

Claude

31.3%
按下载量换算33

Cursor

18.11%
按下载量换算19

Gemini CLI

9.76%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/trancong12102/agentskills --skill brainstorm 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills