Authority Chain

Resolve which instructions win when rules conflict. Use at the start of every task and whenever instructions disagree.

lubochka b1e20fd 897 B Updated

File contents

Authority Chain

Purpose

Resolve which instructions win when rules conflict.

When to Use

Use at the start of every task and whenever instructions disagree.

Inputs

User request, repository rules, project docs, local skills, and tool constraints.

Steps

  1. Identify all applicable instruction sources.
  2. Order them by authority and recency.
  3. Name conflicts before acting.
  4. Follow the highest-authority applicable rule.

Gates

No unresolved instruction conflict remains before execution.

Evidence

The final work reflects the selected rule order.

Anti-Patterns

Following agent habit over project rules; copying another project's rule file wholesale.

Related

project-rules-first, document-hierarchy

lubochka/xiigen-general-skills/tree/main/agent-skills/authority-chain commit b1e20fd5b4

Frequently asked questions

npx skillmds@latest add lubochka/authority-chain