🧠
AI EngineeringPython

Brainstorming

by feiskyer

Brainstorming is an AI Engineering skill for Claude Code, published by feiskyer in claude-code-settings.

1.6K stars244 forkson feiskyer/claude-code-settingsAdded 2026/08/19Repository updated 2026/08/13
agentic-aiagentsaiclaude-codeclaude-code-agentsclaude-code-pluginsclaude-skillscodexcopilotlitellmvibe-coding
Install in seconds
Install Brainstorming
Copy Brainstorming into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/feiskyer/claude-code-settings/tree/main/skills/brainstorming ~/.claude/skills/brainstorming

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/feiskyer/claude-code-settings.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/brainstorming/SKILL.md in feiskyer/claude-code-settings
Installs to
~/.claude/skills/brainstorming
Collection
One of 12 skills cataloged from this repository
Category
AI Engineering2451 skills

What Brainstorming does

Brainstorming explores user intent, requirements, and design options through collaborative dialogue before implementation. It is used before building new features, components, or systems when design decisions are involved, not for bug fixes or tasks with an obvious implementation path.

Brainstorming is cataloged under AI Engineering on DirSkills. Brainstorming comes from a repository tagged agentic-ai, agents, ai, claude-code and claude-code-agents.

Documentation

README

头脑风暴:从想法到设计

通过自然的协作对话,帮助用户将想法转化为完整的设计和规格文档。

先了解当前项目上下文,然后逐个提问来细化想法。一旦理解了要构建的内容,呈现设计方案并获得用户认可。

反模式:"这个太简单了不需要设计"

一旦触发了这个 skill,即使项目看起来很简单(一个 todo list、一个单函数工具),也要走设计流程。"简单"项目恰恰最容易因为未检验的假设而浪费工作量。设计可以很短(对于真正简单的项目只需几句话),但必须呈现并获得认可。

检查清单

必须为以下每一项创建任务,并按顺序完成:

  1. 探索项目上下文 — 检查文件、文档、最近的提交
  2. 适时提供可视化伴侣 — 不要一开始就提供。当某个问题用"看"比"说"更清楚时,在那个时刻提出(单独一条消息);用户同意后为他们打开浏览器标签页。如果整个过程不需要可视化,就不要提。详见下方"可视化伴侣"章节。
  3. 提出澄清问题 — 每次只问一个,理解目的/约束/成功标准
  4. 提出 2-3 个方案 — 附带权衡分析和你的推荐
  5. 呈现设计 — 按复杂度分节展示,每节之后获得用户认可
  6. 编写设计文档 — 保存到 docs/specs/YYYY-MM-DD-<主题>-design.md 并提交
  7. 规格自审 — 快速检查占位符、矛盾、歧义、范围(见下方)
  8. 用户审阅规格 — 请用户审阅规格文件后再继续
  9. 过渡到实现 — 创建实施计划并开始工作

流程图

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Brainstorming

  • What else does feiskyer publish alongside Brainstorming?

    Brainstorming is one of 12 skills that DirSkills catalogs from feiskyer/claude-code-settings, the repository it ships in. Its siblings there include Codex, Deep Research and Fix GitHub Issue. Each one is a separate skill with its own page in this directory, installs the same way Brainstorming does, and is maintained by feiskyer in that same repository. The rest of the collection is listed on the feiskyer/claude-code-settings page.

  • How does Brainstorming compare to other AI Engineering skills?

    Brainstorming ranks #947 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Brainstorming against them. Open each page to compare what they document and how they install.

More from feiskyer/claude-code-settings

Brainstorming is one of 12 skills cataloged on DirSkills from feiskyer/claude-code-settings.

See all 12 skills
🤖
2w ago

Codex

Codex runs OpenAI Codex/GPT models through the Codex CLI to autonomously implement code, review changes, and review plans. Use it when delegating coding tasks, getting a second-opinion review, or running tasks in sandboxed modes.
AI Engineering
1.6K244
🔬
2w ago

Deep Research

Deep Research orchestrates multiple headless claude -p subprocesses to split a research goal into parallel sub-goals, gather sources, and aggregate findings into a polished report file. Use it for systematic web research, competitive analysis, batch link processing, or evidence synthesis.
AI Engineering
1.6K244
🛠️
2w ago

Fix GitHub Issue

Fix GitHub Issue guides analysis, branch creation, implementation, testing, and PR submission for a reported issue. Use it when working from an issue number, issue URL, or a request to fix an issue end to end.
Automation
1.6K244
🎨
2w ago

GPT Image

GPT Image generates and edits images using OpenAI GPT Image API models (gpt-image-2, gpt-image-1, etc). Use it when the user explicitly asks for OpenAI or GPT image generation or editing.
AI Engineering
1.6K244
🧐
2w ago

Grill Me

Grill Me runs high-intensity adversarial design reviews and grill sessions, challenging assumptions and missing constraints before implementation. It also maintains a domain model with a terminology glossary and ADRs as decisions crystallize.
Quality
1.6K244
📝
2w ago

Handoff

Handoff compresses the current conversation into a handoff document, saved to $TMPDIR, so a new agent can continue the work seamlessly. Use /handoff when handing off a session to another agent or after a long conversation.
AI Engineering
1.6K244