spec-ideate
围绕主题生成、对比和批判性评估 grounded ideas。
ASCII 链路图
text
Codebase -> Spec -> Plan -> Tasks -> Code -> Review -> Knowledge
|
v
spec-ideate
entry: spec-ideate
type: workflow command基本信息
| 字段 | 内容 |
|---|---|
| Skill | spec-ideate |
| 类型 | workflow command |
| 研发链路位置 | Spec |
| 当前入口 | spec-ideate |
| 兼容别名 | /spec:ideate、$spec-ideate |
| Source | skills/spec-ideate/SKILL.md |
| Governance | src/cli/contracts/dual-host-governance/skills-governance.json(supported-host skills governance) |
描述
Generate and evaluate grounded ideas. Use when the user asks for ideas, improvements, surprising options, or AI-generated directions before choosing one to develop; use spec-brainstorm to refine the user's own idea.
Source 契约摘要
该 source skill 未声明标准 Workflow Contract Summary 小节;本页以 frontmatter、supported-host governance 和维护者补充元数据为准。
何时使用
- 用户要改进想法、方向候选或惊喜建议。
- 需要结合代码库、外部 prior art 或 issue 信号。
- 还没进入具体需求定义。
工作步骤
- 读取用户意图、代码库背景、已有 requirements、历史学习和外部证据。
- 收敛问题框架、用户流、边界、验收标准或候选方向。
- 区分必须现在解决的问题和可延后到计划或实现阶段的问题。
- 把 WHAT 层证据交给 plan 或 doc-review。
输出
- requirements、ideation artifact、scope boundaries 或 open questions。
- 可供计划阶段追溯的 actors、flows、acceptance examples 和关键决策。
Agent / Persona 列表
- 可按需要引入 spec-flow、product、design、security、repo、web 或 issue research agents。
- agent 产出是证据和问题发现,最终需求边界仍由当前 workflow 汇总。
本 skill 在 source 中挂载了 4 个 skill-local 专家资产(agent 4 · persona 0),路径为 skills/spec-ideate/references/{agents,personas}/。跨 skill 复用时,详情页按文件名去重。
| 名称 | 类型 | 摘要 |
|---|---|---|
spec-issue-intelligence-analyst | agent | You are an expert issue intelligence analyst specializing in extracting strategic signal from noisy issue trackers. |
spec-learnings-researcher | agent | You are a domain-agnostic institutional knowledge researcher. |
spec-slack-researcher | agent | You are an expert organizational knowledge researcher specializing in extracting actionable context from Slack conversations. |
spec-web-researcher | agent | You are an expert web researcher specializing in turning open-ended search queries into a focused, structured external grounding digest. |
agent 详情页入口仍在
/reference/agents/*;完整按 skill 归属索引见 Agents 参考。persona 目前以 skill-local prompt 形式挂在所属 skill 下,不单独生成全局详情页。
边界
- 不替用户直接锁定产品范围。
- 确定 WHAT 后应交给 brainstorm 或 plan。
源码校准
- 本页由
website/scripts/generate-skill-detail-pages.js从上游 source skill 生成。 - 当前入口、兼容别名与宿主投递 metadata 来自
src/cli/contracts/dual-host-governance/skills-governance.json。 - 当 source skill 或 governance contract 变化后,应重新运行
npm run reference:pages并执行npm run content:audit。
