需求精炼与 Spec 生成 — R₀ 阶段
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-c40d9dce)More formats (shields.io, HTML) on the badges page.
---
name: brainstorm
description: 需求精炼与 Spec 生成 — R₀ 阶段
---
## 管道位置: R₀ → 产出 design.md → 交给 R
## 流程
1. **访谈**: 向用户提问 (技术细节、边界情况、非功能需求)
2. **发散**: 2-3 个候选方案, 标注优劣
3. **收敛**: 选定方案, 输出 Spec 到 .ai_state/design.md
## Spec 模板
```markdown
# {功能名} Spec
## 需求
- MUST: {必须实现}
- SHOULD: {应该实现}
- COULD: {可以实现}
## 验收标准
- [ ] {具体可验证条件}
## 选定方案: {名称}
理由: ...
```
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!
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.