Skip to main content

1. Initialize

bunx smithers-orchestrator init
Scaffolds .smithers/ with ready-to-use workflows.

2. Run a Workflow

bunx smithers workflow implement --prompt "Add rate limiting to the API"

3. Build Your Own

  • JSX Quickstart — Build a TSX workflow with <Task> components and typed deps.

Runtime

Every workflow gets:
  • SQLite persistence
  • Resume after restarts
  • Retries, approvals, loops
  • Observability and CLI tooling

Next Steps