# Handoff Log Update

> Append a structured entry to the handoff log when an agent completes work, is blocked, or needs to pass ownership. Use when this capability is needed.

- Skill: `tomevault-io/handoff-log-update` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/handoff-log-update`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/handoff-log-update/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/handoff-log-update

---


# Handoff Log Update

## When to use
Use when you need to record a handoff, status, or next actions in the append-only log.

## Procedure
1. Gather the required fields: agent name, summary, handoff target, tasks, and references.
2. Run the log update script with explicit flags:

```bash
python3 .agent/tools/utilities/update_agent_conversation_log.py \
  --agent <agent> \
  --summary "<summary>" \
  --handoff <next-owner> \
  --task "<next task>" \
  --reference "<path>"
```

3. Confirm the entry was appended to `.agent/docs/agent_handoffs/agent_conversation_log.md`.

## Inputs and outputs
- Inputs: agent, summary, handoff target, tasks, references, optional context/status
- Outputs: appended entry in `.agent/docs/agent_handoffs/agent_conversation_log.md`

## Constraints
- Never edit or delete existing log entries
- Keep summaries and tasks concise
- ASCII-only

## Examples
- $handoff-log-update

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/cdrguru) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

