What problem does it solve? Closing a milestone involves many error-prone steps: binding the correct version, running the project's release procedure, verifying the publication actually happened, and finalizing milestone metadata. This Skill orchestrates that entire workflow through the SpecBind CLI so nothing is skipped, invented, or partially done. ## Core Features & Use Cases - Version binding with safeguards: Runs release preflight, asks the user for the exact version label (never inventing or normalizing one), and binds it to the active Roadmap with evidence-preserving semantics. - Release adapter orchestration: Reads the project's Release and Git adapters, bootstraps an unconfigured adapter from repository evidence, and executes Prepare, Publish, Verify, and After-finalize guidance with explicit user confirmation before publishing. - Verification and finalization: Treats publication as a completion claim requiring fresh external evidence, writes per-Spec summaries, finalizes via specbind release finalize, and checkpoints only the finalized lifecycle metadata. - Use Case: After completing all Specs in a milestone, invoke this Skill to bind v1.4.0, follow the project's documented release procedure, verify the tag or package exists externally, and close the milestone with a clean audit trail. ## Quick Start Ask the assistant to use the sb-release skill to release and finalize the currently active milestone.