From ai-workspace-orchestrator
Writes compact handoff documents for transferring context between AI agents or future sessions, including decisions, open questions, and next actions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-workspace-orchestrator:context-handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal: let a fresh agent continue without rereading the whole conversation.
Goal: let a fresh agent continue without rereading the whole conversation.
$TMPDIR//tmp on Unix-like systems, and report the final absolute path.# Handoff: <topic>
## Current Goal
<one paragraph>
## Decisions
- <decision>
## Files And Evidence
- <path or URL>: <why it matters>
## Suggested Skills
- <skill>: <when to invoke>
## Suggested Agents
- <agent>: <workstream>
## Next Actions
1. <action>
## Open Questions
- <question, if any>
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin ai-workspace-orchestratorCaptures 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.
Generates a portable markdown handoff document capturing session state, decisions, and next steps for continuation by another agent or session.