write_feature_doc
Creates a markdown feature document and saves it to a project folder in the Obsidian vault.
Instructions
Write a feature document to the vault under a specific project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Feature title | |
| content | Yes | Feature description in markdown | |
| project | No | Project name — derive from the git remote name of your working directory (e.g. git remote get-url origin | sed 's|.*/||;s|\.git$||') or use the folder name as fallback |