What problem does it solve? Specs written for queued work go stale as earlier work ships: assumptions break, acceptance criteria get satisfied by other features, terms get renamed, and linked prototypes drift from the real product. This Skill audits each active spec folder against the current repository and brings it back in line without changing what the user approved. ## Core Features & Use Cases - Baseline comparison: Diffs each spec against its last commit and the current behavior of the surfaces it names, including rendering linked prototype.html files as screens rather than reading markup. - Meaning-preserving triage: Fixes stale points that preserve the approved meaning (renamed terms, already-satisfied criteria, moved paths) as overridable assumptions, and asks exactly one question at a time about points that would change what was approved. - Clean handoffs: Names affected tasks for re-cutting, flags drifted prototypes for regeneration, reports retirement candidates, and routes reusable decisions to project-knowledge without ever editing product source. - Use Case: After merging a notification-channels feature, run the Skill over docs/specs/ so the remaining digest-schedule spec is updated to the shipped terminology, its satisfied criteria are closed, and you are asked one focused question about the one constraint the shipped code contradicts. ## Quick Start Ask the assistant to run babysit-specs on docs/specs/ so every queued spec is compared against what shipped and revised or escalated accordingly.