> ## Documentation Index
> Fetch the complete documentation index at: https://smithers-feat-claude-workflow-mirror.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ticket-create

> Turn a request into one structured implementation ticket.

`ticket-create` turns a prompt into a single ticket with title, description, and acceptance criteria.

```bash theme={null}
bunx smithers-orchestrator workflow run ticket-create --prompt "Add a settings page for API keys"
```

## Inputs

| Input    | Type   | Default                                     |
| -------- | ------ | ------------------------------------------- |
| `prompt` | string | `"Create a ticket for the requested work."` |

## Use it when

* The request is already narrow enough to be one implementable unit.

## Use something else when

* The request is broad: use [`tickets-create`](/workflows/tickets-create) to split it into many tickets.

## Resume & retry

`ticket-create` returns a single ticket in the run output; it does not write files. Runs are durable and resume with `up --resume`.
