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

brainstorming头脑风暴

Agent Skill

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

总安装

1,164

周安装

49

GitHub Stars

24

下载量

408
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/jsonlee12138/agent-team --skill brainstorming

简介

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

  • 适合围绕代码变更或仓库状态进行信息整理。
  • 可结合来源仓库 README 进一步核验具体用法。
  • 安装前建议确认是否会触发文件读写或命令执行。
  • brainstorming 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Brainstorming Ideas Into Designs

Overview

Turn ideas into clear, approved brainstorming documents through collaborative dialogue.

Always support role-based brainstorming:

  • If the user specifies a role, follow that role's perspective (for example: PM, frontend architect, backend architect, UX designer).
  • If no role is specified, use the general strategist role.

Scope Rule

Use this process when the user wants dedicated design exploration, option comparison, or requirement shaping before implementation.

For straightforward implementation requests, small fixes, or clearly specified changes, do not force this full brainstorming flow. When lightweight design help is enough, keep the output short and ask only the minimum questions needed to remove ambiguity.

Checklist

Choose the lightest checklist that fits the request.

Standard flow

  1. Explore project context: inspect only the files, docs, and recent changes needed for the topic.
  2. Ask clarifying questions: prefer one focused question at a time when ambiguity remains.
  3. Propose 2-3 approaches when trade-offs matter; include a recommendation.
  4. Present the design in concise sections covering only the dimensions that matter for the request.
  5. When the topic is planning-oriented, explicitly ask which target object the brainstorming is for: roadmap, milestone, phase, task, or generic topic.
  6. When relevant, ask whether the brainstorming should build on an existing object or reference set.
  7. If the user wants a saved artifact, ask for save location choice before writing.
  8. Stop after delivering the brainstorming output unless the user explicitly asks to continue.

Lightweight flow

Use this lighter path for narrow requirement shaping:

  1. Confirm the goal and key constraint.
  2. Present the recommended approach first.
  3. Mention alternatives only if they materially change scope, risk, or cost.
  4. Deliver the result inline unless the user asks to save it.

Process Flow

digraph brainstorming {
    "Explore project context" [shape=box];
    "Ask clarifying questions" [shape=box];
    "Propose 2-3 approaches" [shape=box];
    "Present design sections" [shape=box];
    "User approves design?" [shape=diamond];
    "Choose save location" [shape=box];
    "Write brainstorming doc" [shape=box];
    "Deliver doc and stop" [shape=doublecircle];

    "Explore project context" -> "Ask clarifying questions";
    "Ask clarifying questions" -> "Propose 2-3 approaches";
    "Propose 2-3 approaches" -> "Present design sections";
    "Present design sections" -> "User approves design?";
    "User approves design?" -> "Present design sections" [label="no, revise"];
    "User approves design?" -> "Choose save location" [label="yes"];
    "Choose save location" -> "Write brainstorming doc" [label="default / custom"];
    "Choose save location" -> "Deliver doc and stop" [label="skip saving"];
    "Write brainstorming doc" -> "Deliver doc and stop";
}

Terminal state is Deliver doc and stop. Do not continue into implementation planning or implementation unless the user explicitly asks for the next step.

Save Location Rule (Required)

Before any file write, always ask the user to choose where the brainstorming doc should live.

Standard choices

  1. Default directory: docs/brainstorming/
  2. Custom directory: user-provided path
  3. Skip saving: do not write any file

Extra choice for planning-layer targets

If the brainstorming target is roadmap, milestone, or phase, also offer: 4. Target object directory: save the brainstorming doc next to the target object's primary file when the user explicitly wants the doc colocated with that object.

Decision rule

  • If the user has not asked for colocated storage, prefer docs/brainstorming/ as the default.
  • Only use the target object directory when the user explicitly wants the brainstorming doc attached to that roadmap/milestone/phase.
  • Only use a custom directory when the user explicitly provides one.
  • If the user chooses skip saving, do not write any file.

Filename rule

If the user chooses default, custom, or target object directory, use:

  • <topic>-YYYY-MM-DD-brainstorming.md

For the default directory, the full path becomes:

  • docs/brainstorming/<topic>-YYYY-MM-DD-brainstorming.md

For a target object directory, keep the same filename pattern and place it in that object's directory.

Place the topic first so related brainstorming docs group together more naturally during directory browsing, with the date still preserved for chronology.

For a custom directory, write to the exact directory the user provides with the same filename pattern.

If the user chooses skip saving, do not write any file — output the doc content inline in the chat only.

Questioning Rules

  • Ask only one question per message.
  • Prefer multiple-choice questions where possible.
  • Focus on purpose, constraints, and success criteria.
  • Go back and re-clarify when responses are ambiguous.

Design Presentation Rules

  • Present 2-3 approaches before finalizing only when meaningful trade-offs exist.
  • Lead with the recommended option and explain why.
  • Keep each section concise for simple tasks and detailed for complex tasks.
  • For lightweight brainstorming, ask for a single overall approval instead of section-by-section approval.
  • Use section-by-section approval only when the design is large, risky, or materially ambiguous.

Doc Content Guidelines

Include:

  • Role used for brainstorming (explicit role or general strategist)
  • Target object (roadmap, milestone, phase, task, or generic topic) when relevant
  • Problem statement and goals
  • Constraints and assumptions
  • Candidate approaches with trade-offs
  • Recommended design
  • For planning-layer topics, explicitly restate that task remains the only execution unit and that planning artifacts are planning/display objects
  • Risks and mitigations
  • Validation/test strategy
  • Open questions (if any)

Do not include implementation code.

Completion Criteria

Only finish when:

  1. The user has approved the design.
  2. The user has chosen one of the allowed save destinations for the doc (docs/brainstorming/, target object directory when applicable, custom directory, or skip saving).
  3. The brainstorming doc has been written to file (default/target-object/custom) or output inline (skip saving), and shared.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

39.09%
按下载量换算159

Claude

28.19%
按下载量换算115

Cursor

19.65%
按下载量换算80

Gemini CLI

9.03%
按下载量换算37

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

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

安装前确认

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

来源信息

继续浏览同类 Skills