From mddesign
Force a session catchup or a memory promotion outside the hook lifecycle. Default is catchup (read-only); promote is HITL gated.
npx claudepluginhub othmanadi/mddesign --plugin mddesign[catchup|promote]# /mddesign:handoff Manual session handoff operations. ## Subcommands ### `/mddesign:handoff catchup` (default) Runs the SessionStart catchup logic now. Read-only. 1. Read `task_plan.md`, `findings.md`, `progress.md`. 2. Glob `.agents/memory/scratch/**/*.md`, read recent entries. 3. Recall last WHY from MemPalace via `/memory-router`. 4. Print a one-paragraph "where we are" preamble. 5. 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`. 1. Dispatch `...
/handoffGenerates a structured markdown handoff document summarizing git status, commits, uncommitted changes, session learnings, progress, and next steps. Saves to ~/.pro-workflow/handoffs/. Supports --full and --compact modes.
/handoffEnds swarm session: summarizes work/blockers, persists state via hivemind_store and git, cleans agents/tasks/reservations, updates hive, generates handoff note.
/handoffGenerates a developer handoff package for the specified screen, feature, or component, including visual specs, interaction specs, QA checklist, assets, and notes.
/handoffSaves session state snapshot as structured JSON to docs/tasks/<branch>/session_logs/<timestamp>_handoff.json, capturing git status, progress summary, tasks, and context for resume.
/handoffGenerates self-contained handoff prompt for AI agents with git context, session summary, and optional focus, saving to ~/.handoffs/.md file.
/handoffCreates a detailed handoff plan summarizing conversation, technical details, code, decisions, and next steps for continuing work in a new session.
Manual session handoff operations.
/mddesign:handoff catchup (default)Runs the SessionStart catchup logic now. Read-only.
task_plan.md, findings.md, progress.md..agents/memory/scratch/**/*.md, read recent entries./memory-router./mddesign:handoff promoteRuns the Stop promotion logic now. Useful before a planned /clear.
memory-keeper subagent to classify recent work.before_mempalace_write).memory-layer skill drives /memory-router save.### Handoff <timestamp> to progress.md./mddesign:handoff # same as catchup
/mddesign:handoff catchup # read planning + scratch + last WHY, print preamble
/mddesign:handoff promote # pre-emptive stop promotion before /clear
task_plan.md.See skills/session-handoff/SKILL.md for full logic.