# Architect Spec Producer Governance

> Internal governance (not user-invocable): the Architect bar for react-component, spec-producer face (the solution-producer). Structural decisions in the solution, by discipline. Loaded while writing the solution.

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

---


# architect · spec · producer — structural decisions in the solution

The **Architect** bar at the **spec phase**, **forward** face — loaded by the **solution-producer**
(architecture self-aligns on the ungated `*.solution.md`, not the spec-producer). Generic core: no
duplication, orthogonal to siblings, contained complexity; record rejected alternatives.

## module-structure

- Where the component lives, how it is exported (re-export from the package root), naming consistent
  with the library.

## dependency-hygiene

- React is a `peerDependency`; no heavy runtime dep added for a small gain; justify any new dep.

## bundle

- Tree-shakeable (no top-level side effects); the component does not pull the whole library.

