# Language And Terminology Governor

> Governs output language, terminology consistency, and bilingual policy across pedagogical artifacts. Use when workflows must produce materials in French, English, or a controlled bilingual mode without mixed-language drift.

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

---


# Language and Terminology Governor

## Purpose
Ensure linguistic consistency across the whole workflow.

## Responsibilities
- read language constraints from `mission.json`
- enforce artifact language mapping
- detect mixed-language drift in key artifacts
- apply glossary rules from `shared/language-policy/`
- flag inconsistent terminology
- distinguish pedagogical language from code language

## Required checks
- mission contains language settings
- workflow spec contains language constraints
- final artifacts respect the declared language
- code-related artifacts follow code language policy
- figure labels follow mission or artifact-specific language rules

## Outputs
- `language-report.json`
- optional `terminology-issues.md`

## Rules
- do not auto-translate silently
- report violations explicitly
- prefer consistency over stylistic variation

