Concept Vocabulary Unification

Standardize scenario vocabulary across code, UI, tests, and documentation.

54|7|Updated Sep 19, 2021
One-click install
npx skills add https://github.com/Vrooli/Vrooli --skill concept-vocabulary-unification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Concept Vocabulary Unification
Source: https://github.com/Vrooli/Vrooli/tree/main/scenarios/prompt-manager/store/skills/packs/core/concept-vocabulary-unification
Command: npx skills add https://github.com/Vrooli/Vrooli --skill concept-vocabulary-unification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill tackles the confusion and drift caused by inconsistent terminology across code, UI, tests, and documentation so teams can understand and evolve scenarios faster.

Core Features & Use Cases

  • Domain Vocabulary Discovery: Extract canonical terms from the PRD, operational requirements, technical targets, and docs/concepts/GLOSSARY.md.
  • Concept Mapping and Renaming: Map concepts to single, domain-consistent names and update models, APIs, labels, and tests while preserving workflow behavior.
  • Glossary Maintenance: Capture unified terminology in docs/concepts/GLOSSARY.md so historical mappings and new definitions remain clear for engineers and stakeholders.

Quick Start

Ask the skill to read the glossary and align all scenario names before merging.

Frequently Asked Questions about Concept Vocabulary Unification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix naming drift between code, UI, tests, and documentation?

To fix naming drift, standardize scenario vocabulary by extracting canonical terms from requirements and a glossary, then map concepts to single domain-consistent names across models, APIs, and labels while preserving workflow behavior.

What is a glossary file and how does it help maintain domain language consistency?

A glossary file like docs/concepts/GLOSSARY.md captures unified terminology and historical mappings, ensuring domain language consistency remains clear for engineers and stakeholders as new definitions are introduced.

How do I unify vocabulary across API models and UI labels without changing business logic?

Unify vocabulary by analyzing models and interfaces to update references with domain-consistent names, ensuring the renaming process strictly preserves existing business behavior and workflow logic.

When do I need to standardize scenario terminology before merging code?

You need to standardize scenario terminology before merging when prompt-manager skill packs describing workflows and domain models show inconsistent naming across documentation, tests, and operational requirements.

What is the best way to align scenario names in prompt-manager skill packs?

The best way to align scenario names in prompt-manager skill packs is to read the glossary, extract canonical terms from technical targets, and update documentation references to remove terminology drift.

Does updating concept mappings in tests alter existing workflow behavior?

Updating concept mappings in tests does not alter existing workflow behavior, as the standardization process updates names and references while explicitly preserving the underlying business logic and operational targets.