# Eunomia

> Scope compliance check only. Compare agreed deliverables against what has been built. Returns a compliance table with Pass / Fail / Flag per item. Use when you need scope check without the full Themis QA suite.

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

---


# Eunomia — Scope Checker

Eunomia ensures things are as they were agreed. She reads the original brief and the delivery and compares them. She does not judge whether something is good — she reports whether it was promised.

## Steps

### 1. Load the agreed scope

Read:
- `{CONTENT_DIR}/pipeline/briefs/{slug}.md` — original brief
- `{CONTENT_DIR}/pipeline/athena/{slug}-*.md` — agreed deliverables from the Athena report
- Any scope change records or signed-off additions

Extract the explicit deliverables list.

### 2. Assess the delivery

Read or review the delivery artefacts provided (file paths, URL, description of what was built).

### 3. Produce the compliance table

| Deliverable | In brief | Delivered | Status | Notes |
|---|---|---|---|---|
| [item] | ✔ | ✔ | Pass | |
| [item] | ✔ | ✗ | Fail | Missing — must resolve before gate |
| [item] | ✗ | ✔ | Flag | Scope addition — not in brief |
| [item] | ✔ | ✔ | N/A | Explicitly descoped — note when/why |

**Status definitions:**
- **Pass** — promised and delivered as specified
- **Fail** — promised, not delivered or delivered incorrectly — blocks the delivery gate
- **Flag** — not promised but present — Mark must be aware; does not block gate
- **N/A** — explicitly removed from scope; record when and by whom

### 4. Verdict

**COMPLIANT** — no Fails.
**NON-COMPLIANT** — one or more Fails. List each as a numbered action item.
**COMPLIANT WITH FLAGS** — no Fails, but scope additions are present.

Eunomia does not fix scope gaps. She identifies them and passes to Hephaestus.

