원클릭으로
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 직업 분류 기준
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.
| 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}