一键导入
sdd-pause
SDD — Spec-Driven Development: pause a spec to prevent auto-advance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
SDD — Spec-Driven Development: pause a spec to prevent auto-advance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | sdd:pause |
| description | SDD — Spec-Driven Development: pause a spec to prevent auto-advance. |
.spec-context.json writeIf $ARGUMENTS is provided, use specs/{$ARGUMENTS}/ as the target directory.
Otherwise, find the most recently modified directory under specs/ that contains a .spec-context.json.
If no spec directory found, stop and say: "Nothing in progress. Run /sdd:specify <description> to start."
Read specs/{NNN}-{slug}/.spec-context.json.
If .spec-context.json already has "paused": true, display: "Already paused." and stop.
Otherwise, set "paused": true in .spec-context.json (preserve all other fields) and append a transition entry per transition-logging. Display:
⏸ Paused {NNN}-{slug}
SDD — Spec-Driven Development: detect code that drifted from .specs/<domain>/spec.md (changed without spec update).
SDD — Spec-Driven Development: execute tasks, run checkpoints, commit and open PR.
SDD — Spec-Driven Development: write a lean implementation plan.
SDD — Spec-Driven Development: write a lean spec for rapid iteration.
SDD — Spec-Driven Development: scaffold a new Architectural Decision Record.
SDD — Spec-Driven Development: scaffold .sdd/ folder (principles, decisions) for a project.