What problem does it solve? Starting new feature work often involves repetitive manual steps: deriving a branch name from a description, checking the working copy state, creating the branch, and logging a tracking issue. This Skill automates that entire setup flow in one consistent, convention-following operation. ## Core Features & Use Cases - Branch Name Generation: Slugifies a human-readable description into a feat/<slug> branch name matching the repository's naming convention. - Precondition Validation: Checks the jj working copy state and confirms the branch does not already exist before creating anything. - Issue Tracking Integration: Automatically creates a crosslink issue with priority medium and label feature so the work is tracked from the start. - Use Case: You say "new feature branch for add batch retry logic" and the Skill creates feat/add-batch-retry-logic in jj, starts a new change on top of it, and registers a crosslink issue titled "add batch retry logic". ## Quick Start Ask the assistant to create a new feature branch for your described feature, for example by saying "new feature branch for add batch retry logic".