release

Archive completed workstreams with PASS QA verdicts and update changelog and status records.

28|2|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/labs21-dev/agents-stack --skill release-labs21-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/labs21-dev/agents-stack/tree/main/templates/.agents/skills/using-agents-stack/release
Command: npx skills add https://github.com/labs21-dev/agents-stack --skill release-labs21-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the wrap-up phase of a workstream by synthesizing artifacts, updating references, and archiving completed workstreams to preserve knowledge and free resources.

Core Features & Use Cases

  • Changelog generation and status updates from all workstream artifacts
  • Reference updates assessment and archival of completed workstreams
  • Handoff and knowledge capture to enable future workstreams

Quick Start

Run the release worker after qa-report.md shows a PASS verdict to finalize the workstream and archive artifacts.

Frequently Asked Questions about release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I close out and archive a completed workstream?

To close out and archive a completed workstream, run the release process after QA shows a PASS verdict. It synthesizes your artifacts, generates a changelog, and moves the workstream directory to the archive.

What artifacts do I need to finalize a workstream release?

Finalizing a workstream release requires spec.md, plan.md, tasks.md, handoff.md, and qa-report.md as inputs to synthesize the workstream and produce a changelog and status.json.

Can I generate a changelog from existing workstream artifacts?

Yes, you can generate a changelog by applying the release process to your workstream artifacts. It synthesizes spec, plan, tasks, handoff, and QA report files to produce a changelog and update reference docs.

When should I run the workstream archival process?

You should run the workstream archival process only when your qa-report.md shows a PASS QA verdict. Running it earlier skips the required validation and prevents accurate changelog generation.

Does the release process update tracked-work records?

Yes, the release process updates tracked-work records by refreshing them during the archival step. It moves the workstream directory to archive and updates the status to archived.

Why do I need to archive a workstream after QA passes?

Archiving a workstream after QA passes preserves knowledge and frees up resources by moving the completed directory to an archive. It also generates a changelog and captures handoff details for future workstreams.