.wai/resources/agent-config/skills/openspec-archive/SKILL.md
Archives a deployed OpenSpec change and updates specs. Use when archiving a completed openspec change.
npx skillsauth add charly-vibes/wai openspec-archiveInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Archive a deployed OpenSpec change and update specs.
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.<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.openspec list to confirm change IDs before archiving.openspec list --specs and address any validation issues before handing off.testing
Compare original and distilled prompts to verify the distillation is faithful and lossless. Checks completeness, accuracy, and appropriate conciseness.
development
Implement features following Test-Driven Development methodology. Red-Green-Refactor cycle with phased approach and verification at each step.
development
Orchestrate multi-agent code review with three waves - parallel analysis, cross-validation, and convergence check. Simulates specialist reviewers and synthesizes findings.
development
Apply Steve Yegge's Rule of 5 iterative review to any artifact - code, plans, research, issues, specs, or documents. Five stages from draft through excellence.