name: obsidian-new-note
description: >
Create a new well-structured note in the Obsidian vault. Invoke as the slash
command /obsidian-new-note followed by a topic or title
(e.g. "/obsidian-new-note Personal OKRs Q3 2026").
argument-hint: ""
allowed-tools:
- mcp__mcp-obsidian__obsidian_list_files_in_vault
- mcp__mcp-obsidian__obsidian_list_files_in_dir
- mcp__mcp-obsidian__obsidian_simple_search
- mcp__mcp-obsidian__obsidian_append_content
Obsidian New Note
Use the note-authoring skill for the underlying workflow patterns.
What this command does
The user wants to create a note about: $ARGUMENTS
Follow the note-authoring workflow:
- List the vault root to understand the folder structure.
- Suggest a placement (folder + filename) based on the topic. Confirm with the user.
- Search the vault for related existing notes to link in.
- Draft the note using the standard template (frontmatter, H1, body, Related section).
- Show the user the draft for approval before writing.
- On approval, create the file with
obsidian_append_content.
If the user just wants a quick capture (one or two sentences), suggest using /obsidian-daily to append to the daily note instead.