Grey Golus logoGREYGOLUSStart here

05 // Resource guide

Updated June 2026

Obsidian basics

Obsidian is a local folder of Markdown files with a powerful interface on top. Learn the few concepts needed to use the starter vault confidently.

Bottom line

You do not need to master Obsidian before using it. Know where files live, link related notes, capture quickly, and let your system grow from real work.

01 // First principle

A vault is a folder

Obsidian stores notes in a folder on your computer. That makes the content readable outside Obsidian and gives Cowork a clear folder to access.

Note

01
.md

A Markdown file. It remains readable as plain text and can be opened by many tools.

Vault

02
Folder

The top-level folder Obsidian opens and treats as one workspace.

Link

03
Relationship

A connection between notes using `[[Note name]]`, which creates useful navigation and context.

Property

04
Metadata

Structured information at the top of a note, such as date, status, project, or tags.

02 // Starter map

What each folder is for

FolderUse it forExample
AtlasKnowledge worth keepingA concept, reference, or lesson learned
CalendarAnything tied to a dateMorning Brief, daily note, meeting notes
EffortsActive projects and outcomesA class project or personal workflow
Rough NotesFast capture before organizingAn idea dump or unfinished thought
AIOSAI-facing context and proceduresMe.md, maps, skills, saved conversations
TemplatesReusable note starting pointsRough note or meeting template

03 // Three habits

Enough Obsidian to be dangerous

  1. 01

    Capture before organizing

    Put unfinished thoughts in Rough Notes so the filing decision does not interrupt the idea.

  2. 02

    Link when the relationship matters

    Type `[[` and choose a note. Link projects to context, decisions, and useful source notes.

  3. 03

    Use templates for repeated shapes

    A template removes blank-page friction and gives AI a predictable structure to work with.

04 // AI boundary

Give Cowork a useful scope

  • Connect the vault folder, not your entire computer.
  • Keep root instructions short and point them to deeper maps and skills.
  • Mark the current working note so an AI does not act on stale plans.
  • Keep personal context local and review it before sharing or publishing anything.

Official sources