project-session-management

Generate and update SESSION.md files with git checkpoints for phased projects.

961|99|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/jezweb/claude-skills --skill project-session-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-session-management
Source: https://github.com/jezweb/claude-skills/tree/main/skills/project-session-management
Command: npx skills add https://github.com/jezweb/claude-skills --skill project-session-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and templates (resource) components.

What problem does it solve?

This Skill eliminates the frustration of "where was I?" after context clears, saving you from manually reconstructing project state and wasting valuable time.

Core Features & Use Cases

  • Session State Tracking: Creates and maintains SESSION.md to track progress across work sessions with git checkpoints.
  • Instant Resume: Get back to work in under 1 minute instead of spending time piecing together your progress.
  • Use Case: Imagine you're building a multi-phase application and need to pause. This Skill preserves your exact next action so you can resume instantly.

Quick Start

After running project-planning, ask to create SESSION.md to track your progress through implementation phases.

Frequently Asked Questions about project-session-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track progress across work sessions on a multi-phase project?

Session management tracks progress by generating SESSION.md with your exact next action, phase state, and git checkpoints. Resume work in under a minute instead of reconstructing context manually.

What should I do when I lose context between project phases?

Create SESSION.md after project-planning to preserve concrete next steps (file + line + task) and phase state. Use /continue-session to instantly restore where you left off without reorienting.

Can I automate checkpoint creation across implementation phases?

Yes. Session management automates git checkpoints and maintains SESSION.md (<200 lines) throughout Implementation, Verification, and Debugging phases, keeping planning documents synchronized.

How do I resume a multi-phase project after context clears?

Run /continue-session to reload SESSION.md with your last recorded action, phase state, and git checkpoint reference. No manual reconstruction needed.

When should I use session management instead of manual notes?

Use it when starting projects after project-planning, resuming after context loss, managing multi-phase implementations, or uncertain about next steps. It eliminates guesswork with structured checkpoints.

What's the difference between /wrap-session and /continue-session?

/wrap-session saves your current state, phase, and next action to SESSION.md with a git checkpoint. /continue-session reloads that state to resume work instantly from the same point.