GGHL Command  Member Hub Design mockup
22px
DW
The ModulesSet Up Your Command CenterThe Prompts PackPrompt 04: The daily operating prompts (start / end / relay)

Prompt 04: The daily operating prompts (start / end / relay)

Module 01 · Set Up Your Command Center · The Prompts Pack

These three are the ones you reuse every day. They are what actually keeps the shared memory alive and keeps your sessions from colliding. Keep them somewhere quick to grab. Replace <projects-root> with your real path.

A) CATCH ME UP: paste at the START of a session

Click the box to select it, then press ⌘C (or Ctrl+C)
Before we start: read `<projects-root>/command-center/STATE.md` and the most recent log file in `<projects-root>/command-center/log/` for this project. Then summarize in about five lines: this project's current state, anything in flight in another session that touches it, and the obvious next action. Do not start any work until I confirm.

B) HAND OFF: paste at the END of a session

Click the box to select it, then press ⌘C (or Ctrl+C)
We are wrapping up. Do the session-end ritual:
1. Append a dated entry to `<projects-root>/command-center/log/<today>-<this-project>.md`, using `command-center/templates/SESSION_HANDOFF_TEMPLATE.md` as the shape: what shipped, what is in flight, decisions made, open questions for me.
2. Update this project's row(s) in `command-center/STATE.md` to reflect reality now.
3. Add any new IDs or accounts we touched to `command-center/shared/ids.md`.
Show me what you wrote before you finish.

C) RELAY TO ANOTHER SESSION: paste when work belongs elsewhere

Click the box to select it, then press ⌘C (or Ctrl+C)
This work belongs to the `<target-project>` session, not this one. Do not do it here. Instead, write a complete, paste-ready prompt for that session and save it to `<projects-root>/command-center/outbox/<today>-to-<target-project>.md`. Include everything that session needs to act without any of my current context: the goal, the relevant IDs/paths, what was decided, and what to report back into `STATE.md`. Then tell me to relay it.