tickets-create decomposes a broad request into a set of tickets. Each ticket includes title, description, and acceptance criteria.
Inputs
| Input | Type | Default |
|---|---|---|
prompt | string | "Create tickets for the requested work." |
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. Copy the tickets into .smithers/tickets/ before running kanban. Runs are durable and resume with up --resume.