archflow-release

Inspect and manage release pipelines through status, creation, build gating, and shipping.

28|4|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/AZidan/archflow --skill archflow-release-azidan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archflow-release
Source: https://github.com/AZidan/archflow/tree/main/adapters/copilot/.github/skills/archflow-release
Command: npx skills add https://github.com/AZidan/archflow --skill archflow-release-azidan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams lose track of which release is active, which stories are ready, and what has already shipped when release state lives in scattered notes. This Skill centralizes the release lifecycle by reading roadmap.yaml, release files, and the shipped ledger to drive status checks, release creation, build gating, and shipping. ## Core Features & Use Cases - Release status overview: Shows the active release's story progress by readiness status, parked stories blocking the ship, the release pipeline, shipped ledger, and backlog count. - Release creation: Derives a slug, suggests goals from backlog stubs and project KPIs, and invokes feature-planner Mode B to move groomed stories into a new release file. - Build gate and ship ritual: Enforces at most one in_progress release, transitions ready releases to active, and runs the Phase 5 ship ritual including versioning, tagging, release notes, and history archival. - Use Case: A product lead runs /archflow-release to see that three stories are still in review and one parked story blocks shipping, then answers the parked question and runs /archflow-release ship to cut version 1.4. ## Quick Start Ask the agent to run /archflow-release to show the current release pipeline status and active release progress.

Frequently Asked Questions about archflow-release

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

FAQPage Schema
How do I check release status with archflow-release?

Run /archflow-release with no arguments to see the active release's story progress by readiness status, parked stories with open questions, the release pipeline, the shipped ledger, and a backlog stub count. In quick mode it collapses to the single implicit release's progress.

How do I create a new release from a backlog?

Run /archflow-release new [name] to derive a slug, suggest goals from high-priority backlog stubs and project KPIs, and invoke feature-planner Mode B to move groomed stories into a new release file with status planning.

Can multiple releases be in progress at the same time?

No. The build gate enforces at most one in_progress release. Running /archflow-release start while another release is in_progress halts the transition until the active release is finished or parked.

What happens when a parked story blocks a release ship?

The ship ritual halts if any parked story has blocks_release set to true. You must resolve the story's open question before /archflow-release ship can proceed with versioning, tagging, and archival.

What does the ship ritual do when releasing?

It verifies releasability, marks the release with a version and tag, generates docs/releases/{slug}.md, archives the release file, appends history.yaml with the tag-to-tag diff, rolls the index into shipped, clears active_release, and commits.