Documentation Index
Fetch the complete documentation index at: https://smithers.sh/llms.txt
Use this file to discover all available pages before exploring further.
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
researchorwrite-a-prdfor context. - Run
tickets-createto split the work. - Save tickets under
.smithers/tickets/. - Run
kanbanto implement them in parallel worktrees.