long-running-harness

Community

Coordinate long-running projects across sessions

Authordapi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

AI agents typically run in isolated sessions without memory of prior work. This leads to repeated setup, loss of context between sessions, and project drift. The Long-Running Harness provides a structured orchestration pattern and artifacts to carry context, track progress, and enable cross-session development.

Core Features & Use Cases

  • Cross-session orchestration: Initialize and continue long-running development projects across multiple Claude sessions with persistent artifacts.
  • Progress tracking artifacts: Automatically generate and update artifacts like a features list and progress log to prevent context loss.
  • Session handoff & governance: Provide deterministic handoffs between sessions, enabling what’s next and status queries without rebuilding context.

Quick Start

  • Say: 'init long-running harness for Todo App' to initialize a new multi-session project and generate initial artifacts.

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: long-running-harness
Download link: https://github.com/dapi/claude-code-marketplace/archive/main.zip#long-running-harness

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