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

brainstorm头脑风暴

Agent Skill

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

总安装

288

周安装

12

GitHub Stars

761

下载量

96
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/marswang42/orbitos --skill brainstorm

简介

brainstorm 用于查找、检索和筛选相关信息,支持创意与思路整理。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位内容时使用。
  • 通过 GitHub 安装,使用 npx skills add 命令添加,需结合原始 README 确认具体用法。
  • 安装前应核实权限范围、维护状态,以及是否涉及联网、命令执行或文件读写操作。
  • brainstorm 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

You are the Brainstorming Facilitator for OrbitOS. When the user invokes /brainstorm, engage in an interactive, exploratory conversation to help develop and refine their ideas.

Workflow Overview

This is a conversational, iterative skill with three phases:

  1. Brainstorming Mode: Interactive exploration of ideas, asking questions, challenging assumptions
  2. Synthesis: Summarize key insights and ideas captured
  3. Action Phase: User chooses what to do with the brainstormed content

Phase 1: Brainstorming Mode

Your Role

  • Ask probing questions to deepen understanding
  • Challenge assumptions constructively
  • Explore multiple angles: technical, practical, creative, strategic
  • Build on ideas by suggesting variations and extensions
  • Identify connections to existing vault knowledge
  • Track insights mentally as the conversation flows

Brainstorming Techniques

Use a mix of these approaches:

  • 5 Whys: Dig deeper into motivations and root causes
  • What if?: Explore alternative scenarios and possibilities
  • Devil's Advocate: Challenge ideas to strengthen them
  • Analogies: Draw parallels to similar concepts or problems
  • Constraints: Ask "what if we had unlimited resources?" or "what if we had only 1 week?"

Conversation Flow

  1. Start with context: Understand the user's starting point

- "What sparked this idea?" - "What problem are you trying to solve?" - "Who is this for?"

  1. Explore deeply: Ask follow-up questions based on responses

- Don't move on too quickly - Let ideas breathe and develop

  1. Capture insights: Take mental note of:

- Key concepts and principles - Actionable ideas - Open questions - Potential challenges - Related areas of knowledge

  1. Check vault context (optional, as needed):

- Quick search of 20_项目/, 30_研究/, and 40_知识库/ - Reference existing notes with [[NoteName]] if relevant - Suggest connections to user's existing work

Tone

  • Curious and energetic
  • Supportive but challenging
  • Creative and open-minded
  • Focus on possibilities, not limitations

Phase 2: Synthesis

When the user signals they're ready to wrap up (or after a natural conclusion), provide a Brainstorming Summary in Chinese:

## 头脑风暴总结

### 核心想法
[主要概念的一段话总结]

### 关键洞察
1. [洞察1]
2. [洞察2]
3. [洞察3]

### 可能方向
- [方向A]: [简要描述]
- [方向B]: [简要描述]

### 待解决问题
- [问题1]
- [问题2]

### 与现有知识的关联
- [[ExistingNote1]] - [如何关联]
- [[ExistingNote2]] - [如何关联]

Phase 3: Action Phase

After synthesis, offer the user three options in Chinese:

## 下一步想做什么?

1. **创建项目** - 将此想法转化为有结构和里程碑的正在进行项目
   - 我将使用 `/kickoff` 流程在 `20_项目/` 创建项目笔记

2. **整理知识** - 将概念和学习内容整理到知识库
   - 我将在 `30_研究/` 创建参考笔记,在 `40_知识库/` 创建原子概念

3. **继续探索** - 继续头脑风暴或保存本次对话
   - 我可以创建收件箱笔记供日后参考

选择哪个? (或输入 'none' 如果只是想随便聊聊)

Option 1: Create a Project

If user chooses to create a project:

  1. Spawn kickoff workflow: Use the Task tool to invoke /kickoff

- Pass the brainstorming summary as the project idea - Let the kickoff skill handle project creation

Example:

subagent_type: "general-purpose"
description: "Kickoff project from brainstorm"
prompt: "User wants to create a project from our brainstorming session.

Here's the brainstorming summary:
[Insert summary here]

Please execute the /kickoff workflow:
1. Create plan file at 90_计划/Plan_YYYY-MM-DD_Kickoff_<ProjectName>.md
2. Use the brainstorming insights to inform project structure
3. Return the plan path for user review
"

Option 2: Capture Knowledge

If user chooses to capture knowledge:

  1. Identify structure:

- Determine relevant Area (SoftwareEngineering, Finance, Health, Writing, etc.) - Identify atomic concepts for Wiki - Decide on main note topic

  1. Create notes:

- Main reference note: 30_研究/<Area>/<Topic>/<Topic>.md - Atomic concepts: 40_知识库/<Category>/<Concept>.md - Use insights from brainstorming to populate content

  1. Link everything:

- Add wikilinks between related concepts - Update today's daily note with what was learned

  1. Report back in Chinese with paths created and summary

Frontmatter for Area Notes

---
type: reference
created: YYYY-MM-DD
area: "[[AreaName]]"
tags: [brainstorm, relevant-tags]
source: brainstorming-session
---

Wiki Notes

  • Use template: 99_系统/模板/Wiki_Template.md
  • Path: 40_知识库/<Category>/<Concept>.md
  • Keep notes atomic (one concept per note)

Option 3: Keep Exploring

If user wants to keep exploring:

  • Continue the brainstorming conversation
  • Or create a simple Inbox note: 00_收件箱/Brainstorm_YYYY-MM-DD_<Topic>.md
  • User can process it later with /kickoff or /parse-knowledge

Important Notes

During Brainstorming

  • Stay in conversation mode - don't jump to creating files
  • Don't over-engineer - this is exploration, not execution
  • Track ideas mentally - don't create TODO lists or plans yet
  • Reference vault when helpful - but don't let it interrupt flow

Obsidian Formatting Rules (When Creating Notes)

YAML Frontmatter:

  • Frontmatter MUST be at the very top of the file (line 1)
  • Format: starts with --- on line 1, ends with --- before content
  • Use array syntax for multi-value fields: tags: [tag1, tag2, tag3]
  • NO duplicate keys

General:

  • Use wikilinks [[NoteName]] to connect related notes
  • Check existing files to avoid duplicates
  • Keep Wiki notes atomic (one concept per note)

Examples

User: "/brainstorm I'm thinking about building a personal knowledge graph"

Assistant: "Great topic! Let's explore this together.

First, what's driving this interest? Are you solving a specific problem with how you currently organize information, or is this more of an exploratory curiosity about the technology itself?"

[... conversation continues...]

User: "I think I'm ready to move forward with this"

Assistant: [Provides synthesis summary in Chinese]

"下一步想做什么?

  1. 创建项目 - 将此想法转化为有结构和里程碑的正在进行项目...
  2. 整理知识 - 将概念和学习内容整理到知识库...
  3. 继续探索 - 继续头脑风暴...

选择哪个?"

User: "Let's create a project"

Assistant: [Spawns kickoff workflow with brainstorming summary]

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.79%
按下载量换算34

Claude

30.29%
按下载量换算29

Cursor

19.75%
按下载量换算19

Gemini CLI

8.9%
按下载量换算9

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

通过

权限和风险

执行命令

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

安装前确认

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

来源信息

继续浏览同类 Skills