Help us improve
Share bugs, ideas, or general feedback.
From the-workflow
Structured work handoff across context boundaries: triage decisions, constraints, and remaining work into a prompt-quality transfer document. Invoke whenever task involves handing off work — session restart, teammate delegation, async resumption, or any context boundary crossing.
npx claudepluginhub xobotyi/cc-foundry --plugin the-workflowHow this skill is triggered — by the user, by Claude, or both
Slash command
/the-workflow:handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A handoff document is a prompt — an instruction set for the receiving agent. Triage your context into a structured,
Writes or updates HANDOFF.md with project goal, current progress, what worked/didn't, and next steps for agent handoffs with fresh context.
Compacts the current conversation into a handoff document for a fresh agent to continue mid-task. Use when ending a session with work in progress.
Summarizes a specific aspect of the current conversation so another agent can resume. Triggered by "handoff", "summarize for handoff", or similar requests.
Share bugs, ideas, or general feedback.
A handoff document is a prompt — an instruction set for the receiving agent. Triage your context into a structured, information-dense transfer document that preserves high-value state and drops noise.
Two modes, determined by who receives the handoff:
If the user doesn't specify, ask.
Separate your context into two categories before writing anything.
Keep — state that must survive the boundary:
Drop — noise in transfer:
Generate a markdown document. Omit sections with no content — empty headers are noise.
# Handoff: [task name]
## Context
[1-2 sentences: what this work is about and its current state]
## Decisions
- [decision]: [rationale]
## Constraints
- [constraint]: [why it matters]
## External Resources
- [resource type]: [identifier/URL]
## Remaining Work
1. [highest priority next step]
2. [subsequent steps...]
## Verification State
- [what was tested/verified and result]
- [what remains untested]
## Open Questions
- [question]: [context needed to resolve]
Same structure as self-handoff, with these sections added before Decisions:
## Codebase Orientation
- [key file/directory]: [relevance to this task]
## Recommended Skills & Tools
- [skill or tool]: [why it's needed]
## Conventions
- [convention]: [where it's documented]
Target 500-2000 tokens. When work is extensive:
After generating the handoff, verify:
If Decisions or Remaining Work is empty when work was done, the triage missed something. Re-examine the conversation.