R₀b 苏格拉底式需求精炼 — 写代码前激活。精炼模糊想法、探索替代方案、输出设计文档。
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill brainstorm --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Brainstorm?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-brainstorm-864d5024)More formats (shields.io, HTML) on the badges page.
---
name: brainstorm
description: R₀b 苏格拉底式需求精炼 — 写代码前激活。精炼模糊想法、探索替代方案、输出设计文档。
context: main
---
# Brainstorm (R₀b 需求精炼)
Path B+ 任务在写代码前**必须**激活本 skill。
## 流程 (严格按序)
```
探索项目上下文 → 逐个提问澄清 → 提出 2-3 方案
→ context7 查库文档 → 分段呈现设计 → 用户确认?
→ 否: 修改重呈 → 是: 写入 design.md → 进入 plan-first
```
### 1. 探索上下文
- `augment-context-engine` 搜索相关代码和依赖
- 读 `.ai_state/pitfalls.md` + `patterns.md` + `decisions.md`
- 读 `.ai_state/conventions.md` 了解项目规范
### 2. 逐个提问 (苏格拉底式)
- **一次只问一个问题**, 不堆叠
- 优先选择题, 开放题为辅
- 覆盖: 用户目标、使用场景、边界、非功能需求
- YAGNI 原则: 主动砍不必要的功能
### 3. 提出 2-3 个方案
- 每方案: 架构概述 + 优劣 + 复杂度预估
- context7: `mcp-deepwiki` 或 `npx ctx7 resolve {库名}` 查依赖库文档验证可行性
- 标注推荐方案及理由
### 4. 分段呈现设计
- 每段 ≤ 200 字, 用户确认后再下一段
- 覆盖: 架构、组件、数据流、错误处理、测试策略
- 有疑问 → 回到提问阶段
### 5. 确认输出
- 写入 `.ai_state/design.md`
- cunzhi `DESIGN_READY` 确认
- 进入 `plan-first` skill → 生成 `.ai_state/plan.md`
## 铁律
- 设计未确认前**不写任何代码**
- 简单项目设计可以短 (几句话), 但**不可跳过**
- 不调用实现类 skill, 只转 plan-first
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...