Always use compass to create new documents
Always use compass add <type> to create new .org files in the ORE Studio
repo. Never write them from scratch with Write or Write-equivalent tools.
Why: Compass mints a fresh :ID: (preserving org-roam graph integrity),
applies per-type title prefixes, fills in dates, and produces the correct
section skeleton. Writing files directly bypasses all of that and was
explicitly corrected by the user.
How to apply: Whenever creating any new .org file under doc/,
doc/agile/, doc/llm/memory/, doc/recipes/, or doc/knowledge/, run
compass add <type> with the appropriate --slug,
--parent-dir, --title, --description, and --tags flags. Use
--id to preserve an existing UUID when regenerating an existing file. After
scaffolding, use Edit to fill in content sections.