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-orchestratorGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.