governed-agents

Verify AI sub-agent outputs through deterministic gates and council review.

2|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Nefas11/governed-agents --skill governed-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: governed-agents
Source: https://github.com/Nefas11/governed-agents/tree/main
Command: npx skills add https://github.com/Nefas11/governed-agents --skill governed-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates verification and reputation management to prevent hallucinated success by AI sub-agents. It organizes a deterministic 4-gate coding verification suite and a 3-layer verification pipeline for open-ended tasks.

Core Features & Use Cases

  • Deterministic verification gates for coding tasks (files, tests, lint, AST) ensure deliverables exist and meet quality checks.
  • Open-ended task governance via Structural Gate → Grounding Gate → LLM Council with an EMA-based reputation system.
  • Persistent task history and reputation tracking across tasks for progressive supervision and risk-aware task allocation.

Quick Start

Spawn a governed sub-agent for a coding task or open-ended task and observe automatic gating, council verification, and reputation updates.

Frequently Asked Questions about governed-agents

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

FAQPage Schema
How do I verify AI sub-agent outputs for coding tasks?

Verify AI sub-agent coding outputs using deterministic 4-gate verification checks for files, tests, lint, and AST. This ensures deliverables exist and meet quality checks before integration.

What is the best way to govern open-ended AI tasks?

Govern open-ended AI tasks using a 3-layer verification pipeline: Structural Gate, Grounding Gate, and an LLM Council. This prevents hallucinated success by validating structural integrity and grounding.

How does reputation tracking work for AI agents?

Reputation tracking uses an EMA-based scoring system and a persistent ledger to monitor AI agent performance. It updates reputations across tasks for progressive supervision and risk-aware task allocation.

Can I use configurable task profiles for scalable AI governance?

Configurable task profiles support scalable AI governance by tailoring verification rules to specific task types. This allows progressive supervision and risk-aware task allocation across diverse workflows.

Why do AI sub-agents hallucinate successful task completion?

AI sub-agents hallucinate successful task completion due to unreliable outputs lacking deterministic verification. Applying a 4-gate pipeline and 3-layer council verification prevents this by validating results.