wrap-up
Installation
SKILL.md
Wrap Up Session
Triggers
- End-of-session command ("wrap up", "wrap-up", "end session", "finish up", "close session") → run the workflow below
End-of-session documentation to Obsidian. The skill is single-trigger: every invocation runs the full workflow.
Workflow
mapping → handoff:Load → notes (compose) → handoff:Cleanup
- Load mapping.md and resolve the vault root, the project entry, and the base tags. Every later step depends on this output.
- Load handoff.md and run its Load phase — the consolidated handoff at
.artifacts/HANDOFF.md, when present, feeds the note content. It enters as a claim to check against the current conversation, not as authority: report a stale or unsupported claim instead of copying it into a durable note. - Load notes.md and write the Obsidian session note and the daily note.
- Run the Cleanup phase of the reference loaded in step 2 — clear the handoff once every configured note write succeeded.