harness-continue

Resume harness-managed codebases with TDD and quality gates.

19|7|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/oeftimie/vv-claude-harness --skill harness-continue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-continue
Source: https://github.com/oeftimie/vv-claude-harness/tree/main/claude/skills/harness-continue
Command: npx skills add https://github.com/oeftimie/vv-claude-harness --skill harness-continue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps developers and AI agents resume work on long-running, harness-managed projects without losing intent, test discipline, or coordination metadata by enforcing smoke tests, task lifecycle updates, and contextual persistence.

Core Features & Use Cases

  • Session Recovery & Orientation: Summarizes last session state, surfaces untracked files, and verifies git identity against harness configuration.
  • TDD-driven Implementation: Guides a single-session TDD loop with required task updates, coverage gates, and pre-commit features.json audits.
  • Agent Teams Orchestration: Plans, spawns, monitors, and synthesizes parallel teammates with dependency management, quality hooks, and mandatory retrospectives.
  • Context Hygiene & Compaction: Provides explicit compaction strategy, post-compact recovery steps, and persistent context updates to avoid lost intent across sessions.

Quick Start

Ask the assistant to "Start a harness continue session: orient to the repo, run the smoke test, and propose single-session or Agent Teams plan for the highest-priority feature."

Frequently Asked Questions about harness-continue

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

FAQPage Schema
How do I resume a long-running codebase session without losing context?

To resume a long-running codebase session without losing context, use session recovery to summarize the last state, surface untracked files, and verify git identity. This preserves intent and coordination metadata across compactions.

How do I enforce test-driven development gates during AI agent implementations?

To enforce test-driven development gates during AI agent implementations, run a TDD loop with required task updates, coverage gates, and pre-commit features.json audits. This ensures test discipline before code changes are committed.

What is the best way to coordinate parallel AI agent teams on a tracked feature?

The best way to coordinate parallel AI agent teams on a tracked feature is through orchestration hooks that plan, spawn, monitor, and synthesize teammates. This includes dependency management, quality hooks, and mandatory retrospectives.

Why does context compaction cause lost intent in long-running development sessions?

Context compaction causes lost intent in long-running development sessions because summarized context drops critical metadata. An explicit compaction strategy with persistent context updates and post-compact recovery steps prevents this loss.

Do I need a features.json audit before committing changes in a harness-managed project?

Yes, you need a features.json audit before committing changes in a harness-managed project. This pre-commit audit acts as a quality gate to verify task lifecycle updates and maintain metadata-driven handoffs.