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.

research asks a tool-capable agent to inspect the repo and gather relevant context before planning or implementation.
bunx smithers-orchestrator workflow run research --prompt "How should we add audit logs?"

Inputs

InputTypeDefault
promptstring"Research the given topic."

Use It When

  • The task touches unfamiliar code.
  • External docs or dependency behavior matter.
  • You want file references and prior art before committing to a plan.
Follow with plan, write-a-prd, or mission.