dev-session
Structured progress tracking for multi-session development work with durable handoff files.
- Four core modes: start a new session with project orientation, checkpoint progress with WIP commits and learnings capture, resume from SESSION.md with git diff context, and wrap sessions with completeness checks
- Automatically manages SESSION.md files (progress log, current position, blockers, resume instructions) and updates CLAUDE.md with discovered patterns and gotchas
- Reads git history and status to detect changes since last checkpoint, enabling clean context handoff across conversation boundaries
- Designed for multi-phase features and work at risk of context compaction; skip for quick single-file edits or single-session tasks
Dev Session
Manage multi-session development work with structured progress files, checkpoint commits, and durable learnings. Produces SESSION.md files that survive context compaction and enable clean handoff between sessions.
Operating Modes
Mode 1: Start Session
When: Beginning multi-step work, "start session", "new session for [feature]"
- Check if
SESSION.mdalready exists in the project root- If yes: read it and ask whether to continue the existing session or start fresh
- If no: create from template (see references/session-template.md)
- Pre-fill fields:
- Project: from CLAUDE.md or directory name
- Branch: from
git branch --show-current - Last Updated: current timestamp
- Phase: ask user what they're working on
- Read the project's CLAUDE.md to orient on context
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