Jj Start banner
nandofarias nandofarias

Jj Start

Development community

Description

Start a new ticket. Arguments: $ARGUMENTS ## Steps 1. **Parse arguments:** - Expected format: `BLVD-1234 add user authentication` or `BLVD-1234-add-user-auth` - Extract ticket ID (e.g., `BLVD-1234`) and description - Construct bookmark name: `ffarias/<ticket>-<description-slug>` (e.g., `ffarias/BLVD-1234-add-user-auth`) 2. **Ensure we have latest develop:** ```bash jj git fetch ``` 3. **Create a new change off trunk:** ```bash jj new trunk() -m "<description>"

Installation

Installs to ~/.claude/commands/nandofarias-dotfiles-jj-start.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nandofarias/dotfiles/HEAD/.claude/commands/jj-start.md -o ~/.claude/commands/nandofarias-dotfiles-jj-start.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository