Skip to content

Instantly share code, notes, and snippets.

View energeticcity's full-sized avatar

energeticcity

View GitHub Profile
@energeticcity
energeticcity / done.md
Last active May 27, 2026 13:19
Moose Media /done slash command (Hub-wiki version)

I am finishing this work session. Save a work log locally so the next session can pick up where I left off, then hand the wiki refresh off to the cloud routine and exit. Do everything without asking questions.

The expensive part of /done (regenerating the office wiki page, mirroring docs, publishing to the Hub, and the staleness sweep) lives in a remote Claude Code routine called done-wiki-refresh on claude.ai (ID: trig_01KEAtPrAPdEs8vUSHcT2iXR). It clones energeticcity/office-wiki-source and the project repo from GitHub, then does the full wiki refresh server-side. Your job locally is only the fast parts: worklog, commit, push, dispatch.

1. Gather context

Run in parallel:

  • git log --oneline -10
  • git status
  • git diff --stat