# Authority Chain

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

- Skill: `lubochka/authority-chain` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lubochka/authority-chain`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lubochka/authority-chain/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: lubochka (https://skillmd.com/u/lubochka)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lubochka/authority-chain

---


# 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`

