What problem does it solve?
Provide a short, structured overview so the user immediately understands the current session's purpose, progress, and outstanding decisions without digging through logs or unrelated files. Prevents wasted time when returning to a session after idle time, compaction, or noisy background output by focusing on what matters right now.
Core Features & Use Cases
- Gather prioritized sources: conversation context, git status and recent commits, active auto-loops, scheduled cron jobs, and running background tasks.
- Three-part output: "Bezig met" (purpose), "Status" (current state, branch, uncommitted changes, background activity), and "Te doen" (concrete next actions and required user decisions).
- Use case: Quickly recover context when rejoining a development session, or when monitoring automated workflows that produce repetitive output.
Quick Start
Use /recap to produce a brief three-section status overview of the current session including conversation context, git state, and active background tasks.