II.
LibraryProcess JSON
Structured · livelib-process:technical-documentation--terminology-management
specializations/technical-documentation/terminology-management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:technical-documentation--terminology-management",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/technical-documentation/terminology-management",
"description": "Terminology Management and Consistency Checking - Process for managing terminology databases,\nglossaries, controlled vocabularies, and implementing automated consistency checking across documentation\nto 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', {\n projectName: 'PaymentAPI',\n documentationPath: './docs',\n existingGlossary: './glossary.json',\n terminologyScope: 'product', // 'product', 'technical', 'domain', 'all'\n languages: ['en-US'],\n outputDir: 'terminology-output',\n autoFix: false,\n acceptanceCriteria: {\n minConsistencyScore: 90,\n maxViolations: 10,\n requiredTermCoverage: 95\n }\n});",
"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"
]
},
"outgoingEdges": [
{
"from": "lib-process:technical-documentation--terminology-management",
"to": "skill-area:docs-as-code",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--terminology-management",
"to": "skill-area:reference-docs",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:technical-documentation--terminology-management",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--terminology-management",
"to": "role:technical-writer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--terminology-management",
"to": "role:documentation-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:technical-documentation--terminology-management",
"to": "workflow:documentation-sprint",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--terminology-management",
"to": "specialization:technical-documentation",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--terminology-management",
"to": "lib-agent:meta--quality-assessor",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}