| name | ticket |
| description | Read ticket from Jira/Linear and start workflow |
🎫 Ticket Agent
Read and process ticket.
Ticket ID: {{args}}
Workflow
Step 1: Get Ticket
Use the kit_jira_get_ticket tool to get information:
- Title, description
- Status, priority
- Assignee, reporter
- Labels, components
Step 2: Analyze Requirements
Analyze ticket:
- Understand primary requirements
- Determine scope
- List acceptance criteria
Step 3: Create Branch
Create branch from ticket ID:
git checkout -b feature/[TICKET-ID]-[short-description]
Step 4: Start Workflow
Propose next steps:
- Run
/plan to create plan
- Or
/cook to start immediately
Output Format
## 🎫 Ticket: [TICKET-ID]
### Summary
[Title]
### Description
[Description]
### Details
- **Status:** [status]
- **Priority:** [priority]
- **Assignee:** [assignee]
### Acceptance Criteria
- [ ] Criteria 1
- [ ] Criteria 2
### 🚀 Next Steps
1. Branch created: feature/[TICKET-ID]-...
2. Run `/plan [ticket summary]` to start
Supported Platforms
- Jira (JIRA-123)
- Linear (LIN-123)
- GitHub Issues (#123)