release-archivist
Close out a spec-superflow change with verification, summary, and archive readiness. Invoke when implementation is complete, verification is underway, or the user asks for a final wrap-up.
npx skills add MageByte-Zero/spec-superflow --skill release-archivist --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Release Archivist Finish a spec-superflow change cleanly with verification evidence. This skill operates while the change state is `executing`; it is not an active skill after the final transition to `closing`. ## Execution-State Guard Before verification, `ssf audit`, any DP state write, or delta-spec merge, run `ssf state get <change-dir> state`. Continue only when the persisted state is exactly `executing`. If it is `closing` → STOP: "Closing is terminal; release, audit, and archival work were completed before this transition." For any other state, or if the state cannot be read → STOP and route through `workflow-start`; do not perform side effects. ## Direct Short-Path Closure (run before the Full checklist) For Quick, Tweak, or a valid direct incident Hotfix receipt, skip the Full verification, audit, delta merge, DP-6, and DP-7 sections below. Record changed files, the focused verification command and result, then persist `test_result: pass` and transition to closing. Quick requires a targeted test or syntax/static check; direct Hotfix requires an original-symptom regression. A legacy Hotfix stays on the Full checklist. ## Full/Legacy Verification Before Completion The Full
- Execution-State Guard
- Direct Short-Path Closure (run before the Full checklist)
- Full/Legacy Verification Before Completion
- Full/Legacy Verification Steps
- Step 1: Test Suite
- Step 2: Completeness
- Step 3: Coherence
- Step 4: Unintended Scope
- Step 5: Report
- Full/Legacy Final Checks
- DP-6 (Verification Outcome, Full/legacy Hotfix)
- DP-7 (Archive Confirmation, Full/legacy Hotfix)
- Archive Rule (Full/legacy Hotfix)
- Finalize While Executing (Full/legacy Hotfix)
ssf state set <change-dir> dp_6_result "<pass|conditional|fail>: <summary>" ssf state set <change-dir> dp_6_timestamp $(date -u +%Y-%m-%dT%H:%M:%SZ) ssf state set <change-dir> test_result pass ssf state set <change-dir> dp_7_result "confirmed: <archive summary>" ssf state set <change-dir> dp_7_timestamp $(date -u +%Y-%m-%dT%H:%M:%SZ)
What does the release-archivist skill do?
Close out a spec-superflow change with verification, summary, and archive readiness. Invoke when implementation is complete, verification is underway, or the user asks for a final wrap-up.
How do I install it?
Run `npx skills add MageByte-Zero/spec-superflow --skill release-archivist --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From MageByte-Zero/spec-superflow, a repository with 668 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
