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-sessioncommand to update SESSION.md, create git checkpoints, and output summaries;/continue-sessioncommand 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-planninggenerates 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
More from jezweb/claude-skills
tailwind-v4-shadcn
|
2.7Ktanstack-query
|
2.5Kshadcn-ui
Install and configure shadcn/ui components for React projects. Guides component selection, installation order, dependency management, customisation with semantic tokens, and common UI recipes (forms, data tables, navigation, modals). Use after tailwind-theme-builder has set up the theme infrastructure, when adding components, building forms, creating data tables, or setting up navigation.
2.5Ktailwind-theme-builder
>
2.2Kfastapi
|
2.0Kcolor-palette
>
1.9K