What problem does it solve? It closes the gap between a reviewed, tested implementation and a truthful, finalized delivery by enforcing docs synchronization, latest-base integration, user verification, and clean release or deployment steps. ## Core Features & Use Cases - Docs Synchronization: Updates long-lived project docs against the final integrated implementation state, records no-impact decisions, and promotes durable design knowledge out of ticket artifacts. - Integration & Finalization Workflow: Refreshes the ticket branch against the latest tracked remote base, reruns checks, waits for explicit user verification, then commits, merges, and pushes the finalization target branch. - Release & Deployment Reporting: Produces structured docs sync and release/deployment reports covering versioning, tags, release notes, rollout verification, rollback criteria, and post-finalization cleanup. - Use Case: After a code review and API/E2E pass on a feature branch, use this Skill to sync the docs, hold for user verification, merge into the target branch, tag the release, and clean up the ticket worktree. ## Quick Start Take the reviewed implementation through docs sync, user verification, branch finalization, and release using the delivery workflow.