What problem does it solve?
This Skill automates the initial setup for starting work on a Jira ticket by fetching ticket details, generating a concise branch name, and initiating the task-planning workflow so you can dive straight into execution.
Core Features & Use Cases
- Ticket discovery: Extract a Jira ticket ID from natural language.
- Context gathering: Retrieve summary, description, type, and status to inform planning.
- Branch planning: Create a kebab-case branch name from the ticket ID and summary.
- Jujutsu state initialization: Verify repo state and create a new commit/ bookmark to begin work.
- Task planning prompt: Build a rich prompt for the
/investigate command to plan next steps.
Quick Start
Activate this skill by saying things like "work on AGP-123" or "start work on AGP-782". The skill will fetch ticket details from Jira, generate a branch name such as agp-782-migrate-existing-mcp-server (lowercase, kebab-case), ensure the git state is ready, create a bookmark, and trigger task planning.