> ## Documentation Index
> Fetch the complete documentation index at: https://smithers-feat-claude-workflow-mirror.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Started

> One command. One editable .mdx file. Your first workflow runs in 30 seconds.

<Steps>
  <Step title="Run one command">
    From inside your project:

    ```bash theme={null}
    bunx smithers-orchestrator init
    ```

    This creates `.smithers/` and seeds **`.smithers/prompts/hello.mdx`** - your editable hello-world workflow. Open it, change the instruction, and the next run picks it up. No TypeScript required.
  </Step>

  <Step title="Run your hello-world workflow">
    ```bash theme={null}
    bunx smithers-orchestrator workflow run hello
    ```

    A durable run completes and you see the output. Edit `.smithers/prompts/hello.mdx`, run it again, watch the output change.
  </Step>
</Steps>

## Read next

You ran a workflow. From here, pick by what you need next.

<CardGroup cols={2}>
  <Card title="Talk to your agent" icon="comments" href="/guide/talk-to-your-agent">
    **How-to:** phrase requests so your agent picks the right workflow every time.
  </Card>

  <Card title="Watch and steer" icon="gauge" href="/guide/watch-and-steer">
    **How-to:** follow a live run, clear approvals, and redirect without touching code.
  </Card>

  <Card title="What you can do" icon="list-check" href="/guide/what-you-can-do">
    **Reference:** the full catalog of outcomes you can hand off, and what to say.
  </Card>

  <Card title="The few concepts you need" icon="lightbulb" href="/guide/concepts">
    **Explanation:** the handful of ideas behind durable runs, gates, and loops.
  </Card>
</CardGroup>
