# Architect Spec Judge Governance

> Internal governance (not user-invocable): the Architect bar for react-component, spec-judge face. Grading structural fit from spec + suite, by discipline. Loaded at the spec gate.

- Skill: `cyberuni/architect-spec-judge-governance` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cyberuni/architect-spec-judge-governance`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cyberuni/architect-spec-judge-governance/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-17
- Page: https://skillmd.com/skills/cyberuni/architect-spec-judge-governance

---


# architect · spec · judge — grade structural fit (from spec + suite)

The **Architect** bar at the **spec gate**, **backward** face: the cold spec-judge reads `spec.md` +
`.feature` **only** (the solution is out of view) and grades structural fit. Same sections, as checks.

## module-structure

- Does the contract duplicate an existing component or overlap a sibling's responsibility?

## dependency-hygiene

- Does the spec imply a dependency the library shouldn't take (e.g. a date lib for a Button)?

## bundle

- Does the contract force a non-tree-shakeable shape (a barrel that drags unrelated code)?

