From learnship
Generates a HANDOFF.md file with full project state snapshot for handing off to a new session or collaborator.
How this command is triggered — by the user, by Claude, or both
Slash command
/learnship:transitionlearnship/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
<execution_context> @~/.claude/workflows/transition.md </execution_context> <context> Arguments: $ARGUMENTS </context> <process> Execute the learnship transition workflow end-to-end. Preserve all workflow gates, validations, checkpoints, and routing. </process>
<execution_context> @~/.claude/workflows/transition.md </execution_context>
Arguments: $ARGUMENTS Execute the learnship transition workflow end-to-end. Preserve all workflow gates, validations, checkpoints, and routing.npx claudepluginhub faviovazquez/learnship-marketplace --plugin learnship/handoffAnalyzes the current session and writes a self-contained handoff document so a fresh agent can resume work, emitting a single actionable sentence.
/handoffCreates a handoff document summarizing git state, workflow artifacts from .agents/, session context, tasks, phase, critical files, and next steps; saves to .agents/handoff-YYYY-MM-DD-HH-MM-slug.md
/handoffSaves current workflow state, context summary, git branch/commit/changes, deliverables, and pending tasks to .claude/logs files for new session resumption.
/create_handoffCreates a Markdown handoff document with YAML frontmatter, summarizing tasks, status, references, changes, learnings, and artifacts for transferring work to another session.
/ng-turnoverGenerates a structured turnover record for handing off unfinished work between agents, reviewers, or support owners, including next action, risks, and confirmation prompt.
/handoffCreates a detailed handoff plan summarizing conversation, technical details, code, decisions, and next steps for continuing work in a new session.