silverreleaselisted
Install: claude install-skill alo-exp/silver-bullet
# /silver:release — Ship, Version, Publish, Go Live
SB Agentic Process Orchestrator for milestone-level publishing. It handles release composition, changelogs, documentation, and GitHub Releases while GSD owns phase ship, milestone audit, and milestone completion artifacts.
**Distinction from gsd-ship:** `gsd-ship` inside other workflows = phase-level merge (push branch → create PR → prepare for merge). `silver:release` = milestone-level publishing (versioned release, docs, changelog, GitHub Release, milestone archival). These are different abstraction levels. SB disambiguates "ship" intent at routing time.
**Entry triggers:** "release", "publish", "version", "changelog", "go live", "cut a release", "tag v", "ship to users", "deploy to prod"
Never publishes directly — orchestrates only.
## Pre-flight: Load Preferences
Read the **User Workflow Preferences** section of `silver-bullet.md` to load user workflow preferences before any other step.
```bash
grep -A 50 "^## [0-9]\+\. User Workflow Preferences" silver-bullet.md | head -60
```
Display banner:
```
SILVER BULLET ► RELEASE WORKFLOW
Release: {$ARGUMENTS or "(version not specified)"}
```
## Composition Proposal
Before beginning execution, read existing artifacts to determine context and propose which flows to include or skip.
### 1. Context Scan
Release is a milestone-completion workflow — short chain focused on quality gate, documentation, and publishing. No per-phase loop.
| Artifact | Signal | Action |
|---