Skip to main content
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.
tickets-create workflow UI showing a request split into structured tickets

The tickets-create UI shows one broad request decomposed into discrete tickets with acceptance criteria.

Inputs

Typical Flow

  1. Run research or grill-me for context.
  2. Run tickets-create to split the work.
  3. Copy the generated ticket Markdown into .smithers/tickets/ before running kanban.
  4. Run kanban to implement them in parallel worktrees.

Use it when

  • A request is broad enough to split into several implementable tickets.

Use something else when

Resume & retry

tickets-create returns ticket Markdown in the run output. Runs are durable and resume with up --resume.