Skip to content

Instantly share code, notes, and snippets.

@nicksteffens
Last active August 28, 2025 15:27
Show Gist options
  • Save nicksteffens/67debfc543e93cb2f5bbf6f481256d06 to your computer and use it in GitHub Desktop.
Save nicksteffens/67debfc543e93cb2f5bbf6f481256d06 to your computer and use it in GitHub Desktop.
Claude Code: Daily Log Update Workflow

⚠️ MIGRATED TO REPOSITORY

This gist has been migrated to: https://github.com/nicksteffens/claude-config/blob/main/commands/daily-log.md

Please use the repository version for the most up-to-date content.


Daily Log Update Slash Command

Gist ID: 67debfc543e93cb2f5bbf6f481256d06
Gist URL: https://gist.github.com/nicksteffens/67debfc543e93cb2f5bbf6f481256d06
Update Command: gh gist edit 67debfc543e93cb2f5bbf6f481256d06

Update the daily log gist at the end of each session.

Gist Information

  • Daily Log Data Gist ID: 5e2da7e26d47e0e734935cdcdbb1df73
  • Data Update Command: gh gist edit 5e2da7e26d47e0e734935cdcdbb1df73

Process

  1. Download current log: gh gist view 5e2da7e26d47e0e734935cdcdbb1df73 --raw > /tmp/daily-log.md

  2. Ask the template questions from the daily log:

    • What was the main objective for today's session?
    • How long did we work together today?
    • What was your role/involvement in the work? (directing, collaborating, reviewing, etc.)
    • What specific challenge(s) did we encounter that were most significant?
    • What was the most valuable part of our collaboration today?
    • Any specific lessons learned or insights you'd like documented?
    • Are there any follow-up items or things to remember for future sessions?
    • How would you rate the overall success of today's session? (1-10 scale)
  3. Check if today's date section exists (## YYYY-MM-DD format)

    • If section exists: append new session entry under that date
    • If section doesn't exist: create new date section and add entry
  4. Format the session entry with:

    • Session Overview (duration, objective, success rating)
    • What We Accomplished ✅
    • Challenges Encountered 🔧
    • Most Valuable Collaboration
    • Key Insight
    • Follow-Up Items 📝
    • Role Distribution
    • Success Factors (if rating 6+)
  5. Update the local copy with the new entry in the correct date section

  6. Clean duplicate headers: Check if file starts with duplicate "Movable Ink + Claude Daily Log" lines and remove them, keeping only the markdown header "# Movable Ink + Claude Daily Log"

  7. Upload updated log: gh gist edit 5e2da7e26d47e0e734935cdcdbb1df73 /tmp/daily-log.md

  8. Confirm the update was successful

Example Usage

Run this at the end of each Claude Code session to maintain comprehensive session logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment