Session Boundary

Detect session boundaries and generate handoff documents for multi-context workflows.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill session-boundary-marcus-mok-gh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Session Boundary
Source: https://github.com/Marcus-Mok-GH/Claude-code-conductor/tree/main/.claude/skills/session-boundary
Command: npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill session-boundary-marcus-mok-gh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, state.yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill manages smooth transitions across context windows in multi-context autopilot workflows, ensuring that sessions are maintained and workflows are uninterrupted.

Core Features & Use Cases

  • Session Management: Detects session boundaries and manages state transitions to maintain workflow continuity.
  • Automated Context Handling: Restores and tracks session context across different workflow stages.
  • Use Case: During a complex software development project, this Skill ensures that developers can seamlessly transition between contexts without losing their workflow state or progress.

Quick Start

Start a new session with autopilot enabled by running: 'bash .spec-flow/scripts/bash/session-manager.sh start --autopilot'

Frequently Asked Questions about Session Boundary

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

FAQPage Schema
How do I maintain workflow continuity across different context windows?

Workflow continuity across context windows is maintained by detecting session boundaries, generating handoff documents, and restoring session state to ensure seamless multi-context transitions.

What is the best way to restore session state in a multi-context autopilot workflow?

Restoring session state in a multi-context autopilot workflow is handled by automated context tracking that detects boundaries and restores previous progress to prevent workflow interruptions.

How do I start a new session with autopilot enabled for state management?

Starting a new session with autopilot enabled requires running the bash script 'session-manager.sh' with the 'start --autopilot' command to initialize state tracking.

Does session boundary detection work with bash scripts and state.yaml files?

Session boundary detection works directly with bash scripts and state.yaml files to manage state transitions and track context across different workflow stages.

Why does my complex software development workflow lose progress when transitioning between contexts?

Complex software development workflows lose progress during context transitions because session boundaries are not managed, requiring automated handoff documents to restore state and maintain continuity.

Can I use automated context handling for multi-stage software development projects?

Automated context handling supports multi-stage software development projects by detecting session boundaries and managing state transitions to ensure developers do not lose workflow progress.