catchup
Quick orientation on project state. Reads .agent/ files and git history — no AI calls, finishes in seconds.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Quick orientation on project state. Reads .agent/ files and git history — no AI calls, finishes in seconds.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Full AI-powered context recovery via Gemini/Codex. Use after compaction or when context feels stale.
Independent dual-backend review of the project's MD doc set for drift, contradictions, dead pointers, and bloat. Sends CLAUDE.md + every README*.md to Gemini AND Codex in parallel; synthesizes findings into a single report.
Selectively prune redundant lines from .agent/FULL_CONTEXT.md via AI (Gemini/Codex). Use when FULL_CONTEXT.md has grown large (500+ lines). Distinct from /compact (Claude Code built-in, which summarizes the live conversation).
Copy content to clipboard in a format suited to the target (Slack, Markdown, plain text). Use when the user says "clip", "copy that", "clipboard", or "/copy".
Update megavibe and restart this session with new hooks/rules/skills
| name | catchup |
| description | Quick orientation on project state. Reads .agent/ files and git history — no AI calls, finishes in seconds. |
| allowed-tools | Read, Glob, Grep, Bash |
Fast, read-only orientation. No Gemini/Codex calls — this should finish in seconds.
Read TASKS.md first to determine mode:
done (or TASKS.md has ≤5 lines): quick modepending or in progress: open-tasks modeRead project knowledge (both modes):
.agent/DECISIONS.md — key decisions with rationale.agent/LESSONS.md — patterns from past correctionsCheck git state (both modes):
git log --oneline -10git diff --stat (uncommitted changes)git branch --show-currentgit fetch then git status -sb — surface if the branch is behind its upstream or main (you may be on stale code; see protocol rule 6 before building on it). If fetch fails or there's no upstream, just note it and continue.Open-tasks mode only — also read:
.agent/FULL_CONTEXT.md (last 100 lines — recent context around open work).agent/sessions/Report to the user:
Quick mode (all done):
Open-tasks mode:
/rehydrate for full AI-powered context recovery if needed."on-compact hook already inlined /catchup's output (git state + DECISIONS + TASKS + LESSONS + pre-compact WORKING_CONTEXT) into its systemMessage. Just run /rehydrate — that's the only slash command needed post-compact.megavibe --resume