Skip to main content
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.
grill-me workflow UI showing an iterative question-and-answer interview loop

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 plan or tickets-create to consume.

Use something else when

  • Requirements are already clear: go straight to plan or implement.

Resume & retry

Loops up to maxIterations (default 30). Runs are durable and resume with up --resume.