What problem does it solve?
When starting work on a Jira ticket, you need a clean, isolated workspace that won't interfere with other tasks. This skill fetches ticket details via Atlassian MCP to derive a branch slug and create a local story snapshot, then spins up a git worktree and a feature branch, and writes a ticket brief into the worktree.
Core Features & Use Cases
- Fetch Jira issue details to derive a deterministic slug from the summary and to produce a local story snapshot.
- Create an isolated git worktree at worktrees/<ticket-id>-<platform> and a feature branch named feature/<ticket-id>-<slug>-<platform>.
- Write docs/<ticket-id>/<ticket-id>.md inside the worktree containing the summary, description, status, priority, type, people, labels, parent epic, and links for team visibility.
Quick Start
Provide a Jira ticket key and an optional platform name to initiate the worktree setup, generating the branch and local story file automatically.