legion:authority-enforcer

Validates and enforces agent authority boundaries in multi-agent teams.

72|8|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/9thLevelSoftware/legion --skill legion-authority-enforcer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: legion:authority-enforcer
Source: https://github.com/9thLevelSoftware/legion/tree/main/skills/authority-enforcer
Command: npx skills add https://github.com/9thLevelSoftware/legion --skill legion-authority-enforcer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Operators coordinating multi-agent waves risk domain conflicts and unauthorized actions. The Authority Enforcer validates ownership, enforces boundaries, and prevents cross-domain critiques to maintain safe collaboration.

Core Features & Use Cases

  • Validates and loads an authority matrix to map domains to primary agents.
  • Injects authority constraints into agent prompts and escalation guidance.
  • Filters out-of-domain findings during wave review to preserve governance.
  • Supports mode-based profiles to control enforcement, read-only, and file-scope constraints.

Quick Start

Load the authority matrix, resolve active agents, and inject constraints into each agent's prompt before starting a wave.

Frequently Asked Questions about legion:authority-enforcer

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

FAQPage Schema
How do I enforce agent authority boundaries during multi-agent wave execution?

To enforce agent authority boundaries, load an authority matrix from .planning/config/authority-matrix.yaml, perform boundary validation, and inject constraints into agent prompts before wave execution to prevent cross-domain conflicts.

What is an authority matrix and how does it govern multi-agent teams?

An authority matrix maps domains to primary agents within multi-agent teams. The matrix is loaded from a YAML config file to validate ownership, filter out-of-domain findings during review panels, and maintain safe collaboration.

Can I control read-only and file-scope constraints for deployed agents?

Yes, you can control read-only and file-scope constraints by applying mode-based profiles. These resolved control mode profiles dictate enforcement behavior, read-only permissions, and file-scope limitations across agents.

How do I prevent cross-domain critiques during wave review panels?

To prevent cross-domain critiques during wave review panels, filter out-of-domain findings using the loaded authority matrix. This preserves governance by ensuring agents only provide feedback within their validated ownership boundaries.

Why does my multi-agent deployment trigger domain conflicts and unauthorized actions?

Multi-agent deployments trigger domain conflicts when authority boundaries are not validated. Resolving a control mode profile and injecting escalation guidance into prompts prevents unauthorized actions and cross-domain overlaps.