SpecTree Session Management

Manage AI session start, progress, and summary phases for SpecTree workflows.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/agorsky/Dispatcher --skill spectree-session-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SpecTree Session Management
Source: https://github.com/agorsky/Dispatcher/tree/main/.github/skills/spectree-session
Command: npx skills add https://github.com/agorsky/Dispatcher --skill spectree-session-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured protocol to ensure AI sessions maintain context continuity when working on SpecTree epics, preventing repetitive work and lost information.

Core Features & Use Cases

  • Session Start Protocol: Guides the AI through checking previous context, current progress, and task requirements before starting work.
  • In-Session Logging: Enables logging progress, decisions, linked files, blockers, and notes during the AI's work.
  • Session End Protocol: Ensures proper completion marking, progress updates, and session summaries are left for future sessions.
  • Use Case: An AI assistant working on a complex software feature can use this protocol to seamlessly pick up where it left off in a previous session, referencing past decisions and current blockers to continue development efficiently.

Quick Start

Use the spectree-session skill to start work on feature ENG-123.

Frequently Asked Questions about SpecTree Session Management

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

FAQPage Schema
How do I maintain AI session context continuity for complex development workflows?

To maintain AI session context continuity, use a session protocol that logs progress, records decisions, links files, and leaves summaries for future tasks. This prevents repetitive work and lost information across development sessions.

What is an AI session protocol for software engineering tasks?

An AI session protocol is a structured workflow that guides an AI assistant through start, during, and end phases of a development task. It ensures context continuity by checking previous progress, logging decisions, and summarizing completed work for future reference.

How do I start an AI session on a specific feature task without losing prior progress?

To start an AI session without losing progress, invoke the session initiation protocol to check previous context, review current progress, and assess task requirements before beginning work. This ensures the AI picks up exactly where the last session ended.

Can I log blockers and linked files during an active AI development session?

Yes, you can log blockers and linked files during an active AI development session using in-session logging. This feature enables recording progress, decisions, linked files, and notes in real-time as the AI works through complex software features.

Does SpecTree session management require any external dependencies to operate?

SpecTree session management does not require any external dependencies to operate. It functions independently using internal scripts to manage the session lifecycle, ensuring context continuity for SpecTree-integrated development workflows.

What is the best way to summarize an AI session for future task execution?

The best way to summarize an AI session for future task execution is to use a session end protocol that marks completion, updates progress, and generates a summary of decisions and blockers for the next session to reference.