원클릭으로
wake-up
Orient a new session — load memories, announce on the roster, follow memory pointers, report what you see
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Orient a new session — load memories, announce on the roster, follow memory pointers, report what you see
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build or refine harness context - skills, runbooks, or specs. Interview for shape, identify the right layer, study existing files for voice, draft, iterate.
Sign the Firefox Browser Bridge extension via Mozilla AMO
Record progress - update by default, complete a topic with "done", record everything with "full".
Name and describe unnamed Claude Code sessions, one at a time with confirmation.
Draft a commit message for the current changes.
Run the lint pipeline and fix issues with judgment. Don't sweep errors under the rug.
| name | wake-up |
| description | Orient a new session — load memories, announce on the roster, follow memory pointers, report what you see |
Get oriented at the start of a session. Run this on your first turn, or invoke it explicitly when a session feels under-informed.
Load memories. Call profile from the memory MCP server.
Use whatever topic context is available — the first message,
the hook's session description, or a general term
like "orientation" if nothing specific yet. This returns
always-tier memories in full, topic-matched memories in full,
and an index of everything else.
Announce. Call announce on goclauded with your pool name
(shown in the hook context as "Called today") and a
short topic. If no topic has been stated yet, announce
with "waking up" — you can re-announce later when scope
sharpens.
Scan the index tier. Look at the memories that came back
in the index (not loaded in full). If any look relevant to
the session context or the first message, load them
with get_memory. Don't load everything — just what's
clearly relevant.
Follow pointers. Always-tier memories carry the working context and often point at documents — collaboration notes, runbooks, style guides. Read what they tell you to read now, not mid-task.
Report. Give a brief orientation:
Keep the report concise — a few lines, not a wall of text. The point is to show you're oriented, not to recite everything you know.
profile was already called this session, don't call it
again — just read what you have.