From ai-agents
协作式需求探索与设计。用苏格拉底式对话将模糊想法转化为结构化的设计规格文档(spec.md)。触发短语:"探索需求"、"讨论设计"、"头脑风暴"、"brainstorm"。
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-agents:brainstormingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
将模糊的想法和需求转化为结构化的设计规格文档。通过苏格拉底式对话,引导用户厘清目标、约束和方案。
将模糊的想法和需求转化为结构化的设计规格文档。通过苏格拉底式对话,引导用户厘清目标、约束和方案。
收到用户的任务描述后:
针对需求中的模糊点,逐个提问。每次只问一个问题,等用户回答后再问下一个。
关注方向:
当你觉得信息足够时,进入下一步。
提出 2 到 3 个可行方案,每个方案包含:
请用户选择方向,或提出新的想法。
基于用户选择的方向,编写设计规格文档的草稿,分节呈现给用户审阅:
创建工作目录并写入设计规格文档:
mkdir -p docs/sdlc/$(date +%Y-%m-%d)/{slug}
将设计内容写入 docs/sdlc/YYYY-MM-DD/{slug}/spec.md。
使用 Agent 工具派遣子代理审查 spec.md。子代理的 prompt 使用 references/spec-reviewer-prompt.md 的内容。
将审查结果呈现给用户,根据反馈修改 spec.md。
告知用户:"设计规格已写入 docs/sdlc/YYYY-MM-DD/{slug}/spec.md,请审阅。审阅通过后可执行 /writing-plans 进入计划编写阶段。"
在用户明确批准前,不进入下一阶段。
npx claudepluginhub stringke/ai-agents --plugin ai-agentsGuides pre-implementation design exploration by asking one question at a time to produce a written spec before any code is written.
Leads a conversational design workshop for new features: interviews one question at a time, explores approaches with trade-offs, and produces a focused spec.
Guides structured brainstorming to explore user intent, requirements, and design before implementation. Prevents premature coding by enforcing design approval.