handoff

Prepend a timestamped session handoff to DaysActivity.md using CurrentStatus.md context.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/justSteve/GasTownOperations --skill handoff-juststeve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/justSteve/GasTownOperations/tree/main/.claude/skills/handoff
Command: npx skills add https://github.com/justSteve/GasTownOperations --skill handoff-juststeve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prepend a daily session handoff to DaysActivity.md to ensure a consistent, up-to-date daily log.

Core Features & Use Cases

  • Prepend a new session handoff entry to DaysActivity.md for the current day, ensuring the latest context is at the top.
  • Verify today's DaysActivity.md exists and contains the correct header; if not, initialize a fresh file with today's date header.
  • Gather context by reading CurrentStatus.md and recent conversations, and incorporate relevant discoveries or issues into the handoff.
  • Retrieve GT status information when assembling the handoff to provide a quick health snapshot.

Quick Start

Run the handoff workflow to prepend today's session handoff to DaysActivity.md.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I automate daily session handoffs to keep a centralized log up to date?

Automating daily session handoffs involves prepending a concise, timestamped entry to DaysActivity.md to maintain a centralized daily log. This workflow validates the date header, gathers context from CurrentStatus.md, and integrates GT status to generate the structured entry.

What is the best way to prepend a timestamped daily log entry to a markdown file?

Prepending a timestamped daily log entry to a markdown file ensures the latest context appears at the top. The workflow checks if the file exists with the correct date header; if not, it initializes a fresh file before adding the handoff entry.

How does the session handoff workflow gather context for the daily log?

Gathering context for the daily log involves reading CurrentStatus.md and recent conversations to incorporate relevant discoveries or issues. It also retrieves GT status information to provide a quick health snapshot within the handoff entry.

Do I need any external dependencies to automate prepending session handoffs to DaysActivity.md?

Automating session handoffs to DaysActivity.md requires no external dependencies. The workflow operates independently to validate dates, gather context from CurrentStatus.md, and integrate GT tooling for generating the structured log entry.

What happens if DaysActivity.md does not exist when running the daily handoff workflow?

If DaysActivity.md does not exist or lacks the correct header, the daily handoff workflow initializes a fresh file with today's date header. This ensures the session handoff entry is properly structured before being prepended to the file.

Can I use this workflow to track recent discoveries and issues in a daily operations log?

You can use this workflow to track recent discoveries and issues in a daily operations log by reading recent conversations and CurrentStatus.md. It assembles these findings into a structured handoff entry prepended to DaysActivity.md for centralized tracking.