con un clic
sdd-pause
SDD — Spec-Driven Development: pause a spec to prevent auto-advance.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
SDD — Spec-Driven Development: pause a spec to prevent auto-advance.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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.
Basado en la clasificación ocupacional 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}