Prompt file imported from OthmanAdi/MDDesign (
.cursor/commands/handoff.md). Copyright stays with the author.
/mddesign:handoff
Manual session handoff operations.
Subcommands
/mddesign:handoff catchup (default)
Runs the SessionStart catchup logic now. Read-only.
- Read
task_plan.md,findings.md,progress.md. - Glob
.agents/memory/scratch/**/*.md, read recent entries. - Recall last WHY from MemPalace via
/memory-router. - Print a one-paragraph "where we are" preamble.
- Surface any nudges (missing DESIGN.md, missing planning files, missing memory router).
/mddesign:handoff promote
Runs the Stop promotion logic now. Useful before a planned /clear.
- Dispatch
memory-keepersubagent to classify recent work. - For each WHY candidate, HITL gate (named checkpoint:
before_mempalace_write). - On approval,
memory-layerskill drives/memory-routersave. - Append
### Handoff <timestamp>toprogress.md.
Usage examples
/mddesign:handoff # same as catchup
/mddesign:handoff catchup # read planning + scratch + last WHY, print preamble
/mddesign:handoff promote # pre-emptive stop promotion before /clear
Boundaries
- catchup never writes.
- promote writes only under HITL approval.
- Never edits
task_plan.md.
See skills/session-handoff/SKILL.md for full logic.