Harness Execution

Execute plan-based tasks with gating, checkpoints, and atomic commits.

18|11|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/Intense-Visions/harness-engineering --skill harness-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Harness Execution
Source: https://github.com/Intense-Visions/harness-engineering/tree/main/agents/skills/claude-code/harness-execution
Command: npx skills add https://github.com/Intense-Visions/harness-engineering --skill harness-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Harness Execution provides a disciplined framework to execute plans in software projects by enforcing atomic commits, a strict checkpoint protocol, and persistent knowledge capture, reducing drift and untraceable work.

Core Features & Use Cases

  • Atomic task execution with one commit per task
  • Checkpoint and handoff workflow to pause for verification or decisions
  • Stateful context capture and learning for resumption and auditing

Quick Start

Load your plan and begin executing tasks in order, with automatic commits and checkpoints.

Frequently Asked Questions about Harness Execution

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

FAQPage Schema
How do I automate plan-based task execution with atomic commits?

Automating plan-based task execution with atomic commits requires a structured framework enforcing a four-phase workflow: prepare, execute, verify, and persist. This approach ensures one commit per task and uses checkpoints to pause for verification.

What is the best way to enforce a checkpoint protocol during software task execution?

Enforcing a checkpoint protocol during task execution involves strict gating and stateful progress tracking. By pausing at specific checkpoints, teams can verify decisions, capture context, and manage state transitions before proceeding to the next task.

How does stateful progress tracking work for structured software plans?

Stateful progress tracking for structured plans works by capturing context and learning at each checkpoint. It integrates validation and context gathering tools to manage state transitions, enabling resumption and auditing of work.

Do I need a SKILL.md file with YAML frontmatter to run structured plan execution?

Yes, running structured plan execution requires a SKILL.md file with YAML frontmatter. The frontmatter must include specific name and description fields to integrate with validation, context gathering, and state management tools.

How do I reduce drift and untraceable work in software projects?

Reducing drift and untraceable work in software projects requires a disciplined execution framework. By enforcing atomic commits, a strict checkpoint protocol, and persistent knowledge capture, teams maintain strict gating and ensure traceability.