release-archivist

Featured

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.

AI & Automation 614 stars 59 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
93
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 `npx --yes --package spec-superflow@0.12.0 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 checklist below applies only to Full and legacy Hotfix. Direct Short-Path Closure above takes precedence for Quick, Tweak, and valid direct Hotfix. Claiming work is complete without verification is dishonesty, not efficiency. Before claiming any sta...

Details

Author
MageByte-Zero
Repository
MageByte-Zero/spec-superflow
Created
1 months ago
Last Updated
today
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category