← Back to Skills Marketplace
lky115

头脑超级风暴

by LKY115 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
129
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install est3212
Description
在任何创造性工作之前必须使用 - 创建功能、构建组件、添加新功能或修改行为。通过协作对话探索用户意图、需求和设计。
README (SKILL.md)

\r 2026年4月16日\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
Usage Guidance
This skill is largely coherent with its stated purpose, but pay attention before enabling it: - It will read your project files, documentation, and git history and will write plan files under docs/plans/ and commit them — ensure you are comfortable granting the agent access to the repository and workspace. - The SKILL.md names a REQUIRED sub-skill (core-writing-plans) but the registry metadata does not declare that dependency; confirm that sub-skill exists and review its permissions. - If your environment requires git credentials to push commits, those credentials are not declared by the skill; consider whether you want the agent to perform commits automatically or prefer to review changes and commit manually. - Review your repo for secrets or sensitive data before giving the agent broad file access. If you need higher assurance, request the author to (a) declare required sub-skills and any credential needs, and (b) provide an explicit option to produce files without performing automated git commits so you can review and push changes yourself.
Capability Analysis
Type: OpenClaw Skill Name: est3212 Version: 1.0.1 The skill bundle contains only metadata and a markdown instruction file (SKILL.md) designed to guide an AI agent through a collaborative brainstorming and design process. It lacks any executable code, network requests, or suspicious instructions, focusing instead on project documentation and user interaction principles.
Capability Assessment
Purpose & Capability
The name/description (brainstorming and design) match the instructions: asking questions, proposing options, and producing design docs is coherent. However the SKILL.md explicitly requires reading '当前项目状态(文件、文档、最近提交)' and committing documents to git, yet the skill metadata declares no required config paths, no required env vars, and does not list the declared REQUIRED sub-skill (core-writing-plans) as a dependency. That mismatch (undeclared dependency and implicit repo access) is an inconsistency users should be aware of.
Instruction Scope
The instructions direct the agent to read project files, documentation, and recent commits, then write design files to docs/plans/YYYY-MM-DD-<topic>-design.md and commit them to git. Those actions are within the stated purpose (context-aware brainstorming and producing plans), but they involve file I/O and git operations on the user's repository. The SKILL.md does not instruct contacting external endpoints beyond using sub-skills; no exfiltration endpoints are present.
Install Mechanism
Instruction-only skill with no install spec and no code files. This minimizes installation risk because nothing is downloaded or written by the installer.
Credentials
The skill declares no environment variables or credentials, which is reasonable for a pure brainstorming skill. However, the instructions expect the ability to read repository content and perform git commits. If the agent environment requires credentials to push or commit (e.g., remote pushes), those credentials are not declared or explained. The missing declaration of the REQUIRED sub-skill (core-writing-plans) is another proportionality gap: it may need additional permissions or envs that are not surfaced.
Persistence & Privilege
always is false and the skill does not request persistent installation or system-wide configuration changes. It does instruct writing files into the repo and committing them, which is normal for a planning workflow but requires file-system and git access at runtime.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install est3212
  3. After installation, invoke the skill by name or use /est3212
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 添加了日期(2026年4月16日)到文档的开头,标明设计文档最后更新时间。 - 其余内容保持不变,无流程或原则上的更新。
v1.0.0
- Introduced a new core brainstorming skill for creative work preparation - Guides users through collaborative dialogue to transform ideas into designs - Features a structured three-phase process: understanding ideas, exploring solutions, and presenting designs - Includes domain-specific hooks for embedded and simulation projects - Emphasizes incremental validation with section-by-section design reviews - Requires integration with core-writing-plans for implementation follow-through
Metadata
Slug est3212
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 头脑超级风暴?

在任何创造性工作之前必须使用 - 创建功能、构建组件、添加新功能或修改行为。通过协作对话探索用户意图、需求和设计。 It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.

How do I install 头脑超级风暴?

Run "/install est3212" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 头脑超级风暴 free?

Yes, 头脑超级风暴 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 头脑超级风暴 support?

头脑超级风暴 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 头脑超级风暴?

It is built and maintained by LKY115 (@lky115); the current version is v1.0.1.

💬 Comments