tickets-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 decomposes a broad request into a set of tickets, each with a title, description, and acceptance criteria.

The tickets-create UI shows one broad request decomposed into discrete tickets with acceptance criteria.
Inputs
Typical Flow
- Run
researchorgrill-mefor context. - Run
tickets-createto split the work. - Copy the generated ticket Markdown into
.smithers/tickets/before runningkanban. - Run
kanbanto implement them in parallel worktrees.
Use it when
- A request is broad enough to split into several implementable tickets.
Use something else when
- The request is one narrow unit: use
ticket-create. - Requirements are still vague: run
grill-meorresearchfirst.
Resume & retry
tickets-create returns ticket Markdown in the run output. Runs are durable and resume with up --resume.