harness-work

Automate end-to-end feature work in harness-engineered repositories.

2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/enkira-ai/claude-plugins --skill harness-work-enkira-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-work
Source: https://github.com/enkira-ai/claude-plugins/tree/main/plugins/harness-engineer/skills/harness-work
Command: npx skills add https://github.com/enkira-ai/claude-plugins --skill harness-work-enkira-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Harness-managed repos require disciplined, incremental feature work across sessions. This Skill provides a structured protocol to orient, stabilize, select, implement, self-check, and commit, ensuring progress is traceable and reproducible.

Core Features & Use Cases

  • Orients the agent to the current state with a defined command log, progress, and recent commits.
  • Stabilizes the environment, runs tests, and fixes blockers before implementing new work.
  • Selects a single highest-priority feature and implements it end-to-end, updating progress docs.
  • Delegates verification to an external verifier to ensure quality and consistency.

Quick Start

Start a session in a harness-engineered repository and follow the protocol to implement one feature.

Frequently Asked Questions about harness-work

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

FAQPage Schema
How do I automate feature implementation and commit verification in my repository?

Autonomous feature work automates end-to-end implementation by following a structured orient-stabilize-select-implement-self-check-verify protocol, ensuring traceable progress and test validation before committing. It selects a single highest-priority feature and updates progress docs throughout the cycle.

What is the structured workflow for autonomous coding and progress tracking?

Structured progress tracking for autonomous coding follows an orient-stabilize-select-implement-self-check-verify protocol. It enforces disciplined, incremental feature work by running tests, fixing blockers, updating progress docs, and delegating verification to ensure reproducible commits.

Do I need a harness-engineered repository to use autonomous feature work?

Yes, this autonomous feature work protocol is designed exclusively for harness-engineered repositories. It requires a managed environment with a defined command log, progress documentation, and recent commit history to orient the agent and enforce structured feature implementation.

How do I enforce test and build validation before committing new feature work?

Test and build validation is enforced during the stabilize and self-check phases. The agent runs tests, fixes blockers before implementing new work, performs self-checks post-implementation, and delegates final verification to an external verifier to ensure quality and consistency before committing.

What's the best way to manage incremental feature work across multiple coding sessions?

Managing incremental feature work across sessions requires a structured protocol that orients the agent to recent commits and progress docs, stabilizes the environment, and implements one feature per cycle. This maintains traceable, reproducible progress by enforcing test validation and progress tracking.

When should I avoid using an autonomous workflow for feature implementation?

Avoid using an autonomous feature workflow outside harness-engineered repositories or for tasks not fitting a single-feature cycle. The strict orient-stabilize-select-implement-self-check-verify protocol enforces structured progress tracking and test validation, making it unsuitable for unstructured or multi-feature coding tasks.