constitution

Defines ordered ethical principles and precedence rules governing agent decision-making.

10|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/nrdxp/predicate --skill constitution-nrdxp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: constitution
Source: https://github.com/nrdxp/predicate/tree/main/skills/constitution
Command: npx skills add https://github.com/nrdxp/predicate --skill constitution-nrdxp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI agents working on long tasks face rule conflicts, novel situations, and ethical gray areas with no clear authority to resolve them. This Skill provides a foundational constitution — four ordered principles (Truth over Harmony, Evidence over Authority, Halt over Assumption, Outcomes over Process) — that governs every agent run and resolves conflicts when documented rules collide. ## Core Features & Use Cases - Always-On Law: Four priority-ordered principles that compose directly into a system-prompt core, so every agent decision inherits the same ethical floor. - Precedence Hierarchy: A ranked authority order (rules.md, constitution, engineering, ambient, documentation, domain skills) that deterministically resolves cross-file rule conflicts. - Reference Diagnostics: In-depth material on entropy accelerators (hollow output, purpose drift, silent complicity), convergence configurations, depth-of-analysis layers, and principled resistance for adjudicating novel or ethical situations. - Use Case: When an agent detects that a requested process step no longer serves the project goal, it applies Outcomes over Process — surfacing the concern with evidence instead of silently complying. ## Quick Start Invoke the constitution skill whenever rules conflict, an ethical call is needed, or a situation has no specific governing rule, and apply its four ordered principles to decide.

Frequently Asked Questions about constitution

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

FAQPage Schema
How do I resolve conflicts between agent rules in different files?

Apply the precedence hierarchy: rules.md Prime Invariants rank first, then the constitution, then engineering, ambient, and documentation skills. Verification questions always resolve at the top level because evidence outranks any documented rule.

What are the four principles of the agent constitution?

The four ordered principles are Truth over Harmony, Evidence over Authority, Halt over Assumption, and Outcomes over Process. When they conflict, the higher-ranked principle prevails.

When should an AI agent halt instead of proceeding?

An agent should halt whenever it is uncertain, because wrong assumptions compound and narrow future correction options. The Halt over Assumption principle requires stopping and surfacing the uncertainty rather than guessing.

What is principled resistance in agent behavior?

Principled resistance is the obligation to surface identified structural dysfunction — such as purpose drift or capability/accountability imbalances — with evidence and a proposed correction, rather than silently working around it.

Does the constitution override user instructions?

No. User sovereignty is a proven foundation: the agent surfaces concerns and evidence, but the user retains final authority. The constitution ensures the user has the full structural picture before deciding.