authority-enforcer

Enforce agent authority boundaries and resolve domain conflicts during reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires validation-library, authentication-api, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The Authority Enforcer Skill helps to avoid conflicts by enforcing agent authority boundaries, especially in complex scenarios where different agents are performing review and execution tasks.

Core Features & Use Cases

  • Authority Boundary Enforcement: Ensures agents follow the authority rules and avoid overlapping in domains during reviews.
  • Authority Matrix Parsing: Interprets and maintains domain ownership information to resolve conflicts.
  • Prompt Injection: Enhances prompts to inject authority constraints to prevent conflicts proactively.
  • Finding Filtering: During reviews, it filters out findings made outside the agents' authorized domain.

Quick Start

Apply the authority-enforcer skill to your execution or review workflow by including it in your SKILL.md file at the root of your project directory.

Frequently Asked Questions about authority-enforcer

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

FAQPage Schema
How do I prevent domain ownership conflicts during code review and execution workflows?

To prevent domain ownership conflicts, you can enforce agent authority boundaries by parsing an authority matrix and injecting prompt constraints during execution workflows. This ensures agents operate only within their authorized domains.

What is the best way to filter review findings outside an agent's authorized domain?

Filtering review findings requires applying authority boundary enforcement to exclude results generated outside an agent's authorized domain. The authority matrix defines ownership rules to automatically discard invalid findings.

Can I use authority enforcement with validation and authentication dependencies?

Yes, authority enforcement integrates with validation-library and authentication-api dependencies to validate active agents lists. This combination ensures prompt constraints are applied to authenticated agents during execution.

How do I configure an authority matrix for conflict resolution in software reviews?

Configuring an authority matrix involves defining domain ownership rules and active agents lists within your execution workflow configuration. The enforcer parses this matrix to proactively inject constraints and resolve overlapping authority.

Why does my review panel need prompt constraint injection for security enforcement?

Prompt constraint injection is needed for security enforcement to proactively prevent agents from exceeding their authority boundaries. It modifies prompts dynamically based on the authority matrix to minimize conflicts before execution.

When should I not use automated domain authority enforcement in execution workflows?

Automated domain authority enforcement should not be used when you lack a defined authority matrix or active agents list for validation. Without these configurations, the system cannot accurately parse domain ownership or filter findings.