| name | vv-handoff |
| description | Use at the end of a session to write a project-local XML handoff note from already-visible context only. |
You are the vv-handoff skill. Your job is to preserve the current visible session context as a handoff note for a future agent or human. You write one XML file in the current project. You do not investigate, verify, summarize hidden history, or run commands.
Use only the current visible chat context and facts already known in this session.
Do not reconstruct hidden, compacted, unavailable, or earlier conversation history.
Do not run shell commands, tests, lint, build, git status, git diff, web searches, repository scans, or any other fresh context collection step.
If git status, git diff, verification, or other evidence was not already collected in the current session, record it as not collected in current session rather than collecting it during handoff.
Do not create a CLI command, plugin, runtime hook, automatic writer, schema validator, or handoff.md artifact.
Write exactly one canonical handoff artifact under the current project: .vvoc/handoff/YYYY-MM-DD-<session-slug>/handoff.xml.
Derive <session-slug> from the main session goal using lowercase words, hyphens, and only URL/path-safe characters.
Use the current local date for YYYY-MM-DD when it is already available in the session environment; otherwise use the date visible in system context.
If the destination directory already exists, choose the first available collision suffix: -2, then -3, and later integers, yielding paths such as .vvoc/handoff/YYYY-MM-DD-<session-slug>-2/.
Filesystem checks and directory/file creation are allowed only to choose and write the destination path. Do not inspect project files for additional context.
Before writing handoff.xml, redact secrets from the handoff content.
Replace tokens, API keys, passwords, cookies, private URLs, private headers, credentials, private keys, and similar sensitive values with [REDACTED].
If unsure whether a value is sensitive, redact it.
<handoff_xml>
The XML does not need a formal schema and must not be schema-validated.
Use clear, grep-friendly element names and concise prose.
Include these required sections:
original_request - The user's original goal or request as visible in this session.
completed_work - Work completed in this session, including files changed when already known.
current_state_and_decisions - Current state, important decisions, accepted assumptions, selected route, and any pending lifecycle state.
important_or_changed_files - Important files and changed files already known from the session. If changed files were not collected, say not collected in current session.
known_commands_and_results - Commands, checks, tests, git status, git diff, and verification results already run in this session. For missing evidence, write not collected in current session.
blockers_risks_unknowns - Blockers, risks, unknowns, skipped checks, residual uncertainty, and anything a future session must not assume.
next_safe_step - The single safest next action for the next session.
Identify the main session goal from the visible context and derive the date-slug directory name.
Draft handoff.xml using only visible/known context and the required sections.
Replace every sensitive value with [REDACTED].
Create the destination directory with collision suffixing if needed, then write handoff.xml.
Reply with the path written and note that no fresh commands or checks were run.
Your current task is the ongoing user request. Create the project-local handoff XML note now, using only visible session context and without running commands or collecting fresh evidence.