← 返回 Skills 市场
tlreal

Core Brainstorming

作者 tlreal · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
566
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install core-brainstorming
功能描述
在任何创造性工作之前必须使用 - 创建功能、构建组件、添加新功能或修改行为。通过协作对话探索用户意图、需求和设计。
使用说明 (SKILL.md)

\r \r

Brainstorming - 将想法转化为设计\r

\r

概述\r

\r 通过自然的协作对话,帮助将模糊的想法转化为完整的设计和规格说明。\r \r 首先了解当前项目上下文,然后逐个提问来完善想法。一旦理解了要构建的内容,以小节形式(200-300字)呈现设计,每节后确认是否正确。\r \r

流程\r

\r

理解想法\r

\r

  • 首先查看当前项目状态(文件、文档、最近提交)\r
  • 逐个提问来完善想法\r
  • 尽可能使用选择题,开放题也可以\r
  • 每条消息只问一个问题 - 如果需要更多探索,分多个问题\r
  • 聚焦于理解:目的、约束、成功标准\r \r

探索方案\r

\r

  • 提出 2-3 种不同方案及其权衡\r
  • 以对话方式呈现选项,包括推荐和理由\r
  • 优先展示推荐方案并解释原因\r \r

呈现设计\r

\r

  • 确信理解了要构建的内容后,呈现设计\r
  • 分成 200-300 字的小节\r
  • 每节后询问是否正确\r
  • 涵盖:架构、组件、数据流、错误处理、测试\r
  • 准备好返回澄清不清楚的地方\r \r

设计完成后\r

\r

文档输出\r

\r

  • 将验证通过的设计写入 docs/plans/YYYY-MM-DD-\x3Ctopic>-design.md\r
  • 提交设计文档到 git\r \r

继续实施(如果需要)\r

\r

  • 询问:「准备好开始实施了吗?」\r
  • REQUIRED SUB-SKILL: 使用 core-writing-plans 创建详细实施计划\r \r

领域扩展钩子\r

\r 如果是嵌入式项目:\r

  • RECOMMENDED: 使用 embedded-datasheet-analysis 分析硬件数据手册\r
  • RECOMMENDED: 使用 embedded-feasibility-assessment 评估硬件约束\r
  • RECOMMENDED: 使用 embedded-platform-selection 选择合适平台\r \r 如果是仿真项目:\r
  • RECOMMENDED: 使用 simulation-requirements 分析仿真需求\r
  • RECOMMENDED: 使用 simulation-architecture 设计仿真架构\r \r

核心原则\r

\r

  • 一次一个问题 - 不要用多个问题压垮用户\r
  • 首选选择题 - 比开放题更容易回答\r
  • YAGNI 原则 - 从所有设计中移除不必要的功能\r
  • 探索替代方案 - 在确定之前始终提出 2-3 种方案\r
  • 增量验证 - 分节呈现设计,验证每节\r
  • 保持灵活 - 当某些内容不清楚时返回澄清\r
安全使用建议
This skill is instruction-only and appears coherent for in-repo brainstorming. Before installing or invoking it: (1) only run it in repositories you trust because it will read files and recent commits and will create and git-commit design docs; (2) ensure the agent's runtime has the intended git configuration/credentials if you want commits to succeed; (3) verify you are comfortable with the skill invoking the declared sub-skill(s) (core-writing-plans and any recommended embedded/simulation helpers) since those may perform further actions; (4) if you need stricter limits, run the skill in a sandboxed workspace or temporarily revoke write access to the repository.
功能分析
Type: OpenClaw Skill Name: core-brainstorming Version: 0.1.0 The core-brainstorming skill bundle is a standard design and planning tool intended to guide an AI agent through a collaborative requirement-gathering process. The instructions in SKILL.md define a structured workflow for exploring project ideas, proposing architectural solutions, and documenting the final design in the docs/plans/ directory. There are no indicators of malicious intent, data exfiltration, or unauthorized command execution; the file system and git interactions are consistent with the stated purpose of project documentation.
能力评估
Purpose & Capability
Name/description match the instructions: the skill is meant to run a collaborative design brainstorm and the SKILL.md's steps (gather context, ask questions, propose options, write design) align with that purpose.
Instruction Scope
The instructions tell the agent to inspect the current project state (files, docs, recent commits) and to write a design file under docs/plans/... and commit it to git. Those filesystem and git actions are expected for an in-repo brainstorming workflow, but they grant the skill read/write access to the repository and history—ensure you run it only in trusted projects.
Install Mechanism
No install spec or code is provided (instruction-only), so nothing will be downloaded or written by an installer.
Credentials
The skill declares no environment variables or credentials. However, committing to git and reading recent commits implies the agent will need repository access and possibly configured git credentials; this is plausible but not explicitly declared.
Persistence & Privilege
always is false and the skill does not request persistent privileges or to modify other skills. It does reference required/recommended sub-skills, which is normal.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install core-brainstorming
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /core-brainstorming 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
core-brainstorming 0.1.0 - Initial release introducing a structured, dialogue-driven brainstorming workflow. - Guides users from clarifying ideas to stepwise design presentation and validation. - Emphasizes asking one focused question at a time, preferring multiple choice format. - Includes extension hooks for embedded and simulation projects. - Outlines documentation and handoff to implementation planning.
元数据
Slug core-brainstorming
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Core Brainstorming 是什么?

在任何创造性工作之前必须使用 - 创建功能、构建组件、添加新功能或修改行为。通过协作对话探索用户意图、需求和设计。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 566 次。

如何安装 Core Brainstorming?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install core-brainstorming」即可一键安装,无需额外配置。

Core Brainstorming 是免费的吗?

是的,Core Brainstorming 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Core Brainstorming 支持哪些平台?

Core Brainstorming 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Core Brainstorming?

由 tlreal(@tlreal)开发并维护,当前版本 v0.1.0。

💬 留言讨论