Manage a project's shared vocabulary as version-controlled YAML files. The glossary bridges the gap between what developers call things in code (cartitem), what users see in the UI ("Shopping Bag"), and what the team says in meetings ("basket"). It's the single source of truth for terminology — consumable by humans, AI tools, CI pipelines, and future web frontends alike.
Inspired by Domain-Driven Design's Ubiquitous Language and compatible with Contextive.
The glossary can live anywhere in the project. Users may choose a custom path (e.g. docs/terminology/, content/glossary/). Always resolve the glossary root before reading or writing.
개발자, 제품 관리자, UX 디자이너, QA 엔지니어 및 비즈니스 분석가가 모두 일관되게 사용하는 공유 어휘인 프로젝트 전반에 걸친 유비쿼터스 언어 용어집을 생성하고 관리합니다. 사용자가 "용어집", "용어", "유비쿼터스 언어", "X의 의미", "용어 정의", "용어 추가", "용어 검색", "용어집 상태", "부실 용어"를 언급하거나 공유 프로젝트 어휘를 설정, 쿼리 또는 유지하려고 할 때마다 이 기술을 사용하세요. 또한 코드, 테스트 또는 사양을 작성할 때 사용하고 일관된 용어가 중요합니다. 용어집은 이 프로젝트에서 용어가 의미하는 바에 대한 정보를 제공하는 단일 소스입니다. 출처: tsipotu/glossary-skill.