Skip to content
Development
Command

/catchup

Context recovery after session breaks. Summarize recent git changes, extract key decisions, and identify pending work.

From plugin
claude-night-market
337162 skills59 agents162 commands1 MCP
Install
> /plugin marketplace add athola/claude-night-market

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/catchup

Context preview

What this command does when you run it.

Context recovery after session breaks. Summarize recent git changes, extract key decisions, and identify pending work.

Command definition

catchup.md
name: catchup
description: Context recovery after session breaks. Summarize recent git changes, extract key decisions, and identify pending work.
usage: /catchup [baseline]

Catchup on Changes

Rapidly acquires context on recent changes using imbue's catchup methodology: confirm context, capture delta, extract insights, and record follow-ups.

Invoke `Skill(imbue:catchup)`, which carries the four-step methodology, the output format and its sections, and the token-conservation rules.

Usage

# Catchup from last known state
/catchup

# Catchup from specific baseline
/catchup HEAD~10

# Catchup from date
/catchup --since "2 days ago"

Examples

/catchup
# Output:
# Catchup Summary
# ===============
# Scope: feature/payments branch
# Baseline: main (merge-base)
# Current: HEAD (15 commits ahead)
#
# Key Changes:
# - Payment processing overhaul (12 files)
# - New Stripe integration (3 files)
# - Test coverage additions (8 files)
#
# Follow-ups:
# - [ ] Review Stripe API key handling
# - [ ] Verify webhook endpoint security

/catchup --since "1 week ago"
# Week-based catchup with date filtering
Ships withclaude-night-market

A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.

Get the whole plugin

Other commands on claude-night-market.