Agent preset
dsh-nendo-brainstorm
佐藤大(Nendo)式固定头脑风暴 DeepSeek Harness agent 预设:空杯 → 十镜头轮扫 → 相乘与链接 → 精选两项 → 落地卡
- Source
- baizhichen-web
- License
- MIT
- Updated
- Updated 2 days ago
Readme
# dsh-nendo-brainstorm
佐藤大(Nendo)式固定头脑风暴流程 —— DeepSeek Harness(DSH)agent 预设。
把设计发散过程**固定下来**:流程是固定的,点子是自由的。五阶段不跳、不并、不换(除非明确要快速版),每轮产出固定格式记录并落盘。
## 这是什么
一个 DSH agent 预设(preset + skill)。基于佐藤大(Oki Sato,nendo 创始人)的设计方法:
> 空杯心态 · 只装一件事 · 不控制热情 · 精选两项
五阶段固定流程:
1. **空杯**(开场)—— 说清主题、显影默认解法、划掉不想再碰的
2. **十镜头轮扫**(发散主体)—— 轮廓 / 错误 / 过程 / 相乘 / 链接 / 隐藏 / 皮肤 / 平衡 / 折叠 / 放大,一次只走一个镜头
3. **相乘与链接**(第二轮发散)—— 跨镜头点子相乘、与无关事物链接
4. **精选两项**(收敛)—— 两个得失方向相反的方案,选优势最明显的(裁决归用户)
5. **落地卡**(收尾)—— 固定卡片 + 整轮记录落盘
## 安装
### 方式一:DSH 插件市场一键安装
本仓库已打上 `dsh-plugin` topic,DSH 插件市场(如 [DSH-Plugins-Marketplace](https://github.com/bradeGithub/DSH-Plugins-Marketplace))自动收录后可在 Web GUI 一键安装。
### 方式二:手动复制
```bash
# macOS / Linux
mkdir -p ~/.dsh/.agent-presets
cp -r . ~/.dsh/.agent-presets/nendo-brainstorm
# Windows (PowerShell)
New-Item -ItemType Directory "$env:USERPROFILE\.dsh\.agent-presets\nendo-brainstorm" -Force
Copy-Item -Path .\preset.yml, .\agent.cordis.yml, .\skills -Destination "$env:USERPROFILE\.dsh\.agent-presets\nendo-brainstorm" -Recurse
```
重启 DSH,在新会话中选择该预设。
## 使用
说「头脑风暴 / brainstorm / 发散一下 / 出点子 / 想方案 / 十镜头」,或提出一个需要大量点子的设计问题,即自动进入完整流程。
可选参数(不指定就按默认):
- **主题**:做什么、为谁、什么限制
- **范围**:全 10 镜头(默认)/ 指定某几个镜头 / 快速版(3 个镜头,AI 推荐与你主题最相关的)
## 文件结构
```
dsh-nendo-brainstorm/
├── README.md
├── preset.yml # 预设元数据(名称 / 描述 / 触发词)
├── agent.cordis.yml # agent 预设组合(persona + 工具 + skill 挂载)
└── skills/
└── nendo-brainstorm/
└── SKILL.md # 完整五阶段流程与十镜头题库
```
## 来源
- 佐藤大演讲中的 10 个交叉使用的设计关键词
- 佐藤大《超快速工作法》(空杯心态、只装一件事、不控制热情、精选两项)
## 许可
MIT
Install
# Copy the composition to $DSH_HOME/.agent-presets/dsh-nendo-brainstorm/agent.cordis.yml
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install baizhichen-web-dsh-nendo-brainstorm from the hub