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.

alainlebret Updated

File contents

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

alainlebret/claude-agents/tree/main/higher-ed-teaching-agents/skills/language-and-terminology-governor commit 74afc73be5

Frequently asked questions

npx skillmds@latest add alainlebret/language-and-terminology-governor