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.

write-a-prd combines the GrillMe interview loop with a PRD-writing task. It can inspect the repo, ask clarifying questions, and produce a structured product requirements document.
bunx smithers-orchestrator workflow run write-a-prd --prompt "Design team-based access control"

Inputs

InputTypeDefault
promptstring"Describe the feature or product you want to specify."
maxIterationsnumber10

Output Shape

The PRD includes problem statement, solution, user stories, implementation decisions, testing decisions, observability requirements, metrics, verification strategy, module sketches, out-of-scope items, and a Markdown body. Follow with tickets-create, plan, implement, or mission.