> ## Documentation Index
> Fetch the complete documentation index at: https://docs.augent.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Your Own Agents

> Turn expert knowledge into agentic workflows. Capture how the best people work, then let Claude run it.

Record an expert. Augent turns what they say into structured knowledge. Curate it into instruction files. Your MCP client executes them. You now have an agentic workflow built from real expertise, running locally, with nothing leaving your machine.

```mermaid theme={null}
%%{init: {'theme': 'dark'}}%%
flowchart TD
    A["Expert speaks: video, podcast, call, or voice memo"]
    A --> B["Run take_notes on the recording"]
    B --> C["Augent transcribes and structures it into your vault"]
    C --> D["YAML frontmatter, tags, and wikilinks added automatically"]
    D --> E["search_memory finds patterns across all your sources"]
    E --> F["Curate the best insights into instruction files"]
    F --> G["Your MCP client reads the instructions and executes"]
    G --> H["Review output, refine instructions, run again until solid"]
    H --> I["Save the working pipeline as a /slash-command"]
    I -->|"Feed more expert content"| B

    style A fill:#1a1a1a,stroke:#00F060,color:#fff
    style B fill:#1a1a1a,stroke:#00F060,color:#fff
    style C fill:#1a1a1a,stroke:#00F060,color:#fff
    style D fill:#1a1a1a,stroke:#00F060,color:#fff
    style E fill:#1a1a1a,stroke:#00F060,color:#fff
    style F fill:#1a1a1a,stroke:#00F060,color:#fff
    style G fill:#1a1a1a,stroke:#00F060,color:#fff
    style H fill:#1a1a1a,stroke:#00F060,color:#fff
    style I fill:#1a1a1a,stroke:#00F060,color:#fff
```

## The five steps

**1. Capture.** An expert talks. You run `take_notes`. Augent transcribes, structures, and saves it to your vault with frontmatter, tags, and searchable segments. The expert writes nothing down.

**2. Structure.** Wikilinks connect related content automatically. `search_memory` makes every insight retrievable by topic or keyword. The graph builds itself.

**3. Curate.** Distill the best insights into instruction files: markdown with specific rules, frameworks, checklists, and decision criteria. This is where transcriptions become a process.

**4. Execute.** Your MCP client reads the instructions and follows them. Not guessing. Executing a documented process built from real expertise.

**5. Improve.** Feed it more expert content. Each `take_notes` call makes the workflow sharper. The knowledge compounds.

## What this replaces

This is what platforms like Manus promise, except:

* **Runs locally.** No data leaves your machine.
* **Knowledge is yours.** Plain markdown. Not locked in a platform.
* **Instructions from real experts.** Not generic training data.
* **Fully inspectable.** Edit, version, audit every instruction file.
* **One-command execution.** Save working pipelines as Claude Code slash commands.

## Examples

Detailed walkthroughs on the [examples page](/agents/examples).

| Workflow          | What it does                                                            |
| ----------------- | ----------------------------------------------------------------------- |
| **Research**      | Ingests expert talks, writes weekly briefings, flags contradictions     |
| **Content**       | Learns your voice from past work, drafts in your style                  |
| **Scriptwriting** | Applies expert craft rules to dialogue, pacing, structure               |
| **Copywriting**   | Follows proven conversion frameworks for landing pages and ads          |
| **Operations**    | Runs recurring processes exactly how your best operator documented them |

## Get started

<CardGroup cols={2}>
  <Card title="Build Your First Workflow" icon="hammer" href="/agents/building-your-first-agent">
    Step-by-step: zero to working agentic workflow in 30 minutes.
  </Card>

  <Card title="Eyes & Ears" icon="eye" href="/agents/eyes-and-ears">
    Turn spoken workflows into complete, replicable systems with audio and visual context.
  </Card>

  <Card title="Agent Pipelines" icon="route" href="/agents/agent-pipelines">
    The full architecture: Claude orchestrates, Augent feeds intelligence, automation platforms execute.
  </Card>

  <Card title="Examples" icon="grid-2" href="/agents/examples">
    Ready-to-adapt templates for research, content, scripting, and operations.
  </Card>
</CardGroup>

## Explore

<CardGroup cols={2}>
  <Card title="Obsidian" icon="book-open" href="/obsidian/overview">
    Your audio memory as a navigable knowledge graph. Every transcription becomes a connected node.
  </Card>

  <Card title="YTA Agent" icon="youtube" href="/agents/faceless-youtube">
    Build an AI production assistant for YouTube automation.
  </Card>
</CardGroup>
