governance-constraint-design

Translate governance language into falsifiable constraints for HARNESS.md.

44|6|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Habitat-Thinking/ai-literacy-superpowers --skill governance-constraint-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: governance-constraint-design
Source: https://github.com/Habitat-Thinking/ai-literacy-superpowers/tree/main/ai-literacy-superpowers/skills/governance-constraint-design
Command: npx skills add https://github.com/Habitat-Thinking/ai-literacy-superpowers --skill governance-constraint-design

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Governance requirements are often written as high-level policy language that cannot be directly enforced or audited; this Skill converts ambiguous governance phrasing into operational, testable constraints with clear pass/fail criteria, evidence expectations, and failure actions.

Core Features & Use Cases

  • Falsifiability guidance: Teaches the three-question falsifiability test (what to verify, what counts as evidence, what happens on failure).
  • Three-frame translation: Aligns engineering, compliance, and AI-system interpretations to prevent semantic divergence.
  • Templates and promotion path: Provides a governance constraint template and guidance on promoting constraints from unverified to agent or deterministic enforcement.
  • Use Case: Convert a policy requirement like "ensure human oversight" into a HARNESS.md constraint that specifies observable verification steps, required audit artifacts, and merge-blocking failure actions.

Quick Start

Write a governance constraint for HARNESS.md that translates "ensure human oversight" into a falsifiable verification slot specifying the observable checks, required evidence artifacts, verification method, and failure action.

Frequently Asked Questions about governance-constraint-design

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

FAQPage Schema
How do I make governance policy falsifiable for automated enforcement?

Make governance policy falsifiable by translating high-level language into operational constraints with defined observable conditions, required evidence artifacts, verification methods, and failure actions for automated enforcement.

What is the best way to turn compliance requirements into merge-blocking PR gates?

Turn compliance requirements into merge-blocking PR gates by converting ambiguous policy language into HARNESS.md verification slots that specify observable checks, audit artifacts, and blocking failure actions.

How do I write a governance constraint for HARNESS.md?

Write a HARNESS.md governance constraint by defining a falsifiable verification slot that specifies the observable condition to verify, required evidence artifacts, verification method, and failure action.

Can I use constraint design to align engineering, compliance, and AI system interpretations?

Yes, constraint design aligns engineering, compliance, and AI system interpretations using a three-frame translation method to prevent semantic divergence when defining operational constraints for agent enforcement.

What counts as evidence when verifying human oversight in a PR gate?

Evidence for verifying human oversight in a PR gate consists of the required audit artifacts and observable conditions defined within the falsifiable constraint slot to prove compliance before merge execution.

When should I not use falsifiable constraints for policy alignment?

Avoid using falsifiable constraints when governance language cannot define a clear pass or fail condition, observable evidence artifacts are absent, or automated verification methods are impossible to execute.