using-harness-anchor

Manage environment state, scope, and verification gates for Claude Code sessions.

14|Updated May 28, 2026
One-click install
npx skills add https://github.com/Redtropig/harness-anchor --skill using-harness-anchor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-harness-anchor
Source: https://github.com/Redtropig/harness-anchor/tree/main/skills/using-harness-anchor
Command: npx skills add https://github.com/Redtropig/harness-anchor --skill using-harness-anchor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides state, scope, and verification discipline for project work, auto-loading at session start to ensure consistent harness usage.

Core Features & Use Cases

  • Establishes environment state (active feature, files present) and scope boundaries.
  • Enforces verification gates and evidence-driven progress checks.
  • Complements superpowers to deliver structured, reliable agent sessions.

Quick Start

Activate harness-anchor at session start to bind environment state and verification gates.

Frequently Asked Questions about using-harness-anchor

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

FAQPage Schema
How do I manage environment state and scope boundaries for Claude Code agent sessions?

Verification gates enforce evidence-driven progress checks during feature work. They require concrete proof of task completion before proceeding, ensuring structured and reliable agent sessions without unverified state transitions.

What's the best way to anchor project context automatically when an agent session starts?

The best way to anchor project context automatically is using YAML frontmatter-driven discovery to bind environment state at session start. This harness auto-loads active features and file presence, establishing scope boundaries immediately without manual configuration.

Can I use harness anchors with superpowers for structured agent workflows?

Yes, harness anchors complement superpowers by implementing integration points that deliver structured, reliable agent sessions. The anchor provides state and verification discipline while superpowers handle extended workflow capabilities within the same project environment.

How do I set up verification gates for feature work in a project session?

To set up verification gates, activate the harness anchor at session start so it binds environment state and enforces evidence-driven progress checks. The gates run automatically during feature work to validate each step against project scope constraints.

Why does my Claude Code agent session lose track of active feature context and files?

Agent sessions lose track of active feature context when no harness anchor is bound at session start. Without auto-loading environment state management, the agent cannot maintain scope boundaries or track files present across the session duration.