grill-me is archived (not installed by init): copy it from examples/init-pack/ with its dependency closure, or ask create-workflow to build an equivalent. It runs an interview loop: the agent asks questions via .smithers/scripts/ask-user.ts, records answers, and keeps iterating until the request is actionable. Answers accumulate in the run context, available to later tasks in the same run or as input to tickets-create.

The grill-me UI shows the interview loop that keeps asking questions until the request is clear enough to act on.
Inputs
Use it when
- Requirements are vague and you want an agent to interrogate them first.
- You want answers captured in the run for
planortickets-createto consume.
Use something else when
Resume & retry
Loops up tomaxIterations (default 30). Runs are durable and resume with up --resume.