Obsidian is a powerful tool for coaches. It lets you store client notes, plan sessions, and track progress in one place. This guide shows you step‑by‑step how to set up Obsidian for coaching, add useful plugins, and create a workflow that saves time.
Open your file system and create a folder named Coaching Vault. Place it on your local drive or a synced service you control.
Launch Obsidian, click Open folder as vault, and select Coaching Vault. Obsidian now treats this folder as your workspace.
Folder structure: Coaching Vault/ ├─ Clients/ ├─ Templates/ ├─ Daily/ └─ Notes/
Obsidian’s plugin ecosystem adds functionality. Install only those that help coaching.
Templates folder location to Coaching Vault/Templates.YYYY-MM-DD and folder Coaching Vault/Daily.Legacy Task syntax for compatibility.Templates standardize session notes, action plans, and progress trackers.
---
title: "Session on {{date}}"
client: "{{client}}"
---
# {{client}} - Session {{date}}
## Goals
-
## Key Insights
-
## Action Items
- [ ]
## Next Steps
-
## Reflection
-
---
title: "Action Plan for {{client}}"
date: {{date}}
---
# Action Plan for {{client}}
| Task | Due | Status |
|------|-----|--------|
| | | |
Follow this routine to keep data organized.
[[Clients/{{client}}]].#session and #{{client}}.Use the Periodic Notes plugin to create a Weekly Summary note. Summarize:
Client confidentiality is key. Use these methods to share only what you intend.
Private and share the link with the client.Remember to review the site settings to ensure only the intended client can view the content.
Obsidian is a local‑first markdown editor that lets you build a network of linked notes.
It keeps client data private, links insights across sessions, and automates workflow.
Create a folder, open it in Obsidian, then add templates for session notes.
Yes, export to PDF or use the Publish plugin to share a private site.
Templates, Daily Notes, Calendar, and Tasks are top picks for coaches.
Now you have a complete, coach‑focused Obsidian setup. Use it to keep client records organized, automate repetitive tasks, and maintain privacy. Happy coaching!