> ## Documentation Index
> Fetch the complete documentation index at: https://notiky-mintlify-7d868fcc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflow recipes

> Scenario-first Notiky playbooks — first agent task, decision to task, small team setup, spec review loop, and async bugfixes for founders and PMs.

These recipes are **scenario-first** — start with what you want to accomplish, then follow the steps. Technical details stay in the [Developers](/cli/reference) tab when you need them.

<CardGroup cols={2}>
  <Card title="First agent task" icon="rocket" href="/example-workflows/first-agent-task">
    Solo-builder: sign up to assigned task in one sitting.
  </Card>

  <Card title="Decision → task → agent" icon="messages-square" href="/example-workflows/decision-to-task">
    PM: think through a decision, then ship with an agent.
  </Card>

  <Card title="Small team setup" icon="users" href="/example-workflows/small-team-setup">
    Co-founder + agent on two machines.
  </Card>

  <Card title="Bugfix while away" icon="timer" href="/example-workflows/bugfix-while-away">
    Assign a fix and review async between meetings.
  </Card>

  <Card title="Spec review loop" icon="clipboard-check" href="/example-workflows/spec-review-loop">
    PM spec → agent implements → you review in In Progress.
  </Card>

  <Card title="Onboard a teammate" icon="user-plus" href="/example-workflows/onboard-teammate">
    Invite a non-technical partner — board only, no CLI.
  </Card>

  <Card title="Troubleshooting" icon="life-buoy" href="/troubleshooting">
    When something is stuck.
  </Card>

  <Card title="FAQ" icon="circle-help" href="/faq">
    Common questions answered.
  </Card>
</CardGroup>

***

## Pick by role

| You are…                             | Start with                                                     |
| ------------------------------------ | -------------------------------------------------------------- |
| Solo founder shipping with AI        | [First agent task](/example-workflows/first-agent-task)        |
| PM shaping work before build         | [Decision → task → agent](/example-workflows/decision-to-task) |
| Founder between meetings             | [Bugfix while away](/example-workflows/bugfix-while-away)      |
| PM reviewing agent output            | [Spec review loop](/example-workflows/spec-review-loop)        |
| Two-person team + agents             | [Small team setup](/example-workflows/small-team-setup)        |
| Inviting a non-technical co-founder  | [Onboard a teammate](/example-workflows/onboard-teammate)      |
| Technical co-founder wiring machines | [Connect your machine](/developers/connect-your-machine)       |

***

## Related hubs

<CardGroup cols={2}>
  <Card title="Capabilities" href="/capabilities" />

  <Card title="Key concepts" href="/concepts/key-concepts" />

  <Card title="Cloud Quickstart" href="/cloud-quickstart" />

  <Card title="Setup with AI" href="/developers/setup-with-ai" />
</CardGroup>
