What problem does it solve? Long-lived Objective records drift out of sync with the actual state of a branch or trunk as code, PRs, and plans evolve. This Skill performs a verified rebaseline of active Objective records, correcting stale claims and closing completed Objectives, while never committing anything itself. ## Core Features & Use Cases - Verified rebaseline: Extracts each Objective's contract (purpose, criteria, progress, claims) and forensically verifies every material claim against git history, file probes, and PR evidence before rewriting. - Inline closure with propagation: Closes Objectives whose completion criteria are met, propagating semantic impact to edge-connected counterpart Objectives and running structural checks. - Never-commit guarantee: All edits stay uncommitted in the worktree; the run ends with a compact report of actions per slug (wrote, closed, noop, skipped, closure-ready). - Use Case: Before merging a feature branch, run the refresh so every Objective record under .ns/objectives/ accurately reflects what the branch actually delivers, with stale claims corrected and finished Objectives closed. ## Quick Start Ask the agent to refresh the Objective records for the current feature branch and report which records were rewritten, closed, or skipped.