Multi-day project pause/resume toolkit for agent-assisted work. Provides a coherent set of sub-flows for ending a session safely (/session-wrap), rehydrating context at the start of the next session (/session-catchup), light mid-session saves (/session-checkpoint), reality-vs-ledger drift checks (/session-drift)…
Mid-session light save. Overwrites NEXTSESSION.md with a minimal snapshot. Flags newly-crossed irreversible boundaries since last save. See session-loop skill.
Self-assess whether to compact context window at a task boundary, persisting carry-forward state to NEXTSESSION.md (or task metadata) before any compaction. See session-loop skill.
Append ADR-style decision to the project's ledger. Forces context/decision/alternatives/supersedes/blast-radius/reversibility fields. Append-only — never retro-edits. See session-loop skill.
Reality vs ledger reconcile. Re-runs verification commands and probes resources from the last 3 ADs. Surfaces concerning divergence. Read-only. See session-loop skill.
Scan unresolved threads across NEXTSESSION.md, UPDATES.md, ledger ADs without follow-up, in-repo TODOs, open PRs, and pending agent tasks. Ranks by urgency. Read-only. See session-loop skill.
Use for non-trivial engineering work with a junior/early-career engineer — new features, unclear bugs, design decisions, PR reviews, postmortems (after an incident is resolved), or estimates. Turns the task into a guided learning exercise instead of handing over finished code. Applies alongside any other…