R/D phase enhancement: Socratic questioning, ADR writing, and design confirmation via cunzhi
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-b794342e)More formats (shields.io, HTML) on the badges page.
---
name: brainstorm
description: "R/D phase enhancement: Socratic questioning, ADR writing, and design confirmation via cunzhi"
---
# Brainstorm (R/D 阶段增强)
不重复 Superpowers brainstorming 方法论。只做 VibeCoding 特有的增强。
## 工具
| 工具 | 类型 | 用法 | 调用方式 |
|:---|:---|:---|:---|
| SP brainstorming | Superpowers | 苏格拉底提问+方案探索 | 读取 ~/.codex/superpowers/skills/brainstorming/SKILL.md |
| sou | MCP | 搜索现有代码和架构 | `sou.search("关键词")` |
| deepwiki | MCP | 技术领域调研 | `deepwiki.query("主题")` |
| cunzhi | MCP | D 阶段确认方案 | `cunzhi.confirm(DESIGN_READY)` |
## R 阶段增强
```
SP brainstorming 之前:
1. sou.search("任务关键词") → 了解现有代码结构
2. 读 .ai_state/conventions.md → 项目约定
3. 读 .knowledge/experience/ → 相关经验
SP brainstorming 之后:
4. 输出需求理解摘要 (不写文件,不写代码)
```
## D 阶段增强
```
SP brainstorming 之前:
1. deepwiki.query("方案技术关键词") → 技术选型参考
SP brainstorming 之后:
2. 写 .ai_state/decisions.md (ADR 格式):
### ADR-{{id}}: {{标题}}
- 背景 / 方案 A / 方案 B / 决定 / 原因
3. cunzhi [DESIGN_READY] → 寸止确认方案
```
## 降级
SP 未安装 → 直接执行苏格拉底提问:
- R: 围绕 范围/约束/验收 提问 5-8 个问题
- D: 自行列出 2-3 方案 + trade-off + 推荐
- ADR 写入和 cunzhi 确认不变
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!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.