# Obsidian Vault Workflows - Detailed Reference **Generated**: January 07, 2026 **Purpose**: Comprehensive guide for vault management **Organization**: PARA Method **Status**: Reference Documentation > This is a detailed reference. For core rules, see `.claude/project-instructions.md` > Relationship: `README.md` is the entry point, `QUICK_REFERENCE.md` is the quick reference, and this document is the detailed workflow guide. --- ## Table of Contents 1. [Command Policy](#command-policy) 2. [Output Templates](#output-templates) 3. [PARA Method Explained](#para-method-explained) 4. [Naming Conventions](#naming-conventions) 5. [Inbox Management](#inbox-management) 6. [Attachments Management](#attachments-management) 7. [Web Content Workflow](#web-content-workflow) 8. [Writing Style Guidelines](#writing-style-guidelines) 9. [Git Workflow](#git-workflow) 10. [Daily Workflows](#daily-workflows) 11. [Available Commands](#available-commands) 12. [Best Practices](#best-practices) 13. [Troubleshooting](#troubleshooting) 14. [Memvid Workflows](#memvid-workflows) --- ## Command Policy - Manual commands in documentation use simple, copy-safe commands only - Avoid pipes, `grep`, `find`, or other complex shell constructs in manual steps - Complex operations belong in `pnpm` scripts - If `pnpm` is unavailable, use `npm run