What problem does it solve? Shipping code without proof it was verified leads to broken releases. This Skill is the final phase of the taskmaster pipeline: it refuses to deliver unless the preceding verification step passed against the current working tree, then delegates the actual commit and pull request creation to the existing commit and pr-create workflows. ## Core Features & Use Cases - Verification gate: Calls the verify MCP tool with the spec slug and blocks delivery on a FAIL verdict, missing test evidence, or stale verification that no longer matches the working tree. - Delegated commit and PR creation: Reuses the commit and pr-create skills, enriching the commit message and PR body with spec context, verification results, critic verdicts, and open items. - Metrics and lessons capture: Relays the task metrics record written by the gate, stages it with the commit, updates the spec lifecycle to shipped, and optionally records a retrospective lesson. - Use Case: After finishing implementation and running task-verify on a feature branch, ask to deliver the task; the Skill checks the gate, commits the work with the metrics record, and opens a PR carrying both critic verdicts and any freshness override. ## Quick Start Deliver the finished task by committing the verified changes and opening a pull request for the current spec.