← Back to Skills Marketplace
SDD Brainstorming
by
mahingbun-dev
· GitHub ↗
· v1.0.0
· MIT-0
182
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sdd-brainstorming
Description
在实现任何新功能、构建组件、添加功能或修改行为之前必须使用。用于在实现前探索用户意图、需求和设计。
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sdd-brainstorming - After installation, invoke the skill by name or use
/sdd-brainstorming - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本
Metadata
Frequently Asked Questions
What is SDD Brainstorming?
在实现任何新功能、构建组件、添加功能或修改行为之前必须使用。用于在实现前探索用户意图、需求和设计。 It is an AI Agent Skill for Claude Code / OpenClaw, with 182 downloads so far.
How do I install SDD Brainstorming?
Run "/install sdd-brainstorming" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SDD Brainstorming free?
Yes, SDD Brainstorming is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SDD Brainstorming support?
SDD Brainstorming is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SDD Brainstorming?
It is built and maintained by mahingbun-dev (@mahingbun-dev); the current version is v1.0.0.
More Skills