Archive a deployed OpenSpec change and update specs.
Archives a deployed OpenSpec change and updates specifications.
/plugin marketplace add jbabin91/super-claude/plugin install workflow@super-claudeopenspec/Guardrails
openspec/AGENTS.md (located inside the openspec/ directory—run ls openspec or openspec update if you don't see it) if you need additional OpenSpec conventions or clarifications.Steps
<ChangeId> block populated by slash-command arguments), use that value after trimming whitespace.openspec list to surface likely IDs, share the relevant candidates, and confirm which one the user intends.openspec list, and ask the user which change to archive; wait for a confirmed change ID before proceeding.openspec list (or openspec show <id>) and stop if the change is missing, already archived, or otherwise not ready to archive.openspec archive <id> --yes so the CLI moves the change and applies spec updates without prompts (use --skip-specs only for tooling-only work).changes/archive/.openspec validate --strict and inspect with openspec show <id> if anything looks off.Reference
openspec list to confirm change IDs before archiving.openspec list --specs and address any validation issues before handing off.