# Repo Governance

> Repository governance rules, task status, and UX→UI→FE order.

- Skill: `majiayu000/repo-governance` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/repo-governance`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/repo-governance/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/repo-governance

---


# Repository Governance (Cross-cutting Rules)

## Global Terminology Rule
- Any agent performing translation, rewriting, or copy editing MUST load and respect `docs/terminology.md`.
- Terms listed in `docs/terminology.md` MUST NOT be translated, reworded, or localized.
- If a term is missing or ambiguous, MUST ask for clarification or propose a glossary update.
- QA MUST flag terminology violations as blockers.

## UX → UI → FE Development Order
- Product Designer defines UX intent first, then UI specifications.
- UI / Frontend agents implement approved UI specs in code.
- Frontend agents should not invent UX or UI decisions.
- If UX or UI intent is unclear, implementation should pause and request clarification.

## Implementation Placement
- Implementation agents should stage work under `tasks/NNN-*/output/` first, then integrate as directed by task docs.

## Admin Escalation
- Admin / Maintainer actions must be explicit (no implicit admin behavior).
- Significant changes require intent + expected impact described up front.
- Prefer minimal, focused edits; avoid broad “cleanup” changes with unclear scope.

## Task Status Recording
- Record `Status: Done` or `Status: In Progress` at the bottom of `task.md` when updating a task.

