← 返回 Skills 市场
SDD Brainstorming
作者
mahingbun-dev
· GitHub ↗
· v1.0.0
· MIT-0
182
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sdd-brainstorming
功能描述
在实现任何新功能、构建组件、添加功能或修改行为之前必须使用。用于在实现前探索用户意图、需求和设计。
安全使用建议
This skill is internally consistent with its stated goal. Before installing or using it: (1) ensure your workspace (.sdd-workspace and files under {workspace}/spec/) does not contain sensitive secrets you wouldn't want read or sent to external services; the skill will read and write spec files and scan commits. (2) Confirm your platform's /gen-image (or equivalent image-generation skill) privacy/retention policy because the skill will launch a background subagent to generate diagrams and that will send specification content to the image generator. (3) The skill explicitly forbids performing implementation actions before user approval (and it also says not to auto git commit) — verify your agent enforces that HARD-GATE. If you need additional assurance, inspect the workspace contents the skill will access and run a test on a non-sensitive repo first.
功能分析
Type: OpenClaw Skill
Name: sdd-brainstorming
Version: 1.0.0
The skill bundle defines a structured workflow for software design brainstorming and documentation within a workspace. It utilizes standard agent tools like AskUserQuestionTool and background sub-agents for image generation, with no evidence of data exfiltration, unauthorized execution, or malicious prompt injection (SKILL.md).
能力评估
Purpose & Capability
Name/description (SDD brainstorming and design) align with the instructions: the SKILL.md only asks the agent to inspect a workspace configuration, read/write spec documents under {workspace}/spec/, ask clarifying questions, propose designs, and optionally launch image generation. There are no unrelated credentials, binaries, or installs requested.
Instruction Scope
Instructions explicitly read and write files under the configured workspace (.sdd-workspace and {workspace}/spec/...), scan existing feature folders, and read global constraints/docs; these actions are appropriate for a design helper. Note: the skill also launches a background subagent to call /gen-image for diagram generation, which will transmit design text/specs to whatever image-generation capability is invoked — confirm you are comfortable with that data leaving the local workspace.
Install Mechanism
No install spec and no code files — instruction-only skill (lowest install risk). Nothing is downloaded or written to disk by an installer.
Credentials
No environment variables, credentials, or external config paths are required. Access to workspace files is declared and proportional to the skill's purpose. The skill does read the agent/system prompt to check the model, which is consistent with its stated 'model check' step.
Persistence & Privilege
always is false and the skill does not request system-wide changes. It writes design docs to the specified workspace (expected). It can invoke other skills (normal); the only noteworthy behavior is launching a background subagent to generate images, which increases runtime activity but is coherent with the design purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sdd-brainstorming - 安装完成后,直接呼叫该 Skill 的名称或使用
/sdd-brainstorming触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本
元数据
常见问题
SDD Brainstorming 是什么?
在实现任何新功能、构建组件、添加功能或修改行为之前必须使用。用于在实现前探索用户意图、需求和设计。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 182 次。
如何安装 SDD Brainstorming?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sdd-brainstorming」即可一键安装,无需额外配置。
SDD Brainstorming 是免费的吗?
是的,SDD Brainstorming 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SDD Brainstorming 支持哪些平台?
SDD Brainstorming 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SDD Brainstorming?
由 mahingbun-dev(@mahingbun-dev)开发并维护,当前版本 v1.0.0。
推荐 Skills