catchup

Installation
SKILL.md

Purpose

Product people working on top of a codebase need to stay current with what engineers shipped — without risking the product context they've built up. This skill pulls the latest code and translates recent changes into product language.

Step 1: Protect product context

Before touching anything, confirm that product context files are safe:

  1. Check that .acumen.md, .acumen/, and any other product context files exist and are gitignored
  2. If any product context files are tracked by git (not gitignored), stop and warn the user — those files could be overwritten by a pull

List the protected files found and confirm they're safe.

Step 2: Pull latest code

Installs
13
Repository
vgrss/acumen
GitHub Stars
9
First Seen
Apr 27, 2026
catchup — vgrss/acumen