gos-handoff

Update MEMORY.md, write daily logs, and capture durable decisions for Claude Code sessions.

41|27|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/kcleto-ai/growth-os-skills --skill gos-handoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gos-handoff
Source: https://github.com/kcleto-ai/growth-os-skills/tree/main/.claude/skills/gos-handoff
Command: npx skills add https://github.com/kcleto-ai/growth-os-skills --skill gos-handoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines end-of-session handoffs by updating MEMORY.md with a concise session recap, generating a daily log for the day, and optionally creating durable decision artifacts to guide future work.

Core Features & Use Cases

  • Update MEMORY.md with the handoff summary and per-agent highlights.
  • Create daily/{YYYY-MM-DD}.md logs capturing decisions, learnings, and next steps.
  • Optionally store durable decisions in memory/shared/decisoes when a strategic choice needs long-term tracking.
  • Include per-agent reflections to capture learnings for future sessions.

Quick Start

Run gos-handoff to close the current session, update MEMORY.md, and generate today's daily log.

Frequently Asked Questions about gos-handoff

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-of-session handoffs and update memory in Claude Code workflows?

To automate end-of-session handoffs, you can run a command that updates MEMORY.md with a session recap, generates a daily log file, and optionally saves durable decision artifacts for long-term tracking.

What is the best way to maintain a daily log and capture decisions for multi-step agent workflows?

The best way to maintain a daily log is to automate a session close process that writes a daily log file capturing decisions, learnings, and next steps, while also recording per-agent reflections for future reference.

Does the session close process support per-agent reflections and durable decision files?

Yes, the session close process supports per-agent reflections to capture individual learnings and optionally creates durable decision files to track strategic choices that need long-term visibility across future sessions.

How do I generate a daily log file and update MEMORY.md for my current development session?

You generate a daily log file and update MEMORY.md by executing an automated handoff command that summarizes the session, writes to a dated log file, and captures durable decisions in a shared memory directory.

When should I use an automated handoff tool instead of manually logging session notes?

You should use an automated handoff tool instead of manual logging when working with multi-step Claude Code workflows that require consistent memory updates, structured daily logs, and durable decision tracking across multiple agents.

Can I store durable decisions separately from the daily log for long-term tracking?

Yes, you can store durable decisions separately in a shared memory directory, keeping strategic choices accessible for future sessions while the daily log captures broader session activities and immediate next steps.