harness-step3-session-management

Community

Persist session state in files for quick resumes

Authorsimbajigege
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Claude Code sessions forget prior context between runs. This skill persists critical workspace state by creating three files at the project root: init.sh for environment health checks, tasks.json for the structured task queue, and progress.md for an append-only session log.

Core Features & Use Cases

  • init.sh: quick environment validation at session start, including startup commands and smoke tests.
  • tasks.json: structured queue with id, title, description, status, priority, verify, and optional blocked_by to guide the next steps across sessions.
  • progress.md: human-readable log that preserves history and helps new sessions resume quickly; supports cross-session continuity for multi-step work.
  • Use cases include preserving context across Claude Code sessions, onboarding team members, and coordinating long-running projects.

Quick Start

Run init.sh at the start of a session, then read tasks.json to determine the next high-priority pending task.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: harness-step3-session-management
Download link: https://github.com/simbajigege/book2skills/archive/main.zip#harness-step3-session-management

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 510,000+ vetted skills library on demand.