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:
- Check that
.acumen.md,.acumen/, and any other product context files exist and are gitignored - 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.