What problem does it solve?
This Skill prevents sessions from closing with stale, partial, or contradictory project state by checking filesystem and repository reality before any final handoff, release, or governance update is written.
Core Features & Use Cases
- Parallel session detection: Scans recent git activity and handoff file modification times to identify work from other sessions that may have changed the true project state.
- State consistency validation: Verifies that version.json, CLAUDE.md, HANDOFF.md, and the context manifest all agree on the active version and handoff target.
- Governance safety gate: Stops closing workflows when drift or multiple active handoffs are detected, forcing a merge, override, or abort decision before damage is done.
- Use Case: Before running a release or writing a new handoff, use this Skill to confirm no other agent session already bumped the version, updated the active handoff, or changed the governance records behind your back.
Quick Start
Ask the AI to run the pre-close-check skill on the current project before closing the session or updating any handoff or release state.