What problem does it solve? Writing handoff texts for finished work is repetitive and error-prone: commit messages, pull request descriptions, and ticket updates each demand consistent, evidence-based content. This Skill drafts all three from existing change artifacts and read-only git history, without ever executing git writes or touching external APIs. ## Core Features & Use Cases - Three delivery modes: commit mode drafts one commit message for a reviewed stage, pr mode drafts a pull request description, and ticket mode drafts four-section ticket content with an evidence-derived status. - Commit-to-change correlation: A rubric classifies each commit as exact, confirmed, strong, moderate, weak, or no-match against known changes, with an interactive selection table so nothing is applied without a user decision. - Frozen targets and audit reports: Every run freezes its target (change or commit range), writes a delivery-report.md audit record, and supports English, Spanish, chat-language, or mixed output. - Use Case: After finishing a feature branch, ask for a PR description; the Skill correlates your commits with the matching change, confirms the selection, and produces a copyable PR text grouped by concern with risks and test steps. ## Quick Start Ask the assistant to draft the PR description and ticket content for the current change using the sddl-delivery stage.