with one click
sdd-pause
SDD — Spec-Driven Development: pause a spec to prevent auto-advance.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
SDD — Spec-Driven Development: pause a spec to prevent auto-advance.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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}