harness-governance

Enforces trust-tier rules, companion document requirements, and lifecycle readiness checks for governed projects.

3|1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/unclenate/auto-harness --skill harness-governance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-governance
Source: https://github.com/unclenate/auto-harness/tree/main/platform/skills/harness-governance
Command: npx skills add https://github.com/unclenate/auto-harness --skill harness-governance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents AI-assisted development from skipping required human approval, documentation, and validation when changes touch sensitive or lifecycle-critical areas.

Core Features & Use Cases

  • Trust Tier Enforcement: Classifies actions into six tiers (read-only to remote/production) so higher-risk work requires authorization and appropriate sign-off.
  • Companion Rule Requirements: Ensures sensitive trigger changes also include required companion documentation in the same PR/commit.
  • Lifecycle Controls & Validator Workflow: Defines what “Bootstrap Complete” and “Harness Ready” mean and provides the expected validator chain and exit-contract behavior.
  • Operational Guidance for Governance Entrypoints: Covers when to update harness entry files and how to validate skill content, documentation drift, and sensitive path coverage.

Quick Start

Use the harness-governance skill to determine whether your proposed change is Tier 4 or Tier 5 and what companion artifact(s) are required before you commit or open a PR.

Frequently Asked Questions about harness-governance

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

FAQPage Schema
How do I enforce human approval for AI-assisted changes to sensitive paths?

To enforce human approval for sensitive paths, classify the proposed action into a specific trust tier using governance gates. Higher-risk work, such as remote or production changes, then mandates appropriate authorization and sign-off before committing.

What are trust tiers in AI governance and how do they work?

Trust tiers in AI governance classify actions into six levels ranging from read-only to remote production. This tiered risk mapping ensures that higher-risk development work requires explicit authorization and appropriate human sign-off.

How do I ensure documentation artifacts are included with sensitive code changes?

To ensure documentation artifacts are included, apply companion rule requirements that map trigger changes to required satisfier documents. This governance mechanism mandates all companion documentation exists in the same PR or commit.

What is the best way to validate lifecycle readiness for a development harness?

The best way to validate lifecycle readiness is to execute the expected validator chain and check exit-contract behavior. This verifies whether your project satisfies the Bootstrap Complete and Harness Ready lifecycle stages.

When do I need to update harness entrypoints and governance-critical files?

Update harness entrypoints and governance-critical files when changes impact operational governance entrypoints or sensitive path coverage. Validate skill content and documentation drift to ensure lifecycle readiness before opening a PR.

Can I use CI validators to check compliance with companion rules?

Yes, you can use CI validators to check compliance by specifying the expected validator chain and exit-contract behavior. This automates the validation of trigger-to-satisfier companion rules and lifecycle readiness checks.