skills/architecture/architecture-glossary/SKILL.md
Maintains glossary of business and technical terms (arc42 §12). Use when defining domain vocabulary or resolving terminology ambiguity.
npx skillsauth add pkuppens/pkuppens architecture-glossaryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Maintains ubiquitous language — shared vocabulary across architecture, code, and UI. Aligns with arc42 §12 (glossary). DDD concept: same terms everywhere to avoid confusion.
docs/architecture/07-ubiquitous-language.md
### Term Name
**Category:** Domain Concept / Technical Concept / UI Concept
**Definition:** Clear, concise definition.
**Synonyms:** Alternative terms (list all)
**Related Terms:** Related but distinct
**Usage Examples:** Code, documentation, UI
**Anti-patterns:** ❌ Don't call it X (confusing)
**References:** [Component](../components/...), [ADR](../adr/...)
When multiple terms refer to same concept:
### Speech-to-Text / Transcription / STT
**Preferred Term:** Speech-to-Text
**Acceptable Synonyms:** Transcription (code), STT (deprecated)
**Definition:** Converting spoken audio into written text.
**Usage Guidelines:** Doc: "Speech-to-Text"; Code: `transcribe()` acceptable
testing
Syncs remote default branch locally (checkout, fetch --prune, pull) and returns to the previous branch when it still exists. Reports stashes and worktrees not yet handled. Use when the user asks to sync main, update default branch, fetch/pull origin, or run /sync-branch.
tools
Creates, queries, updates, and links Azure Boards work items via az boards CLI. Use when filing ADO work items, running WIQL queries, or setting area path, iteration, tags, and assignee.
tools
Creates, reviews, and completes Azure Repos pull requests and branch policies via az repos CLI. Use when opening ADO PRs, setting required reviewers, or configuring build validation policies.
development
Guides Azure Pipelines YAML structure, build validation on PRs, and staged deployment with environments and approvals. Use when authoring azure-pipelines.yml or configuring CI/CD on Azure DevOps.