catchup
Installation
SKILL.md
Catchup — Context Reconstruction
This skill is strictly read-only. Do NOT edit files, create branches, or run write commands.
1. Gather data (run all independent steps in parallel)
git log --format="%h %s (%ar)" -20,git status, andgit worktree list- Read
.branch-context.md(if exists — check CWD and worktree root). Parse YAML frontmatter:workflow_step,validate_round/validate_max,review_round/review_max,plan_review_chunk/plan_review_total/plan_chunks_approved - Read
ai-workspace/MEMORY.md— note anything in-progress or blocking - Read
HANDOFF.md(if exists) - List
ai-workspace/plans/(sort by mtime, most recent first) and read the first file that does NOT end in.done.mdor.executed.md - Search Basic Memory via MCP for recent entries matching the current branch name. If MCP unavailable, skip silently.
- GitHub — check availability first:
If authenticated, run in parallel:command -v gh >/dev/null 2>&1 && gh auth status >/dev/null 2>&1gh pr list --state open
Related skills
More from camacho/ai-skills
bail
Reflects, updates GitHub Issue, closes PR if open, cleans up worktree/branch.
566plan-review
Auto-assembles review panel using deterministic rules, dispatches agents against plan file, collects verdicts.
547archive
Fills Outcomes & Learnings in a plan file and renames it to .done.md.
542orient
Fetches issue context, auto-detects task type, maps to branch prefix, presents brief.
537capture
Creates a draft GitHub Issue with triage label from natural language description.
535reflect
Use after merging a branch or completing a task to consolidate learnings into memory layers, close out issues, and verify the phase gate.
500