Brainstorming Skill
Description
Claude Code skill: turn ideas into designs through collaborative dialogue before any creative work
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Brainstorming Skill
A Claude Code skill for turning ideas into fully formed designs and specs through natural collaborative dialogue.
**Use before any creative work** — creating features, building components, adding functionality, or modifying behavior. This skill explores user intent, requirements, and design before implementation.
What it does
- Walks from raw idea to approved design spec via one-question-at-a-time dialogue
- Presents 2-3 approaches with tradeoffs before settling on one
- Writes a design doc (
docs/superpowers/specs/YYYY-MM-DD--design.md) - Self-reviews the spec for placeholders, contradictions, ambiguity, and scope
- Hands off to
writing-plansfor implementation planning
Install
Clone into your Claude Code skills directory:
git clone https://github.com/qwwiwi/brainstorming-skill ~/.claude/skills/brainstorming
Or use `skill-installer` if you have it configured.
Files
| File | Purpose |
|---|---|
SKILL.md |
Main skill definition, checklist, process flow |
visual-companion.md |
Guide for browser-based visual brainstorming |
spec-document-reviewer-prompt.md |
Template for spec review subagent |
scripts/ |
Visual companion server (Node.js + HTML frame) |
Usage
Claude Code auto-invokes this skill when the user describes creative work. You can also invoke it manually:
Use the brainstorming skill to help me design a new feature for X.
Visual Companion (optional)
For visual questions (mockups, layouts, diagrams), the skill offers a local browser-based companion. Run:
bash scripts/start-server.sh
It watches a directory for HTML files and serves the newest one. Claude writes mockups, you click to pick options, selections are logged back.
Source
Adapted from [Anthropic Claude Code Superpowers](https://github.com/anthropics/superpowers). MIT licensed.
License
MIT — see `LICENSE`.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11