# Oracle Spec Governance

> Internal governance (not user-invocable): the Oracle bar for react-component at the spec gate. Scope / kill-or-ship criteria by discipline, loaded by both the spec-producer (self-align) and spec-judge (grade).

- Skill: `cyberuni/oracle-spec-governance-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cyberuni/oracle-spec-governance-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cyberuni/oracle-spec-governance-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: cyberuni (https://skillmd.com/u/cyberuni)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/cyberuni/oracle-spec-governance-2

---


# oracle · spec — the scope / kill-or-ship bar, by discipline

The Oracle bar (spec gate only — no impl face). Stated once; the spec-producer self-aligns scope,
the spec-judge grades it. Generic core: one coherent unit, bounded surface, explicit non-goals, value
clears cost.

## product
- A real gap, not a re-skin of an existing primitive; a kill/revert condition is stated.

## api-design
- Minimal, coherent prop surface; explicit non-goals; no speculative "just in case" prop.

## dx
- Composes with existing components and the library's mental model; no unjustified new pattern.

## How each face uses it
- **spec-producer** — bound the scope to satisfy the above before writing.
- **spec-judge** — flag scope creep, missing non-goals, or an unjustified new pattern.

