What problem does it solve?
Fast 30s session bootstrap briefing. Use when resuming work after any break, at the start of a fresh session, or when unsure of current project state. Reports git status, recent commits, env state, memory staleness, pending tasks, and red flags (uncommitted changes, detached HEAD, stale memory). NOT for: deep codebase exploration, implementing changes, or running tests — only a read-only status snapshot.
Core Features & Use Cases
- Provides a concise snapshot of the repository and environment at session start.
- Reports git status, recent commits, and visible memory state to prevent wasted context switching.
- Flags potential issues (uncommitted changes, detached HEAD, memory staleness) to guide safe continuation.
- Use at session start, after breaks, or when unsure what to do next without modifying code.
Quick Start
Type /catchup to generate a concise project state snapshot.