cyberneticlibrary

Log agent handoffs and blockers

handoff-log-updateskillsetup L1381
majiayu000/claude-skill-registry
What it does

Append structured handoff entry to agent log

Best for

When an agent completes work and must notify the next owner with context.

Inputs
  • · agent name
  • · summary
  • · handoff target
  • · tasks
  • · references
Outputs
  • · appended entry in agent_conversation_log.md
Requires
  • · Bash
  • · Python
Preconditions
  • · agent, summary, handoff target defined
Failure modes
  • · log entry malformed
  • · ASCII-only constraint violated
Trust signals
  • · entries immutable (append-only)
  • · concise task summaries
  • · references traceable