session-continuity

Manage session start and end commands while preserving project context.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/thomas-estep/bindle --skill session-continuity-thomas-estep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-continuity
Source: https://github.com/thomas-estep/bindle/tree/main/skills/session-continuity
Command: npx skills add https://github.com/thomas-estep/bindle --skill session-continuity-thomas-estep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the continuity and privacy of project and session information, preventing unintentional information leaks between projects and preserving individual session contexts.

Core Features & Use Cases

  • Session Management: Manages session start and end commands, handoff prompts, and project profiles.
  • Read-Only Repositories: Ensures that sessions and handoffs do not modify the project repositories directly, preventing accidental commits.
  • Privacy Preserved: Stores sensitive session notes and personal information in a dedicated notes home outside of project repositories.
  • Use Case: When ending a session, this Skill allows users to record their progress and decisions without altering the repository. During a handoff to another developer, the Skill provides clear guidance and scope boundaries, avoiding scope creep and redundant work.

Quick Start

Activate the session-continuity Skill to start a session. End your session by running /session-end to record your work and decisions for future reference.

Frequently Asked Questions about session-continuity

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

FAQPage Schema
How do I prevent accidental commits when saving session notes in a project repository?

To prevent accidental commits, session notes are stored in a dedicated notes home outside the project repository. This read-only approach ensures that session continuity and handoff prompts preserve individual work context without modifying the actual repository.

What is the best way to handle developer handoffs without causing scope creep?

The best way to handle developer handoffs is to use structured handoff prompts that provide clear guidance and scope boundaries. This prevents scope creep and redundant work by ensuring the incoming developer understands the exact session context and decisions made previously.

How do I record my coding session progress and decisions for future reference?

You record coding session progress by running the session-end command. This captures your project decisions and work context in personal session notes stored securely outside the project repository, ensuring continuity for future sessions.

Can I manage project session continuity without exposing sensitive personal information?

Yes, you can maintain session continuity while preserving privacy. Sensitive session notes and personal information flow are managed in a dedicated notes home separate from project repositories, preventing unintended information leaks between projects.

Does session management work with collaborative work sessions and project transitions?

Session management applies directly to coding, collaborative work sessions, and project transitions. It manages session start and end commands, project profiles, and handoff prompts to ensure smooth transitions and preserve individual work context across teams.