A Socratic design refinement skill that ensures clear technical specifications through collaborative exploration and documentation before implementation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install brainstorming-2
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install brainstorming-2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Brainstorming skill acts as a strategic buffer between initial user requests and active coding. By leveraging Socratic questioning, it forces a deep dive into problem-solving, ensuring that developers and AI agents are aligned on intent, user needs, and success criteria. It is a vital component for maintaining high code quality within Openclaw Skills ecosystems.
This skill prevents common pitfalls like scope creep and architectural debt by presenting multiple technical approaches. Each approach is evaluated for complexity and trade-offs, allowing for informed decision-making. The process culminates in a structured design document that serves as the single source of truth for the subsequent development phases.
To integrate this skill into your local environment, ensure your project directory structure supports documentation storage. This skill functions as part of the core Openclaw Skills suite and requires a specific directory for output.
mkdir -p docs/design
The Brainstorming skill maintains a structured history of design decisions. All outputs are stored in a standardized directory format using Markdown for compatibility and readability.
| Location | Format | Description |
|---|---|---|
docs/design/ |
YYYY-MM-DD-feature-name.md |
Standard storage for all design docs |
| Design Doc Content | Markdown | Includes problem, solution, components, testing, and edge cases |
Each document includes a success criteria checklist to ensure the implementation can be validated against the original intent.
Loading
An autonomous payment protocol enabling AI agents to conduct machine-to-machine micropayments using HTTP 402 and stablecoins.

A versatile social media automation engine for scheduling multi-platform content and managing audience engagement.

A maintenance utility that automatically detects, unlocks, and repairs stale or corrupted session files to prevent lock timeout errors.

A security audit tool designed to scan and validate Openclaw Skills for critical vulnerabilities, hardcoded secrets, and code execution risks.

A structured framework to decompose technical designs into granular, 2-5 minute tasks with mandatory verification steps.

A powerful AI agent skill to log meals, track nutrition progress, and manage calorie goals hands-free using Openclaw Skills.








































