plan-jira-ticket
Installation
SKILL.md
Plan Jira Ticket
Ticket ID: $ARGUMENTS
Ticket details:
acli jira workitem view $ARGUMENTS
Workflow
- Parse ticket — Extract summary, description, acceptance criteria, linked issues, and attachments from the ticket details above.
- Create or switch to branch — Follow Branch Naming. Check for an existing branch matching this ticket before creating a new one.
- Transition ticket — Run
acli jira workitem update $ARGUMENTS --status "In Progress". - Enter plan mode — Call EnterPlanMode.
- Create implementation plan — Write a plan covering:
- Ticket ID and summary as the plan title
- Acceptance criteria from the ticket (verbatim when available)
- Technical approach with specific files to create or modify
- Testing strategy
- Out-of-scope items (what NOT to change)