spec-driven-cancel
Installation
SKILL.md
You are helping the user cancel and remove an in-progress spec-driven change.
Prerequisites
The .spec-driven/ directory must exist at the project root. Before proceeding, verify:
ls .spec-driven/
If this fails, the project is not initialized. Run /spec-driven-init first.
Steps
-
Select the change — run
node {{SKILL_DIR}}/scripts/spec-driven.js modifyto list active changes. Ask which change to cancel. If already specified, use it. -
Warn the user — this is permanent and cannot be undone. Show:
"Cancelling will permanently delete
.spec-driven/changes/<name>/and all its contents (proposal.md, specs/, design.md, tasks.md, questions.md). This cannot be undone. Proceed?" Wait for explicit confirmation before continuing.