·spec-design-research
</>

spec-design-research

Use when 需要在 Spec 级设计阶段执行 D1 research(产出 `{FEATURE_DIR}/design/research.md`),或面对关键不确定性/高风险点需要先验证而不是直接进入 D2;常见症状包括缺少证据支撑取舍、未知项被写成 TODO/待确认问题、在压力下想猜 FEATURE_DIR 或把调研写成实现细节。

64Installs·7Trend·@zixun-github

Installation

$npx skills add https://github.com/zixun-github/aisdlc --skill spec-design-research

How to Install spec-design-research

Quickly install spec-design-research AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/zixun-github/aisdlc --skill spec-design-research
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: zixun-github/aisdlc.

SKILL.md

View raw

本技能用于执行 Spec 级设计阶段的 D1 research(可选):为 design 决策补足上下文与证据,并把未知收敛为可执行的验证清单,使 D2 可以直接引用结论而无需重复解释。 本技能既可独立使用(只做 D1),也可作为 spec-design 的子技能被调用(当 D0 判定“不跳过”且命中 D1 触发信号时)。

1) 复制 skills/spec-design-research/research-template.md 的内容 2) 粘贴到 {FEATUREDIR}/design/research.md 3) 按模板把占位符补齐(尤其是“验证清单”必须可执行)

| “先写到仓库根目录,回头再挪到 spec 里” | 禁止猜路径:先 spec-context 拿到 FEATUREDIR,否则停止 | | “没有 solution.md 也能先 research,缺的后补” | 禁止脑补:缺 solution.md 直接停止,先回到 R1 补齐 SSOT | | “来不及写验证清单,先列 TODO” | TODO 违规:把每条 TODO 改写为验证清单(含 Owner/截止/信号/动作) | | “PM 要求写细(字段/DDL/脚本)给开发” | 拒绝混层:research 只写结论/证据/验证;在 research 里写“需要更新的 project/contracts/ / project/adr/ 入口 + 要点”,不在 D1 写字段/DDL/脚本 |

Use when 需要在 Spec 级设计阶段执行 D1 research(产出 `{FEATURE_DIR}/design/research.md`),或面对关键不确定性/高风险点需要先验证而不是直接进入 D2;常见症状包括缺少证据支撑取舍、未知项被写成 TODO/待确认问题、在压力下想猜 FEATURE_DIR 或把调研写成实现细节。 Source: zixun-github/aisdlc.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/zixun-github/aisdlc --skill spec-design-research
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from zixun-github/aisdlc

Quick answers

What is spec-design-research?

Use when 需要在 Spec 级设计阶段执行 D1 research(产出 `{FEATURE_DIR}/design/research.md`),或面对关键不确定性/高风险点需要先验证而不是直接进入 D2;常见症状包括缺少证据支撑取舍、未知项被写成 TODO/待确认问题、在压力下想猜 FEATURE_DIR 或把调研写成实现细节。 Source: zixun-github/aisdlc.

How do I install spec-design-research?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/zixun-github/aisdlc --skill spec-design-research Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/zixun-github/aisdlc