project-session-management

Installation
Summary

Track progress across work sessions using SESSION.md with git checkpoints and concrete next actions.

  • Converts IMPLEMENTATION_PHASES.md into a living SESSION.md document that maps phases to sessions, tracks current stage (Implementation/Verification/Debugging), and maintains concrete "Next Action" pointers with file locations and line numbers
  • Provides /wrap-session command to update SESSION.md, create git checkpoints, and output summaries; /continue-session command to load context, show git history, and resume from the last action
  • Distinguishes phases (units of work with exit criteria) from sessions (units of context), allowing multi-session phases and mid-context checkpoints without losing progress
  • Uses emoji status icons (⏸️ pending, 🔄 in progress, ✅ complete, 🚫 blocked) and structured checkpoint commits to enable reliable context handoff and phase transitions
SKILL.md

Project Session Management Skill

Track progress across work sessions using SESSION.md with git checkpoints and concrete next actions.


When to Use

  • Starting projects after project-planning generates IMPLEMENTATION_PHASES.md
  • Resuming work after context clears
  • Mid-phase checkpoints when context is full
  • Phase transitions
  • Tracking Implementation → Verification → Debugging cycle

Phases vs Sessions

Phases (IMPLEMENTATION_PHASES.md): Units of WORK (e.g., "Database Schema", "Auth API"). Have verification/exit criteria. May span multiple sessions.

Related skills
Installs
383
GitHub Stars
776
First Seen
Jan 20, 2026