From fab
End session with structured handoffs — document progress, decisions, and next steps for the next agent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fab:handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Creates structured handoffs for all in-progress work before ending a session. Ensures the next agent (or future you) can pick up seamlessly with zero prior context.
/fab:handoff — Session EndCreates structured handoffs for all in-progress work before ending a session. Ensures the next agent (or future you) can pick up seamlessly with zero prior context.
Handoff each in-progress issue:
td handoff <id> \
--done "What was completed" \
--remaining "Concrete next steps" \
--decision "Key choices made and why" \
--uncertain "Open questions needing investigation"
Submit completed work: td review <id> for any finished tasks
Summarize session progress:
Write handoffs for a future agent with zero prior context:
src/models/user.py with email validation" not "Made progress on the model"See references/coordination-rules.md for full coordination rules, handoff format, and multi-agent safety.
npx claudepluginhub krayzpipes/claude-plugins --plugin fabCaptures full session context into a handoff document so a fresh agent can resume work with zero prior context. Write a single actionable sentence for the next agent.
Compacts the current session into a handoff document so another agent or fresh session can continue the work. Use when handing off, transferring context, or starting a parallel agent.
Creates structured handoff documents that capture session state, active goals, and artifact context for seamless continuation. Useful before clearing context or at end of session.