Flow commands
/flow:release
Walk the project's release runbook step by step with explicit confirmation per command.
| Property | Value |
|---|---|
| Command | /flow:release |
| Category | daily (daily) |
| Argument hint | (none) |
| Source | plugins/flow/commands/release.md |
Description
Walk the project's release runbook step by step with explicit confirmation per command.
Invocation
snippet
/flow:releaseSummary
Reads the project-owned release runbook at integrations.changelog.releaseGuide (default .ai/release-guide.md) and walks it step-by-step. Never auto-runs — every shell command is gated behind explicit [run] / [skip] / [edit] / [abort] confirmation.
Source of truth
This page is auto-generated from the command's frontmatter. The exact prompt Claude runs — including directives, edge-case handling, and tool-routing logic — lives in the source file:
plugins/flow/commands/release.md → read it for the full behavior.