What problem does it solve?
It prevents implementation from starting before the correct Jira issue is ready and a Git working branch is safely created from an up-to-date main branch.
Core Features & Use Cases
- Existing Jira kickoff: Reads a provided Jira issue key, uses the issue type to select the branch prefix, and generates a branch name from the Jira title.
- New Jira kickoff from requirements: Validates the target Jira project key and supported issue types, drafts a Korean default title/description, and creates the issue only after explicit approval.
- Git safety-first branching: Enforces a clean working tree, updates local main from origin with fast-forward only, checks for local and remote branch collisions, and only then creates and checks out the approved branch.
Use case: You have rough changes to implement but want to ensure the Jira ticket, branch naming convention, and main synchronization are handled correctly before touching code.
Quick Start
Use the jira-kickoff skill with your project key and rough requirements, then confirm the proposed Jira draft and final branch name when prompted.