| name | save-note |
| description | Use when the current run should persist a durable decision, checkpoint, or summary into the vault. |
| argument-hint | [summary, decision, or note purpose] |
Agmo Save Note
Use this when the result should survive outside transient chat.
Main-session contract
The main session should delegate durable note preparation to agmo-wisdom, then persist the resulting summary through Agmo's vault path.
After the delegated result is integrated or persisted, call close_agent for the agmo-wisdom lane so the completed native subagent session releases its thread slot.
Use this for:
- explicit checkpoint saves
- decision records
- concise summaries the user wants preserved outside transient chat
Durable note quality bar
Do not save a raw transcript dump when a cleaner artifact summary is possible.
Default expectation:
- choose the right note family first (
design, plan, implementation, research, memo)
- propose an artifact-centered title, not a chatty prompt echo
- preserve project linkage and nearby parent/related notes
- include aliases when prior phrasing matters for search
- include tags that support both family-based and topic-based retrieval
Before saving
Normalize obvious low-quality inputs such as:
- worker bootstrap prompts
- dispatch/inbox text
- conversational titles like
응 진행해줘
- titles that restate the action instead of the artifact
Minimum save payload
- note type
- final title
- concise summary or structured bullets
- aliases
- tags
- parent / related links when known
Artifact save body
Before ending this workflow, make the final response or delegated result save-ready:
- selected note family and title
- durable body outline or final body
- aliases and tags
- parent / related links
- persistence result or blocker