Install
openclaw skills install long-running-agent-harnessLong-running agent workflow automation. Initialize project scaffolding, manage feature lists, track progress across sessions, and orchestrate coding agents.
openclaw skills install long-running-agent-harnessAutomates the long-running agent workflow from Anthropic's engineering blog. Manages feature lists, progress tracking, and session orchestration across multiple Claude Code sessions.
Initialize a new project with:
feature_list.json — comprehensive feature trackingclaude-progress.txt — cross-session progress loginit.sh — development server startup script.harness.json — harness configurationStart a coding session. Reads progress, picks the next feature, and follows the incremental development workflow.
Show current project progress: features completed, next features to implement, recent session history.
Add a new feature to the feature list.
Commit current work with structured message and update progress file.
┌─────────────┐ ┌──────────────┐ ┌──────────────┐
│ Initializer │────▶│ Coding Agent│────▶│ Next Coding│
│ Agent │ │ Session #1 │ │ Agent #2 │
└─────────────┘ └──────────────┘ └──────────────┘
│ │ │
▼ ▼ ▼
┌─────────────────────────────────────────────────────────┐
│ Shared State │
│ ┌───────────────┐ ┌──────────────┐ ┌────────────────┐ │
│ │feature_list │ │claude-progress│ │ Git History │ │
│ │ .json │ │ .txt │ │ (commits) │ │
│ └───────────────┘ └──────────────┘ └────────────────┘ │
└─────────────────────────────────────────────────────────┘
harness init "Build a chat app" — sets up project skeletonharness run — each session picks ONE feature