Skip to main content
tickets-create decomposes a broad request into a set of tickets. Each ticket includes title, description, and acceptance criteria.
bunx smithers-orchestrator workflow run tickets-create --prompt "Build the billing admin workflow"

Inputs

InputTypeDefault
promptstring"Create tickets for the requested work."

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. Copy the tickets into .smithers/tickets/ before running kanban. Runs are durable and resume with up --resume.