Skip to main content

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.
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 write-a-prd for context.
  2. Run tickets-create to split the work.
  3. Save tickets under .smithers/tickets/.
  4. Run kanban to implement them in parallel worktrees.