From shipyard
Writes .shipyard/HANDOFF.md with current task, approach, tried actions, remaining steps, and open questions to resume sessions without losing context.
npx claudepluginhub lgbarn/shipyard --plugin shipyardThis skill uses the workspace's default tool permissions.
<!-- TOKEN BUDGET: 80 lines / ~240 tokens -->
Creates handoff documents capturing session summary, current state, completed work, decisions, next steps, and relevant files for ending sessions or clearing context to resume later.
Generates structured session handoff Markdown documents summarizing accomplishments from git logs, file changes, research, plans, and issues. Captures pause points and key files for continuation. Use /handoff [topic].
Saves session state by writing first-person handoff notes to project-root/.remember/remember.md summarizing progress, next steps, and context for clean continuation in future sessions.
Share bugs, ideas, or general feedback.
Capture the current session's progress into .shipyard/HANDOFF.md so the next session can resume immediately with full context. The orchestrator writes the file directly — this is never delegated to a sub-agent.
I'm using the handoff skill to capture session context.
Write .shipyard/HANDOFF.md with exactly these five sections in order:
What was being worked on at handoff time. Be specific: which file, which feature, which plan task.
The strategy or design being followed. Include key decisions already made so the next session doesn't re-litigate them.
What has been attempted and the outcomes — both successes and failures. Include error messages or unexpected behaviors observed.
Concrete next steps not yet done. List as actionable items, ordered by priority.
Unresolved decisions or blockers that need human input or further investigation.
## Current Task
[What was being worked on]
## Approach
[Strategy and key decisions]
## Tried
[What was attempted and results]
## Remaining
[Concrete next steps]
## Open Questions
[Unresolved decisions or blockers]
.shipyard/HANDOFF.md relative to the project root