brainstorm

仓库创建 2026年2月12日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由

把模糊想法转为可执行的计划输入

这个 Skill 做什么

交互式收集需求并生成结构化的设计或访谈草案(interview.md)。

以对话方式收集需求、探讨方案并产出结构化的访谈或设计草案(interview.md)。适合有模糊想法、还没确定实现路径,或想先讨论再做计划的场景。特点是交互式的 interview→research→synthesis 循环,最后产物可直接被 /phx:plan 使用。

▸ 展开 SKILL.md 英文原文

Brainstorm Elixir/Phoenix features — explore ideas, compare approaches, gather requirements. Use when vague idea, not sure how to approach, or want to discuss before plan.

研究检索头脑风暴需求收集交互式调研通用
505
Stars
34
Forks
40
仓库内 Skill
+35
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/plugins/elixir-phoenix/skills/brainstorm/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/plugins/elixir-phoenix/skills/brainstorm/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Brainstorm — Adaptive Requirements Gathering

Interactive interview → research → synthesis loop. Produces structured
`interview.md` that `/phx:plan` detects and consumes (skipping clarification).

## Usage

```text
/phx:brainstorm Add some kind of notification system
/phx:brainstorm Improve authentication security
/phx:brainstorm                    # starts with open question
```

## Workflow

```
/phx:brainstorm {topic}
    |
    v
[INTERVIEW] ←──────────────────┐
    |                           |
    v (sufficient OR user exit) |
[DECISION POINT]                |
    ├─ Research ──→ [RESEARCH] ─┘
    ├─ Continue interview ──────┘
    ├─ Make a plan ──→ STOP (suggest /phx:plan {slug})
   
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有