mom-wrap-up

Original🇺🇸 English
Translated

Curate recent MOM drafts. Use when user asks to wrap up, finish, close the session, preserve decisions, or prepare memory before clearing context.

11installs
Sourcemomhq/mom
Added on

NPX Install

npx skill4agent add momhq/mom mom-wrap-up

Tags

Translated version includes tags in frontmatter
Run only after explicit user request.
  1. Surface recent drafts:
bash
mom drafts
If user gives a Go duration window, use it:
bash
mom drafts --since 1h
  1. Synthesize a curation plan.
For each draft worth keeping, propose:
  • draft id
  • type:
    semantic
    ,
    procedural
    , or
    episodic
  • approved summary
  • reason to curate
Hide drafts you recommend discarding unless user asks to see them.
  1. Wait for user approval.
Do not curate anything before approval.
  1. Execute approved curation exactly:
bash
mom curate <id> --type <semantic|procedural|episodic> --summary "<approved summary>"
  1. Report:
text
## Wrap-up complete
Curated:  <N>
Deferred: <N or none>
Do not:
  • Use MCP.
  • Use ad hoc database queries.
  • Use removed legacy curation commands.
  • Rewrite draft content.
  • Skip type or summary.