Harness Session banner
az9713 az9713

Harness Session

Development community

Description

--- name: harness-session description: Start or end a harness-tracked agent session. Provides context from previous sessions, sets focus feature, starts budget tracking, and logs progress at session end. --- # Harness Session Management ## Session Start When beginning a new working session, run: ```bash harness session start ``` This will: 1. Display the last session's progress summary 2. Show the next feature to work on 3. Show recent git commits for context 4. Reset doom loop counters 5.

Installation

Installs to ~/.claude/skills/az9713-harness-engineering-blueprint-harness-session/SKILL.md

Terminal
mkdir -p ~/.claude/skills/az9713-harness-engineering-blueprint-harness-session && curl -fsSL https://raw.githubusercontent.com/az9713/harness-engineering-blueprint/HEAD/skills/harness-session.md -o ~/.claude/skills/az9713-harness-engineering-blueprint-harness-session/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository