What problem does it solve? Starting implementation on a GitHub issue often involves manual, error-prone setup: syncing main, deriving a branch name, assigning the issue, and preparing delivery templates. Skipping these steps leads to branches cut from stale main, merge conflicts, and missing delivery artifacts. ## Core Features & Use Cases - Branch Setup from Fresh Main: Fetches and fast-forwards local main, then creates a feature branch named issue-<number>-<slug> derived from the issue title. - Issue Claiming and Anchoring: Auto-assigns the issue to the current bot via gh and writes the issue number to tmp/.session-issue so telemetry hooks know where to post. - Delivery Template Scaffolding: Runs jp5 deliver init to generate pr-body.md and issue-comment.md templates under tmp/issue-delivery/<number>/. - Use Case: After a plan for issue #153 is approved, run the skill to get a ready-to-code branch issue-153-retrieval-topology with delivery templates prepared, then implement and hand off to the delivery step. ## Quick Start Ask the assistant to start work on GitHub issue 153 so it syncs main, creates the feature branch, and scaffolds the delivery templates.