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-upTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Run only after explicit user request.
- Surface recent drafts:
bash
mom draftsIf user gives a Go duration window, use it:
bash
mom drafts --since 1h- Synthesize a curation plan.
For each draft worth keeping, propose:
- draft id
- type: ,
semantic, orproceduralepisodic - approved summary
- reason to curate
Hide drafts you recommend discarding unless user asks to see them.
- Wait for user approval.
Do not curate anything before approval.
- Execute approved curation exactly:
bash
mom curate <id> --type <semantic|procedural|episodic> --summary "<approved summary>"- 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.