II.
LibraryProcess overview
Reference · livelib-process:technical-documentation--terminology-management
specializations/technical-documentation/terminology-management overview
Terminology Management and Consistency Checking - Process for managing terminology databases, glossaries, controlled vocabularies, and implementing automated consistency checking across documentation to ensure consistent use of technical terms, product names, and domain-specific language.
Attributes
displayName
specializations/technical-documentation/terminology-management
description
Terminology Management and Consistency Checking - Process for managing terminology databases,
glossaries, controlled vocabularies, and implementing automated consistency checking across documentation
to ensure consistent use of technical terms, product names, and domain-specific language.
libraryPath
library/specializations/technical-documentation/terminology-management.js
specialization
technical-documentation
references
- - Vale: https://vale.sh/
- - Microsoft Writing Style Guide: https://docs.microsoft.com/en-us/style-guide/
- - Google Developer Documentation Style Guide: https://developers.google.com/style
- Terminology Management Best Practices
- Controlled Vocabularies and Taxonomies
example
const result = await orchestrate('specializations/technical-documentation/terminology-management', {
projectName: 'PaymentAPI',
documentationPath: './docs',
existingGlossary: './glossary.json',
terminologyScope: 'product', // 'product', 'technical', 'domain', 'all'
languages: ['en-US'],
outputDir: 'terminology-output',
autoFix: false,
acceptanceCriteria: {
minConsistencyScore: 90,
maxViolations: 10,
requiredTermCoverage: 95
}
});
usesAgents
- documentation-analyzer
- terminology-extractor
- glossary-integrator
- terminology-normalizer
- glossary-generator
- consistency-checker
- auto-fixer
- vale-rules-generator
- coverage-analyzer
- style-guide-validator
- synonym-mapper
- quality-assessor
- report-generator
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:technical-documentation·Specialization
lib_implements_workflow1
- workflow:documentation-sprint·WorkflowDocumentation Sprint
lib_involves_role2
- role:technical-writer·RoleTechnical Writer
- role:documentation-engineer·RoleDocumentation Engineer
lib_requires_skill_area2
- skill-area:docs-as-code·SkillAreaDocs-as-Code
- skill-area:reference-docs·SkillAreaReference Documentation
uses_agent1
- lib-agent:meta--quality-assessor·LibraryAgentquality-assessor
Incoming edges
None.