Save an implementation document (plan, spec, architecture doc) to the Data Relay docs directory. Use this when a conversation produces a document worth preserving for future reference. Always ask March for confirmation before saving.
Resolve the Data Relay vault path before any file operations:
jq -r '.["data-relay"].path' ~/.claude/domains.json | sed "s|~|$HOME|"
Use the resolved absolute path (<vault>) for all file operations below. Do NOT pass ~ to Glob, Read, or Write — they require absolute paths.
Save an implementation document to <vault>/local/docs/.
The topic: $ARGUMENTS
meta/templates/doc.md template:---