truthsync

Installation
SKILL.md

truthsync: the story catches up to the ships

Some repos ship faster than they narrate. If the roadmap's own principle is "Now leads the product by ~one release and never lags it," then a shipped "Next" item is a broken invariant — and the fix is a hand-built catch-up PR. This skill is that PR as a ritual.

Step 1 — establish the gap (live reads only)

  • Last drain point: the newest changelog entry with a version stamp, or the last truthsync PR — whichever is later.
  • git log --oneline <that-point>..origin/main — every merge since. Include work from other sessions; they ship too.

Step 2 — sweep each ship across the truth surfaces

For every substantive merge, ask the surface questions (map these to wherever your project keeps each one):

Installs
1
First Seen
14 days ago
truthsync — ericlovold/skills