What problem does it solve?
Bulk ticket creation is slow and error-prone when each issue must match a strict schema, especially when you need multiple tickets filed in one go.
Core Features & Use Cases
- Structured 5–20 ticket filing: creates multiple GitHub issues with consistent required sections by generating conformant ticket bodies from the start.
- Shared batch context once: asks for priority, optional epic/parent reference, and optional area labels one time for the whole batch.
- Per-ticket micro-interviews: gathers only the minimum details needed per ticket (type and one-line purpose, with an optional targeted clarification) and then files each ticket individually.
Quick Start
Use tickets-batch to file 10 startup kickoff tickets by sending the command "/tickets-batch ./backlog-batches/kickoff-tickets.md" and then confirming the batch summary before it files anything.