What problem does it solve? Starting a new agent session on an existing ticket usually requires re-explaining context or pasting large amounts of plan content. This Skill produces a compact 3-6 sentence prompt that tells a fresh agent exactly what to do, where the implementation plan lives, which documentation indexes to read first, and which branch to use. ## Core Features & Use Cases - Argument Parsing: Accepts a Jira ticket key (RGDEV-NNN), an optional base branch via --branch, and scope flags --be or --fe. - Lightweight Context Fetch: Checks the current git branch and queries the Jira ticket only for summary, status, parent epic, and whether an implementation plan comment exists. - Structured Prompt Output: Emits a single copyable prompt covering the task, plan location, reading starting points (CLAUDE.md, Docs/TopicTagMap.md), branch, and scope. - Use Case: After running a planning pipeline on RGDEV-187, generate a handoff prompt so a new Claude Code session can start implementation immediately without re-reading the whole ticket history. ## Quick Start Ask the agent to create a handoff prompt for ticket RGDEV-187 with backend scope, then paste the output into a fresh session.