ticket-create is an archived example, not installed by init: copy it from examples/init-pack/ with its dependency closure, or ask create-workflow to build an equivalent. It turns a prompt into a single ticket with title, description, and acceptance criteria.

The ticket-create UI shows a single request turned into one structured ticket with a title, description, and acceptance criteria.
Inputs
Use it when
- The request is already narrow enough to be one implementable unit.
Use something else when
- The request is broad: use
tickets-createto split it into many tickets.
Resume & retry
ticket-create returns a single ticket in the run output without writing files. Runs are durable and resume with up --resume.